Searched refs:last1 (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_cookies.c179 char *last1, *last2; local
193 next1 = apr_strtok(cookie, comma, &last1);
223 next1 = apr_strtok(NULL, comma, &last1);
/httpd/modules/loggers/
H A Dmod_log_config.c583 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 14 milliseconds