MCPcopy Create free account
hub / github.com/apache/httpd / missing_container_arg

Function missing_container_arg

server/core.c:2362–2366  ·  view source on GitHub ↗

* Report a missing args in ' ' syntax error. */

Source from the content-addressed store, hash-verified

2360 * Report a missing args in '<Foo >' syntax error.
2361 */
2362static char *missing_container_arg(cmd_parms *cmd)
2363{
2364 return apr_pstrcat(cmd->pool, cmd->cmd->name,
2365 "> directive requires additional arguments", NULL);
2366}
2367
2368AP_CORE_DECLARE_NONSTD(const char *) ap_limit_section(cmd_parms *cmd,
2369 void *dummy,

Callers 7

ap_limit_sectionFunction · 0.85
dirsectionFunction · 0.85
urlsectionFunction · 0.85
filesectionFunction · 0.85
ifsectionFunction · 0.85
start_cond_sectionFunction · 0.85
virtualhost_sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected