Searched refs:AP_IOBUFSIZE (Results 1 - 11 of 11) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_scgi.c | 335 char *buf = apr_palloc(r->pool, AP_IOBUFSIZE); 339 readlen = ap_get_client_block(r, buf, AP_IOBUFSIZE); 345 readlen = ap_get_client_block(r, buf, AP_IOBUFSIZE);
|
H A D | mod_proxy_connect.c | 22 #define CONN_BLKSZ AP_IOBUFSIZE
|
H A D | mod_proxy_fcgi.c | 443 char stack_iobuf[AP_IOBUFSIZE]; 444 apr_size_t iobuf_size = AP_IOBUFSIZE;
|
H A D | mod_serf.c | 303 rv = serf_bucket_read(response, AP_IOBUFSIZE, &data, &len); 531 char buf[AP_IOBUFSIZE];
|
H A D | mod_proxy_wstunnel.c | 284 APR_NONBLOCK_READ, AP_IOBUFSIZE);
|
H A D | mod_proxy.c | 148 worker->s->io_buffer_size = (s ? s : AP_IOBUFSIZE); 1275 ps->io_buffer_size = AP_IOBUFSIZE; 2049 psf->io_buffer_size = (s ? s : AP_IOBUFSIZE);
|
/httpd/server/ |
H A D | protocol.c | 1730 if (buffer_output(vd->r, vd->buff, AP_IOBUFSIZE)) { 1736 vd->vbuff.endpos = vd->buff + AP_IOBUFSIZE; 1745 char vrprintf_buf[AP_IOBUFSIZE]; 1748 vd.vbuff.endpos = vrprintf_buf + AP_IOBUFSIZE;
|
/httpd/include/ |
H A D | httpd.h | 301 #define AP_IOBUFSIZE 8192 macro
|
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 948 char buf[AP_IOBUFSIZE + 1]; 956 n = sizeof(char) * AP_IOBUFSIZE;
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 494 char readbuf[AP_IOBUFSIZE];
|
/httpd/modules/ssl/ |
H A D | ssl_engine_io.c | 87 * AP_IOBUFSIZE (8192 bytes) per call. 316 char buffer[AP_IOBUFSIZE];
|
Completed in 1028 milliseconds