Searched refs:chunkqueue_append_mem_min (Results 1 – 6 of 6) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_range.c | 257 chunkqueue_append_mem_min(cq, BUF_PTR_LEN(tb)); in http_range_multi() 264 chunkqueue_append_mem_min(cq, CONST_STR_LEN(boundary_end)); in http_range_multi()
|
| H A D | chunk.h | 89 void chunkqueue_append_mem_min(chunkqueue * restrict cq, const char * restrict mem, size_t len); /*…
|
| H A D | mod_proxy.c | 818 : chunkqueue_append_mem_min(&hctx->wb, BUF_PTR_LEN(tb)); in proxy_stdin_append() 821 chunkqueue_append_mem_min(&hctx->wb, CONST_STR_LEN("\r\n")); in proxy_stdin_append()
|
| H A D | mod_fastcgi.c | 212 : chunkqueue_append_mem_min(&hctx->wb, (const char *)&header, sizeof(header)); in fcgi_stdin_append()
|
| H A D | mod_ajp13.c | 236 : chunkqueue_append_mem_min(&hctx->wb, (char *)&hdr, sizeof(hdr)); in ajp13_stdin_append()
|
| H A D | chunk.c | 551 void chunkqueue_append_mem_min(chunkqueue * const restrict cq, const char * const restrict mem, siz… in chunkqueue_append_mem_min() function
|