Searched defs:input_buffer (Results 1 – 4 of 4) sorted by relevance
59 class input_buffer class84 input_buffer(const char* b, int s, int c) : buffer(b), size(s), in input_buffer() function in dtc::input_buffer119 input_buffer() : buffer(0), size(0), cursor(0) {} in input_buffer() function in dtc::input_buffer123 input_buffer(const char* b, int s) : buffer(b), size(s), cursor(0){} in input_buffer() function in dtc::input_buffer
106 struct evbuffer *input_buffer; /* read data */ member
442 union input_buffer { global() union