Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_chunk.h12 int http_chunk_append_buffer(request_st *r, buffer *mem); /* may reset "mem" */
H A Dhttp_chunk.c210 int http_chunk_append_buffer(request_st * const r, buffer * const mem) { in http_chunk_append_buffer() function
473 int rc = http_chunk_append_buffer(r, mem); /* might append to tmpfile */ in http_chunk_decode_append_buffer()
H A Dhttp-header-glue.c748 return http_chunk_append_buffer(r, mem); in http_response_append_buffer()
1146 if (0 != http_chunk_append_buffer(r, b)) { in http_response_parse_headers()
H A Dmod_cgi.c625 if (0 != http_chunk_append_buffer(r, hctx->response)) { in cgi_process_rd_revents()
H A Dmod_dirlisting.c1295 http_chunk_append_buffer(r, jb); /* clears jb */ in mod_dirlisting_json_append()
H A Dmod_webdav.c681 http_chunk_append_buffer(r, b); /*(might move/steal/reset buffer)*/ in webdav_double_buffer()
943 http_chunk_append_buffer(r, b); /*(might move/steal/reset buffer)*/ in webdav_xml_response_status()
4384 http_chunk_append_buffer(r, pb.b); /*(might move/steal/reset buffer)*/ in mod_webdav_propfind()