Searched defs:last_ptr (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dconfig.c1367 ap_directive_t **last_ptr = NULL; local
1382 last_ptr = &(current->last);
1384 if(last_ptr && *last_ptr) {
1385 current = *last_ptr;
1392 if(last_ptr) {
1394 *last_ptr = current;

Completed in 13 milliseconds