Searched defs:last2 (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | util_cookies.c | 179 char *last1, *last2; local 195 next2 = apr_strtok(next1, semi, &last2); 219 next2 = apr_strtok(NULL, semi, &last2);
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 583 char *cookie, *last1, *last2; local 587 char *name = apr_strtok(cookie, "=", &last2); 588 /* last2 points to the next char following an '=' delim, 590 char *value = last2;
|
Completed in 1412 milliseconds