Searched defs:strtok_state (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/proxy/balancers/ |
H A D | mod_lbmethod_heartbeat.c | 69 char *strtok_state; local 71 key = apr_strtok(str, "&", &strtok_state); 88 key = apr_strtok(NULL, "&", &strtok_state);
|
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 136 char *strtok_state; local 144 key = apr_strtok(query_string, "&", &strtok_state); 161 key = apr_strtok(NULL, "&", &strtok_state);
|
/httpd/modules/filters/ |
H A D | mod_filter.c | 603 char *strtok_state = NULL; local 613 for (pname = apr_strtok(name, ";", &strtok_state); 615 pname = apr_strtok(NULL, ";", &strtok_state)) {
|
/httpd/server/ |
H A D | util_script.c | 825 char *strtok_state; local 831 key = apr_strtok(str, "&", &strtok_state); 844 key = apr_strtok(NULL, "&", &strtok_state);
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 820 char *strtok_state; local 822 key = apr_strtok(str, "&", &strtok_state); 835 key = apr_strtok(NULL, "&", &strtok_state); 1051 char *strtok_state; local 1058 ip = apr_strtok(apr_pstrdup(r->pool, hosts), ",", &strtok_state); 1071 ip = apr_strtok(NULL, ",", &strtok_state);
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 1980 char *strtok_state; local 2013 while ((token = apr_strtok((char *) s, " \t\n\r\f", &strtok_state)) != NULL) {
|
Completed in 2726 milliseconds