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

/httpd/server/
H A Dutil_cookies.c179 char *last1, *last2; local
195 next2 = apr_strtok(next1, semi, &last2);
219 next2 = apr_strtok(NULL, semi, &last2);
/httpd/modules/loggers/
H A Dmod_log_config.c583 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 15 milliseconds