Home
last modified time | relevance | path

Searched refs:chunkqueue_prepend_buffer_commit (Results 1 – 8 of 8) sorted by relevance

/lighttpd1.4/src/
H A Dchunk.h103 void chunkqueue_prepend_buffer_commit(chunkqueue *cq);
H A Dmod_scgi.c233 chunkqueue_prepend_buffer_commit(&hctx->wb); in scgi_create_env()
H A Dresponse.c183 chunkqueue_prepend_buffer_commit(cq); in http_response_write_header()
862 chunkqueue_prepend_buffer_commit(&r->write_queue); in http_response_write_prepare()
H A Dmod_fastcgi.c285 chunkqueue_prepend_buffer_commit(&hctx->wb); in fcgi_create_env()
H A Dmod_ajp13.c629 chunkqueue_prepend_buffer_commit(&hctx->wb); in ajp13_create_env()
H A Dmod_proxy.c1023 chunkqueue_prepend_buffer_commit(&hctx->gw.wb); in proxy_create_env()
H A Dmod_webdav.c1026 chunkqueue_prepend_buffer_commit(cq); in webdav_xml_doc_multistatus()
1051 chunkqueue_prepend_buffer_commit(cq); in webdav_xml_doc_multistatus_response()
1169 chunkqueue_prepend_buffer_commit(cq); in webdav_xml_doc_423_locked()
H A Dchunk.c591 void chunkqueue_prepend_buffer_commit(chunkqueue *cq) { in chunkqueue_prepend_buffer_commit() function