Home
last modified time | relevance | path

Searched refs:buffer_copy_off_t (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.h70 #define buffer_copy_off_t(x, y) buffer_copy_long(x, y) macro
73 int buffer_copy_off_t(buffer *b, off_t val);
H A Dmod_ssi.c605 buffer_copy_off_t(b, s); in process_ssi_stmt()
608 buffer_copy_off_t(b, st.st_size); in process_ssi_stmt()
H A Dbuffer.c379 int buffer_copy_off_t(buffer *b, off_t val) { in buffer_copy_off_t() function
H A Dconnections.c590 buffer_copy_off_t(srv->tmp_buf, qlen);
H A Dmod_fastcgi.c2366 buffer_copy_off_t(dcls->value, sendfile2_content_length); in fcgi_response_parse()
2634 buffer_copy_off_t(dcls->value, sce->st.st_size); in fcgi_demux_response()