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 D | etag.c | 23 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 D | mod_staticfile.c | 297 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 D | buffer.h | 71 #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 D | log.c | 323 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 D | mod_rrdtool.c | 421 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 D | mod_accesslog.c | 785 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 D | buffer.c | 338 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 D | mod_status.c | 500 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 D | mod_webdav.c | 880 buffer_append_off_t(b, sce->st.st_size); in webdav_get_live_property()
|