Home
last modified time | relevance | path

Searched refs:buffer_reset (Results 1 – 7 of 7) sorted by relevance

/lighttpd1.4/src/
H A Dreqpool.c128 buffer_reset(&r->target); in request_reset()
129 buffer_reset(&r->pathinfo); in request_reset()
191 buffer_reset(&r->uri.path); in request_reset_ex()
192 buffer_reset(&r->uri.query); in request_reset_ex()
193 buffer_reset(&r->physical.path); in request_reset_ex()
194 buffer_reset(&r->physical.rel_path); in request_reset_ex()
195 buffer_reset(&r->target_orig); in request_reset_ex()
196 buffer_reset(&r->target); /*(see comments in request_reset())*/ in request_reset_ex()
197 buffer_reset(&r->pathinfo); /*(see comments in request_reset())*/ in request_reset_ex()
H A Dbuffer.h93 static inline void buffer_reset(buffer *b);
339 static inline void buffer_reset(buffer *b) { in buffer_reset() function
H A Darray.c167 buffer_reset(&ds->key); in array_reset_data_strings()
168 buffer_reset(&ds->value); in array_reset_data_strings()
H A Dmod_rewrite.c313 buffer_reset(&r->physical.path); in process_rewrite_rules()
H A Dhttp-header-glue.c296 buffer_reset(&r->physical.path); in http_response_reset()
297 buffer_reset(&r->physical.rel_path); in http_response_reset()
H A Dresponse.c624 buffer_reset(&r->physical.path); in http_response_errdoc_init()
/lighttpd1.4/
H A DNEWS1511 * [core] inline buffer_reset()
1964 * [core] buffer_reset() should not be passed NULL