Searched defs:lib_list_head (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c171 static lib_list_t *lib_list_head = NULL; variable
436 newhead->next = gctx->lib_list_head;
437 gctx->lib_list_head = newhead;
440 newhead->next = lib_list_head;
441 lib_list_head = newhead;
463 for(libptr = gctx->lib_list_head; libptr; libptr = libptr_next) {
478 gctx->lib_list_head = libptr_next;
767 for(libptr = gctx->lib_list_head; libptr; libptr = libptr_next) {
769 for(libptr = lib_list_head; libptr; libptr = libptr_next) {
782 gctx->lib_list_head
[all...]
H A Dsaslint.h404 void *lib_list_head; member in struct:_sasl_global_context_s

Completed in 48 milliseconds