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

/httpd/modules/proxy/
H A Dmod_proxy.c387 char *tok_state; local
393 status = apr_strtok(val_split, ", ", &tok_state);
402 status = apr_strtok(NULL, ", ", &tok_state);
/httpd/server/
H A Dcore.c1629 char *tok_state; local
1631 while ((w = apr_strtok(p, ",", &tok_state)) != NULL) {

Completed in 2324 milliseconds