Searched refs:http_chunk_append_mem (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_chunk.h | 7 int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t len);
|
| H A D | mod_cgi.c | 373 http_chunk_append_mem(srv, con, NULL, 0); in cgi_demux_response() 461 http_chunk_append_mem(srv, con, hctx->response_header->ptr, hctx->response_header->used); in cgi_demux_response() 496 http_chunk_append_mem(srv, con, bstart, blen + 1); in cgi_demux_response() 504 http_chunk_append_mem(srv, con, hctx->response->ptr, hctx->response->used); in cgi_demux_response() 674 http_chunk_append_mem(srv, con, hctx->response_header->ptr, hctx->response_header->used); in cgi_handle_fdevent() 679 http_chunk_append_mem(srv, con, NULL, 0); in cgi_handle_fdevent()
|
| H A D | http_chunk.c | 94 int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t len) { in http_chunk_append_mem() function
|
| H A D | mod_proxy.c | 726 http_chunk_append_mem(srv, con, c + 4, blen + 1); in proxy_demux_response() 732 http_chunk_append_mem(srv, con, hctx->response->ptr, hctx->response->used); in proxy_demux_response() 741 http_chunk_append_mem(srv, con, NULL, 0); in proxy_demux_response() 1093 http_chunk_append_mem(srv, con, NULL, 0); in proxy_handle_fdevent()
|
| H A D | mod_scgi.c | 1815 http_chunk_append_mem(srv, con, NULL, 0); in scgi_demux_response() 1893 http_chunk_append_mem(srv, con, hctx->response_header->ptr, hctx->response_header->used); in scgi_demux_response() 1912 http_chunk_append_mem(srv, con, hctx->response_header->ptr + hlen, blen + 1); in scgi_demux_response() 1920 http_chunk_append_mem(srv, con, hctx->response->ptr, hctx->response->used); in scgi_demux_response()
|
| H A D | mod_fastcgi.c | 2659 http_chunk_append_mem(srv, con, c, blen); in fcgi_demux_response() 2669 http_chunk_append_mem(srv, con, packet.b->ptr, packet.b->used); in fcgi_demux_response() 2687 http_chunk_append_mem(srv, con, NULL, 0); in fcgi_demux_response()
|