Lines Matching refs:first
259 * first find the db entry and make sure the
320 c = base->first;
408 * If the context list is not empty, return the first one
416 if (base->first == NULL) {
427 base->first = _nscd_create_getent_ctx(params);
428 if (base->first != NULL)
442 (me, "got a new getent ctx %p\n", base->first);
446 assert(base->first != NULL);
448 c = base->first;
449 base->first = c->next;
506 if (base->first != NULL) {
507 gnctx->next = base->first;
508 base->first = gnctx;
510 base->first = gnctx;
657 nscd_getent_context_t *first = NULL, *last = NULL;
690 if (first != NULL) {
692 for (c = first; c != NULL;
702 first = gctx;
715 for (gctx = first; gctx; ) {
740 first = last = NULL;