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

Function ap_getword_conf2_nc

server/util.c:877–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877AP_DECLARE(char *) ap_getword_conf2_nc(apr_pool_t *p, char **line)
878{
879 return ap_getword_conf2(p, (const char **) line);
880}
881
882AP_DECLARE(char *) ap_getword_conf2(apr_pool_t *p, const char **line)
883{

Callers

nothing calls this directly

Calls 1

ap_getword_conf2Function · 0.85

Tested by

no test coverage detected