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

Function unclosed_directive

server/core.c:2353–2357  ·  view source on GitHub ↗

* Report a missing-'>' syntax error. */

Source from the content-addressed store, hash-verified

2351 * Report a missing-'>' syntax error.
2352 */
2353static char *unclosed_directive(cmd_parms *cmd)
2354{
2355 return apr_pstrcat(cmd->pool, cmd->cmd->name,
2356 "> directive missing closing '>'", NULL);
2357}
2358
2359/*
2360 * Report a missing args in '<Foo >' syntax error.

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