Searched defs:thiscmd (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 2392 const command_rec *thiscmd = cmd->cmd; local 2414 if (thiscmd->cmd_data) 2430 if (thiscmd->cmd_data) { /* <ProxyMatch> */ 2458 if (thiscmd->cmd_data) 2461 return apr_pstrcat(cmd->pool, thiscmd->name, 2465 return apr_pstrcat(cmd->pool, thiscmd->name, 2474 return apr_pstrcat(cmd->temp_pool, thiscmd->name, 2491 return apr_pstrcat(cmd->temp_pool, thiscmd->name, 2502 return apr_pstrcat(cmd->pool, thiscmd->name, 2521 return apr_pstrcat(cmd->temp_pool, thiscmd [all...] |
/httpd/server/ |
H A D | core.c | 2204 const command_rec *thiscmd = cmd->cmd; local 2233 else if (thiscmd->cmd_data) { /* <DirectoryMatch> */ 2287 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name, 2305 const command_rec *thiscmd = cmd->cmd; local 2325 if (thiscmd->cmd_data) { /* <LocationMatch> */ 2359 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name, 2377 const command_rec *thiscmd = cmd->cmd; local 2402 if (thiscmd->cmd_data) { /* <FilesMatch> */ 2446 return apr_pstrcat(cmd->pool, "Multiple ", thiscmd->name, 2467 const command_rec *thiscmd local [all...] |
Completed in 26 milliseconds