Home
last modified time | relevance | path

Searched refs:buffer_append_off_t (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Detag.c23 buffer_append_off_t(etag, st->st_ino); in etag_create()
28 buffer_append_off_t(etag, st->st_size); in etag_create()
47 buffer_append_off_t(mut, h); in etag_mutate()
H A Dmod_staticfile.c297 buffer_append_off_t(b, start); in http_response_parse_range()
299 buffer_append_off_t(b, end); in http_response_parse_range()
301 buffer_append_off_t(b, sce->st.st_size); in http_response_parse_range()
344 buffer_append_off_t(p->range_buf, start); in http_response_parse_range()
346 buffer_append_off_t(p->range_buf, end); in http_response_parse_range()
348 buffer_append_off_t(p->range_buf, sce->st.st_size); in http_response_parse_range()
H A Dbuffer.h71 #define buffer_append_off_t(x, y) buffer_append_long(x, y) macro
74 int buffer_append_off_t(buffer *b, off_t val);
H A Dlog.c323 buffer_append_off_t(srv->errorlog_buf, o); in log_error_write()
346 buffer_append_off_t(srv->errorlog_buf, o); in log_error_write()
H A Dmod_rrdtool.c421 buffer_append_off_t(p->cmd, s->bytes_read); in TRIGGER_FUNC()
423 buffer_append_off_t(p->cmd, s->bytes_written); in TRIGGER_FUNC()
H A Dmod_accesslog.c785 buffer_append_off_t(b, in REQUESTDONE_FUNC()
821 buffer_append_off_t(b, con->bytes_written); in REQUESTDONE_FUNC()
828 buffer_append_off_t(b, con->bytes_read); in REQUESTDONE_FUNC()
H A Dbuffer.c338 int buffer_append_off_t(buffer *b, off_t val) { in buffer_append_off_t() function
383 return buffer_append_off_t(b, val); in buffer_copy_off_t()
H A Dmod_status.c500 buffer_append_off_t(b, chunkqueue_written(c->write_queue)); in mod_status_handle_server_status_html()
502 buffer_append_off_t(b, chunkqueue_length(c->write_queue)); in mod_status_handle_server_status_html()
H A Dmod_webdav.c880 buffer_append_off_t(b, sce->st.st_size); in webdav_get_live_property()