Home
last modified time | relevance | path

Searched refs:wb (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c102 chunkqueue *wb; member
129 hctx->wb = chunkqueue_init(); in handler_ctx_init()
140 chunkqueue_free(hctx->wb); in handler_ctx_free()
450 b = chunkqueue_get_append_buffer(hctx->wb); in proxy_create_env()
487 hctx->wb->bytes_in += b->used - 1; in proxy_create_env()
510 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in proxy_create_env()
515 hctx->wb->bytes_in += weHave; in proxy_create_env()
524 b = chunkqueue_get_append_buffer(hctx->wb); in proxy_create_env()
531 hctx->wb->bytes_in += weHave; in proxy_create_env()
830 chunkqueue_remove_finished_chunks(hctx->wb); in proxy_write_request()
[all …]
H A Dmod_scgi.c310 chunkqueue *wb; member
372 hctx->wb = chunkqueue_init(); in handler_ctx_init()
381 chunkqueue_free(hctx->wb); in handler_ctx_free()
1624 b = chunkqueue_get_append_buffer(hctx->wb); in scgi_create_env()
1631 hctx->wb->bytes_in += b->used - 1; in scgi_create_env()
1658 hctx->wb->bytes_in += weHave; in scgi_create_env()
1674 hctx->wb->bytes_in += weHave; in scgi_create_env()
2317 if (hctx->wb->bytes_out == 0 && in scgi_write_request()
2336 "write-offset:", hctx->wb->bytes_out, in scgi_write_request()
2349 if (hctx->wb->bytes_out == hctx->wb->bytes_in) { in scgi_write_request()
[all …]
H A Dmod_fastcgi.c351 chunkqueue *wb; /* write queue */ member
506 hctx->wb = chunkqueue_init(); in handler_ctx_init()
519 chunkqueue_free(hctx->wb); in handler_ctx_free()
2048 hctx->wb->bytes_in += b->used - 1; in fcgi_create_env()
2068 hctx->wb->bytes_in += sizeof(header); in fcgi_create_env()
2100 hctx->wb->bytes_in += weHave; in fcgi_create_env()
2120 c = hctx->wb->last; in fcgi_create_env()
2146 hctx->wb->bytes_in += weHave; in fcgi_create_env()
2171 hctx->wb->bytes_in += sizeof(header); in fcgi_create_env()
3082 if (hctx->wb->bytes_out == hctx->wb->bytes_in) { in fcgi_write_request()
[all …]