Searched refs:chunkqueue_get_memory (Results 1 – 10 of 10) sorted by relevance
133 char * chunkqueue_get_memory(chunkqueue * restrict cq, size_t * restrict len);
1002 chunkqueue_get_memory(&hctx->gw.wb, &len); in recv_ietf_00()
868 char * const mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq()
612 char * chunkqueue_get_memory(chunkqueue * const restrict cq, size_t * const restrict len) { in chunkqueue_get_memory() function
2565 mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq_ssl()
2852 mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq_ssl()
2262 mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq_ssl()
2264 mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq_ssl()
3140 mem = chunkqueue_get_memory(cq, &mem_len); in connection_read_cq_ssl()
2057 * [multiple] perf: simplify chunkqueue_get_memory()