Home
last modified time | relevance | path

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

/titanic_44/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; in _sasl_get_plugin()
437 gctx->lib_list_head = newhead; in _sasl_get_plugin()
440 newhead->next = lib_list_head; in _sasl_get_plugin()
441 lib_list_head = newhead; in _sasl_get_plugin()
463 for(libptr = gctx->lib_list_head; libptr; libptr = libptr_next) { in release_plugin()
478 gctx->lib_list_head = libptr_next; in release_plugin()
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 = NULL;
[all …]
H A Dsaslint.h404 void *lib_list_head; member