Home
last modified time | relevance | path

Searched defs:output_buffer (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/libevent/include/event2/
H A Dhttp_struct.h111 struct evbuffer *output_buffer; /* outgoing post or data */ member
/freebsd-src/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h111 struct evbuffer *output_buffer; /* outgoing post or data */ member
/freebsd-src/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c234 struct evbuffer *output_buffer; in main() local
/freebsd-src/contrib/libevent/sample/
H A Dhttps-client.c234 struct evbuffer *output_buffer; in main() local
/freebsd-src/usr.bin/fmt/
H A Dfmt.c248 static wchar_t *output_buffer = NULL; /* Output line will be built here */ variable