Searched refs:chunkqueue_append_buffer_open_sz (Results 1 – 5 of 5) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | chunk.h | 106 buffer * chunkqueue_append_buffer_open_sz(chunkqueue *cq, size_t sz);
|
| H A D | http_chunk.c | 74 buffer * const b = chunkqueue_append_buffer_open_sz(cq, len+2+1); in http_chunk_append_read_fd_range()
|
| H A D | chunk.c | 596 buffer * chunkqueue_append_buffer_open_sz(chunkqueue *cq, size_t sz) { in chunkqueue_append_buffer_open_sz() function 603 return chunkqueue_append_buffer_open_sz(cq, chunk_buf_sz); in chunkqueue_append_buffer_open() 627 b = chunkqueue_append_buffer_open_sz(cq, sz); in chunkqueue_get_memory()
|
| H A D | h2.c | 2069 chunkqueue_append_buffer_open_sz(con->write_queue, dlen + (dlen>>10) + 9); in h2_send_hpack() 2590 chunkqueue_append_buffer_open_sz(con->write_queue, dlen + (dlen>>10) + 9); 2679 chunkqueue_append_buffer_open_sz(con->write_queue, 9+len); in h2_send_cqdata()
|
| H A D | mod_webdav.c | 1080 chunkqueue_append_buffer_open_sz(&r->write_queue, 1024); in webdav_xml_doc_lock_acquired() 1124 chunkqueue_append_buffer_open_sz(&r->write_queue, 256); in webdav_xml_doc_error_propfind_finite_depth() 1141 chunkqueue_append_buffer_open_sz(&r->write_queue, 256); in webdav_xml_doc_error_lock_token_matches_request_uri()
|