Searched refs:AP_MODE_GETLINE (Results 1 - 12 of 12) sorted by relevance
/httpd/include/ |
H A D | util_filter.h | 48 AP_MODE_GETLINE, enumerator in enum:__anon45
|
/httpd/modules/echo/ |
H A D | mod_echo.c | 151 if (((rv = ap_get_brigade(c->input_filters, bb, AP_MODE_GETLINE,
|
/httpd/modules/debugging/ |
H A D | mod_dumpio.c | 119 (( mode ) == AP_MODE_GETLINE) ? "getline" : \
|
H A D | mod_firehose.c | 273 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE) {
|
/httpd/modules/filters/ |
H A D | mod_reqtimeout.c | 234 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 D | mod_request.c | 213 if (!kept_body || (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE)) {
|
/httpd/modules/apreq/ |
H A D | filter.c | 345 case AP_MODE_GETLINE: /* chunked trailers are b0rked in ap_http_filter */
|
/httpd/modules/ssl/ |
H A D | ssl_engine_io.c | 74 * 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 D | core_filters.c | 144 if (mode == AP_MODE_GETLINE) {
|
H A D | protocol.c | 233 rv = ap_get_brigade(r->proto_input_filters, bb, AP_MODE_GETLINE,
|
/httpd/modules/http/ |
H A D | http_filters.c | 248 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 D | mod_proxy_ftp.c | 238 AP_MODE_GETLINE,
|
Completed in 4158 milliseconds