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

/httpd/server/
H A Dutil.c1521 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 1557 milliseconds