Searched refs:AP_MODE_GETLINE (Results 1 - 12 of 12) sorted by relevance

/httpd/include/
H A Dutil_filter.h48 AP_MODE_GETLINE, enumerator in enum:__anon45
/httpd/modules/echo/
H A Dmod_echo.c151 if (((rv = ap_get_brigade(c->input_filters, bb, AP_MODE_GETLINE,
/httpd/modules/debugging/
H A Dmod_dumpio.c119 (( mode ) == AP_MODE_GETLINE) ? "getline" : \
H A Dmod_firehose.c273 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE) {
/httpd/modules/filters/
H A Dmod_reqtimeout.c234 if (mode == AP_MODE_GETLINE) {
236 * For a blocking AP_MODE_GETLINE read, apr_brigade_split_line()
250 rv = ap_get_brigade(f->next, bb, AP_MODE_GETLINE, APR_NONBLOCK_READ, remaining);
312 /* mode != AP_MODE_GETLINE */
H A Dmod_request.c213 if (!kept_body || (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE)) {
/httpd/modules/apreq/
H A Dfilter.c345 case AP_MODE_GETLINE: /* chunked trailers are b0rked in ap_http_filter */
/httpd/modules/ssl/
H A Dssl_engine_io.c74 * handle AP_MODE_GETLINE calls (namely identifying LF-terminated strings),
77 * Due to AP_MODE_GETLINE and AP_MODE_SPECULATIVE, we may sometimes have
620 if (inctx->mode == AP_MODE_GETLINE) {
1409 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE &&
1442 else if (inctx->mode == AP_MODE_GETLINE) {
1925 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE) {
/httpd/server/
H A Dcore_filters.c144 if (mode == AP_MODE_GETLINE) {
H A Dprotocol.c233 rv = ap_get_brigade(r->proto_input_filters, bb, AP_MODE_GETLINE,
/httpd/modules/http/
H A Dhttp_filters.c248 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE) {
406 rv = ap_get_brigade(f->next, b, AP_MODE_GETLINE, block, 0);
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c238 AP_MODE_GETLINE,

Completed in 4158 milliseconds