Searched defs:input_buffer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | input_buffer.hh | 61 class input_buffer class 86 input_buffer(const char* b, int s, int c) : buffer(b), size(s), in input_buffer() function in dtc::input_buffer 121 input_buffer() : buffer(0), size(0), cursor(0) {} in input_buffer() function in dtc::input_buffer 125 input_buffer(const char* b, int s) : buffer(b), size(s), cursor(0){} in input_buffer() function in dtc::input_buffer
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-esp.c | 195 u_char *input_buffer, *output_buffer; in esp_print_decrypt_buffer_by_ikev2() local 687 u_char *input_buffer, *output_buffer; in esp_print() local
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http_struct.h | 106 struct evbuffer *input_buffer; /* read data */ member
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | http_struct.h | 106 struct evbuffer *input_buffer; /* read data */ member
|