Lines Matching defs:newhead
396 lib_list_t *newhead;
408 newhead = sasl_ALLOC(sizeof(lib_list_t));
409 if(!newhead) return SASL_NOMEM;
422 sasl_FREE(newhead);
428 sasl_FREE(newhead);
434 newhead->library = library;
436 newhead->next = gctx->lib_list_head;
437 gctx->lib_list_head = newhead;
440 newhead->next = lib_list_head;
441 lib_list_head = newhead;