Home
last modified time | relevance | path

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

/lighttpd1.4/src/t/
H A Dtest_mod_staticfile.c268 buffer_append_buffer(rqst_etag, etag); in test_http_response_send_file()
288 buffer_append_buffer(rqst_etag, etag); in test_http_response_send_file()
294 buffer_append_buffer(rqst_etag, etag); in test_http_response_send_file()
300 buffer_append_buffer(rqst_etag, etag); in test_http_response_send_file()
306 buffer_append_buffer(rqst_etag, etag); in test_http_response_send_file()
/lighttpd1.4/src/
H A Dbuffer.h302 static inline void buffer_append_buffer(buffer * restrict b, const buffer * restrict src);
303 static inline void buffer_append_buffer(buffer * restrict b, const buffer * restrict src) { in buffer_append_buffer() function
356 #define buffer_append_string_buffer buffer_append_buffer
H A Dmod_accesslog.c811 buffer_append_buffer(b, r->dst_addr_buf); in accesslog_append_remote_addr_masked()