Searched refs:ap_find_last_token (Results 1 - 6 of 6) sorted by relevance
| /httpd/include/ |
| H A D | httpd.h | 1625 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line, const char *tok);
|
| /httpd/modules/http/ |
| H A D | http_filters.c | 274 || ap_find_last_token(f->r->pool, tenc, "chunked")) {
|
| H A D | http_protocol.c | 241 || ap_find_last_token(r->pool,
|
| /httpd/modules/test/ |
| H A D | mod_policy.c | 323 || ap_find_last_token(r->pool, apr_table_get(r->headers_out,
|
| /httpd/server/ |
| H A D | protocol.c | 1124 || ap_find_last_token(r->pool, tenc, "chunked"))) {
|
| H A D | util.c | 1624 AP_DECLARE(int) ap_find_last_token(apr_pool_t *p, const char *line, function
|
Completed in 104 milliseconds