Searched refs:ap_find_last_token (Results 1 - 6 of 6) sorted by relevance

/httpd/include/
H A Dhttpd.h1625 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line, const char *tok);
/httpd/modules/http/
H A Dhttp_filters.c274 || ap_find_last_token(f->r->pool, tenc, "chunked")) {
H A Dhttp_protocol.c241 || ap_find_last_token(r->pool,
/httpd/modules/test/
H A Dmod_policy.c323 || ap_find_last_token(r->pool, apr_table_get(r->headers_out,
/httpd/server/
H A Dprotocol.c1124 || ap_find_last_token(r->pool, tenc, "chunked"))) {
H A Dutil.c1624 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line, function

Completed in 104 milliseconds