Searched defs:last1 (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | util_cookies.c | 179 char *last1, *last2; local 193 next1 = apr_strtok(cookie, comma, &last1); 223 next1 = apr_strtok(NULL, comma, &last1);
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 583 char *cookie, *last1, *last2; local 586 while ((cookie = apr_strtok(cookies, ";", &last1))) { 601 /* last1 points to the next char following the ';' delim, 603 last = last1 - (*last1 ? 2 : 1);
|
Completed in 26 milliseconds