Home
last modified time | relevance | path

Searched refs:chunkqueue_peek_data (Results 1 – 12 of 12) sorted by relevance

/lighttpd1.4/src/
H A Dmod_ajp13.c796 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 Dchunk.h162 int chunkqueue_peek_data (chunkqueue *cq, char **data, uint32_t *dlen, log_error_st * restrict errh…
H A Dchunk.c1388 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 Dmod_fastcgi.c322 if (chunkqueue_peek_data(hctx->rb, &ptr, &rd, hctx->r->conf.errh) < 0) in fastcgi_get_packet()
H A Dh2.c2681 if (0 == chunkqueue_peek_data(cq, &data, &blen, r->conf.errh) in h2_send_cqdata()
H A Dmod_gnutls.c2409 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
H A Dmod_wolfssl.c2748 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
H A Dmod_nss.c2195 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
H A Dmod_mbedtls.c2060 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
H A Dmod_openssl.c3047 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
H A Dmod_webdav.c3869 if (0 == chunkqueue_peek_data(cq, &data, &dlen, r->conf.errh)) { in webdav_parse_chunkqueue()
/lighttpd1.4/
H A DNEWS1004 * [core] chunkqueue_peek_data() mmap experiment
1608 * [multiple] TLS modules use chunkqueue_peek_data()
1610 * [multiple] code reuse chunkqueue_peek_data()