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

Function ap_find_last_token

server/util.c:1780–1784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line,
1781 const char *tok)
1782{
1783 return find_last_token(p, line, tok) != NULL;
1784}
1785
1786AP_DECLARE(int) ap_is_chunked(apr_pool_t *p, const char *line)
1787{

Callers

nothing calls this directly

Calls 1

find_last_tokenFunction · 0.85

Tested by

no test coverage detected