Home
last modified time | relevance | path

Searched defs:buffer_append_off_t (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.h71 #define buffer_append_off_t(x, y) buffer_append_long(x, y) macro
H A Dbuffer.c338 int buffer_append_off_t(buffer *b, off_t val) { in buffer_append_off_t() function