Home
last modified time | relevance | path

Searched refs:chunkqueue_append_buffer_open_sz (Results 1 – 5 of 5) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dchunk.h103 buffer * chunkqueue_append_buffer_open_sz(chunkqueue *cq, size_t sz);
H A Dhttp_chunk.c77 buffer * const b = chunkqueue_append_buffer_open_sz(cq, len+2+1); in http_chunk_append_read_fd_range()
H A Dchunk.c493 buffer * chunkqueue_append_buffer_open_sz(chunkqueue *cq, size_t sz) { in chunkqueue_append_buffer_open_sz() function
500 return chunkqueue_append_buffer_open_sz(cq, chunk_buf_sz); in chunkqueue_append_buffer_open()
524 b = chunkqueue_append_buffer_open_sz(cq, sz); in chunkqueue_get_memory()
H A Dh2.c1848 chunkqueue_append_buffer_open_sz(con->write_queue, dlen + (dlen>>10) + 9); in h2_send_hpack()
2370 chunkqueue_append_buffer_open_sz(con->write_queue, dlen + (dlen>>10) + 9);
2456 chunkqueue_append_buffer_open_sz(con->write_queue, 9+len); in h2_send_cqdata()
H A Dmod_webdav.c1023 chunkqueue_append_buffer_open_sz(&r->write_queue, 1024); in webdav_xml_doc_lock_acquired()
1067 chunkqueue_append_buffer_open_sz(&r->write_queue, 256); in webdav_xml_doc_error_propfind_finite_depth()
1084 chunkqueue_append_buffer_open_sz(&r->write_queue, 256); in webdav_xml_doc_error_lock_token_matches_request_uri()