Home
last modified time | relevance | path

Searched refs:chunkqueue_open_file_chunk (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/
H A Dnetwork_write.c173 if (c->file.fd < 0 && 0 != chunkqueue_open_file_chunk(cq, errh)) return -1; in network_write_file_chunk_no_mmap()
307 if (c->file.fd < 0 && 0 != chunkqueue_open_file_chunk(cq, errh)) return -1; in network_write_file_chunk_sendfile()
H A Dchunk.h152 int chunkqueue_open_file_chunk(chunkqueue * restrict cq, log_error_st * const restrict errh);
H A Dmod_cgi.c785 && 0 != chunkqueue_open_file_chunk(cq, r->conf.errh)) in cgi_create_env()
H A Dchunk.c1361 int chunkqueue_open_file_chunk(chunkqueue * const restrict cq, log_error_st * const restrict errh) { in chunkqueue_open_file_chunk() function
H A Dmod_gnutls.c2484 if (-1 == c->file.fd && 0 != chunkqueue_open_file_chunk(cq, hctx->errh)) in connection_write_cq_ssl_ktls()
H A Dmod_openssl.c3103 if (-1 == c->file.fd && 0 != chunkqueue_open_file_chunk(cq, hctx->errh)) in connection_write_cq_ssl_ktls()