Home
last modified time | relevance | path

Searched refs:reqtypes (Results 1 – 2 of 2) sorted by relevance

/src/crypto/krb5/src/util/verto/
H A Dverto.c231 verto_ev_type reqtypes; member
256 if (data->reqtypes != VERTO_EV_TYPE_NONE in shouldload()
257 && (table->types & data->reqtypes) != data->reqtypes) { in shouldload()
267 do_load_file(const char *filename, int reqsym, verto_ev_type reqtypes, in do_load_file() argument
272 shouldload_data data = { reqsym, reqtypes }; in do_load_file()
334 int reqsym, verto_ev_type reqtypes, module_record **record) in do_load_dir() argument
364 success = do_load_file(tmp, reqsym, reqtypes, record); in do_load_dir()
377 load_module(const char *impl, verto_ev_type reqtypes, module_record **record) in load_module() argument
398 if (reqtypes == VERTO_EV_TYPE_NONE in load_module()
399 || ((*record)->module->types & reqtypes) == reqtypes) { in load_module()
[all …]
H A Dverto.h138 verto_new(const char *impl, verto_ev_type reqtypes);
160 verto_default(const char *impl, verto_ev_type reqtypes);
184 verto_set_default(const char *impl, verto_ev_type reqtypes);