Searched refs:http_chunk_append_buffer (Results 1 – 6 of 6) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_chunk.h | 12 int http_chunk_append_buffer(request_st *r, buffer *mem); /* may reset "mem" */
|
| H A D | http_chunk.c | 210 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 D | http-header-glue.c | 748 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 D | mod_cgi.c | 625 if (0 != http_chunk_append_buffer(r, hctx->response)) { in cgi_process_rd_revents()
|
| H A D | mod_dirlisting.c | 1295 http_chunk_append_buffer(r, jb); /* clears jb */ in mod_dirlisting_json_append()
|
| H A D | mod_webdav.c | 681 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()
|