Home
last modified time | relevance | path

Searched refs:chunkqueue_compact_mem (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/
H A Dchunk.h155 void chunkqueue_compact_mem(chunkqueue *cq, size_t clen);
H A Dconnections.c594 chunkqueue_compact_mem(cq, block > clen ? clen : block); in connection_read_header_more()
1599 chunkqueue_compact_mem(cq, mlen + blen); in connection_handle_read_post_cq_compact()
H A Dmod_ajp13.c666 chunkqueue_compact_mem(hctx->rb, plen); in ajp13_expand_headers()
H A Dchunk.c1298 void chunkqueue_compact_mem(chunkqueue *cq, size_t clen) { in chunkqueue_compact_mem() function
H A Dh2.c1200 chunkqueue_compact_mem(cq, len); in h2_frame_cq_compact()
/lighttpd1.4/
H A DNEWS1180 * [core] chunkqueue_compact_mem()
1508 * [core] chunkqueue_compact_mem() must upd cq->last
1604 * [core] reload c after chunkqueue_compact_mem()
1651 * [core] fix chunkqueue_compact_mem w/ partial chunk
1653 * [core] reuse chunkqueue_compact_mem*()