Searched refs:tok_cntx (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 2509 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...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 1535 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);
|
Completed in 36 milliseconds