Lines Matching refs:first
79 authz_section_conf *first;
144 section->first = apr_pmemdup(p, base->section,
146 section->first->next = apr_pmemdup(p, new->section,
338 /* Register the fake provider so that we get called first */
448 child = conf->section->first;
458 conf->section->first = section;
522 if (section->first) {
540 section = section->first;
543 child = old_section->first;
553 old_section->first = section;
592 authz_section_conf *child = section->first;
596 if (child->first) {
605 child = child->first;
611 section->first = child;
626 child = section->first;
744 authz_section_conf *child = section->first;