Searched defs:tok_cntx (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1535 char *tok_cntx; local
1540 pstr = apr_strtok(pstr, " ", &tok_cntx); /* separate result code */
1546 pstr = apr_strtok(NULL, "(", &tok_cntx); /* separate address &
1549 pstr = apr_strtok(NULL, ")", &tok_cntx);
/httpd/modules/mappers/
H A Dmod_rewrite.c2509 char *tok_cntx; local
2512 var = apr_strtok(s, ":", &tok_cntx);
2513 val = apr_strtok(NULL, ":", &tok_cntx);
2514 domain = apr_strtok(NULL, ":", &tok_cntx);
2530 expires = apr_strtok(NULL, ":", &tok_cntx);
2531 path = expires ? apr_strtok(NULL, ":", &tok_cntx) : NULL;
2532 secure = path ? apr_strtok(NULL, ":", &tok_cntx) : NULL;
2533 httponly = secure ? apr_strtok(NULL, ":", &tok_cntx) : NULL;
3134 char *tok_cntx; local
3135 newmap->user = apr_strtok(apr_pstrdup(cmd->pool, a3), ":", &tok_cntx);
[all...]

Completed in 24 milliseconds