Searched refs:auxprop_head (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c91 static auxprop_plug_list_t *auxprop_head = NULL; variable
858 auxprop_plug_list_t *auxprop_head; local
862 auxprop_head = gctx->auxprop_head;
866 for (l = auxprop_head; l != NULL; l = l->next) {
909 new_item->next = auxprop_head;
911 gctx->auxprop_head = new_item;
913 auxprop_head = new_item;
929 for(ptr = (auxprop_plug_list_t *)gctx->auxprop_head; ptr; ptr = ptr_next) {
932 for(ptr = auxprop_head; pt
964 auxprop_plug_list_t *auxprop_head = gctx->auxprop_head; local
[all...]
H A Dsaslint.h392 void *auxprop_head; member in struct:_sasl_global_context_s

Completed in 63 milliseconds