Searched refs:chunkqueue_peek_data (Results 1 – 12 of 12) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_ajp13.c | 796 if (chunkqueue_peek_data(hctx->rb, &ptr, &pklen, errh) < 0) in ajp13_recv_parse_loop() 881 if (chunkqueue_peek_data(hctx->rb, &ptr, &pklen, errh) < 0) in ajp13_recv_parse_loop() 913 if (chunkqueue_peek_data(hctx->rb, &ptr, &pklen, errh) < 0) in ajp13_recv_parse_loop() 924 if (chunkqueue_peek_data(hctx->rb, &ptr, &pklen, errh) < 0) in ajp13_recv_parse_loop()
|
| H A D | chunk.h | 162 int chunkqueue_peek_data (chunkqueue *cq, char **data, uint32_t *dlen, log_error_st * restrict errh…
|
| H A D | chunk.c | 1388 if (0 != chunkqueue_peek_data(&cq, &data, &dlen, errh) && 0 == dlen) in chunkqueue_write_chunk_file_intermed() 1552 chunkqueue_peek_data (chunkqueue * const cq, in chunkqueue_peek_data() function 1666 if (chunkqueue_peek_data(cq, &ptr, &len, errh) < 0 || len != dlen) in chunkqueue_read_data() 1689 int rc = chunkqueue_peek_data(cq, &data, &dlen, errh); in chunkqueue_read_squash()
|
| H A D | mod_fastcgi.c | 322 if (chunkqueue_peek_data(hctx->rb, &ptr, &rd, hctx->r->conf.errh) < 0) in fastcgi_get_packet()
|
| H A D | h2.c | 2681 if (0 == chunkqueue_peek_data(cq, &data, &blen, r->conf.errh) in h2_send_cqdata()
|
| H A D | mod_gnutls.c | 2409 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
|
| H A D | mod_wolfssl.c | 2748 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
|
| H A D | mod_nss.c | 2195 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
|
| H A D | mod_mbedtls.c | 2060 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
|
| H A D | mod_openssl.c | 3047 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
|
| H A D | mod_webdav.c | 3869 if (0 == chunkqueue_peek_data(cq, &data, &dlen, r->conf.errh)) { in webdav_parse_chunkqueue()
|
| /lighttpd1.4/ |
| H A D | NEWS | 1004 * [core] chunkqueue_peek_data() mmap experiment 1608 * [multiple] TLS modules use chunkqueue_peek_data() 1610 * [multiple] code reuse chunkqueue_peek_data()
|