Home
last modified time | relevance | path

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

/external/libevent/
Dbufferevent_filter.c163 bufferevent_filter_cb output_filter, in bufferevent_filter_new() argument
176 if (!output_filter) in bufferevent_filter_new()
177 output_filter = be_null_filter; in bufferevent_filter_new()
195 bufev_f->process_out = output_filter; in bufferevent_filter_new()
/external/autotest/client/common_lib/
Dpexpect.py1450 def interact(self, escape_character = chr(29), input_filter = None, output_filter = None): argument
1492 self.__interact_copy(escape_character, input_filter, output_filter)
1512 def __interact_copy(self, escape_character = None, input_filter = None, output_filter = None): argument
1521 if output_filter: data = output_filter(data)
/external/libevent/include/event2/
Dbufferevent.h575 bufferevent_filter_cb output_filter,
/external/openssh/
Dchannels.h152 channel_outfilter_fn *output_filter; member
Dchannels.c370 c->output_filter = NULL; in channel_new()
849 c->output_filter = ofn; in channel_register_filter()
1789 if (c->output_filter != NULL) {
1790 if ((buf = c->output_filter(c, &data, &dlen)) == NULL) {