Home
last modified time | relevance | path

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 Dhttp_chunk.h7 int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t len);
H A Dmod_cgi.c373 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 Dhttp_chunk.c94 int http_chunk_append_mem(server *srv, connection *con, const char * mem, size_t len) { in http_chunk_append_mem() function
H A Dmod_proxy.c726 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 Dmod_scgi.c1815 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 Dmod_fastcgi.c2659 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()