Searched defs:temp (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | util.c | 1521 const char *temp; local 1522 temp = ap_strchr_c(cur, ','); 1523 if(!temp) { 1524 temp = ap_strchr_c(cur, '\0'); 1528 cur = temp - 1; |
Completed in 2403 milliseconds