Searched refs:lib_list_head (Results 1 – 2 of 2) sorted by relevance
171 static lib_list_t *lib_list_head = NULL; variable436 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 …]
404 void *lib_list_head; member