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

Function ap_getword_nulls_nc

server/util.c:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773AP_DECLARE(char *) ap_getword_nulls_nc(apr_pool_t *atrans, char **line,
774 char stop)
775{
776 return ap_getword_nulls(atrans, (const char **) line, stop);
777}
778
779AP_DECLARE(char *) ap_getword_nulls(apr_pool_t *atrans, const char **line,
780 char stop)

Callers

nothing calls this directly

Calls 1

ap_getword_nullsFunction · 0.85

Tested by

no test coverage detected