Searched refs:chunkqueue_length (Results 1 – 7 of 7) sorted by relevance
64 off_t chunkqueue_length(chunkqueue *c);
131 return chunkqueue_length(con->write_queue); in http_chunkqueue_length()
323 off_t chunkqueue_length(chunkqueue *cq) { in chunkqueue_length() function
568 off_t qlen = chunkqueue_length(con->write_queue);1059 } else if (chunkqueue_length(cq) > 64 * 1024) {
502 buffer_append_off_t(b, chunkqueue_length(c->write_queue)); in mod_status_handle_server_status_html()
1080 assert(chunkqueue_length(cq) == (off_t)con->request.content_length); in cgi_create_env()
1628 assert(chunkqueue_length(cq) == (off_t)con->request.content_length); in URIHANDLER_FUNC()