| 1778 | } |
| 1779 | |
| 1780 | AP_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 | |
| 1786 | AP_DECLARE(int) ap_is_chunked(apr_pool_t *p, const char *line) |
| 1787 | { |
nothing calls this directly
no test coverage detected