Home
last modified time | relevance | path

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

/nss/
A Dnss_module.c94 result->handle = NULL; in __nss_module_allocate()
136 module->handle = NULL; in module_load_builtin()
181 void *handle; in module_load() local
191 handle = __libc_dlopen (shlib_name); in module_load()
200 if (handle == NULL) in module_load()
237 __libc_dlclose (handle); in module_load()
263 = __libc_dlsym (handle, init_name); in module_load()
285 module->handle = handle; in module_load()
293 __libc_dlclose (handle); in module_load()
429 && current->handle != NULL) in __nss_module_freeres()
[all …]
A Dnss_module.h75 void *handle; member

Completed in 6 milliseconds