auxprop_plug_list_t
auxprop_plug_list_t *new_item;
auxprop_plug_list_t *auxprop_head;
auxprop_plug_list_t *l;
new_item = sasl_ALLOC(sizeof(auxprop_plug_list_t));
static auxprop_plug_list_t *auxprop_head = NULL;
auxprop_plug_list_t *ptr, *ptr_next;
for(ptr = (auxprop_plug_list_t *)gctx->auxprop_head; ptr; ptr = ptr_next) {
auxprop_plug_list_t *ptr;
auxprop_plug_list_t *auxprop_head = gctx->auxprop_head;