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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c88 } auxprop_plug_list_t; typedef in typeref:struct:auxprop_plug_list
91 static auxprop_plug_list_t *auxprop_head = NULL;
854 auxprop_plug_list_t *new_item;
858 auxprop_plug_list_t *auxprop_head;
860 auxprop_plug_list_t *l;
898 new_item = sasl_ALLOC(sizeof(auxprop_plug_list_t));
925 auxprop_plug_list_t *ptr, *ptr_next;
929 for(ptr = (auxprop_plug_list_t *)gctx->auxprop_head; ptr; ptr = ptr_next) {
961 auxprop_plug_list_t *ptr;
964 auxprop_plug_list_t *auxprop_hea
[all...]

Completed in 15 milliseconds