Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c170 static lib_list_t *lib_list_head = NULL; variable
435 newhead->next = gctx->lib_list_head; in _sasl_get_plugin()
436 gctx->lib_list_head = newhead; in _sasl_get_plugin()
439 newhead->next = lib_list_head; in _sasl_get_plugin()
440 lib_list_head = newhead; in _sasl_get_plugin()
462 for(libptr = gctx->lib_list_head; libptr; libptr = libptr_next) { in release_plugin()
477 gctx->lib_list_head = libptr_next; in release_plugin()
766 for(libptr = gctx->lib_list_head; libptr; libptr = libptr_next) {
768 for(libptr = lib_list_head; libptr; libptr = libptr_next) {
781 gctx->lib_list_head = NULL;
[all …]
H A Dsaslint.h404 void *lib_list_head; member