Home
last modified time | relevance | path

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

/external/lldb/test/pexpect-2.4/
Dpexpect.py1455 def interact(self, escape_character = chr(29), input_filter = None, output_filter = None): argument
1497 self.__interact_copy(escape_character, input_filter, output_filter)
1517 def __interact_copy(self, escape_character = None, input_filter = None, output_filter = None): argument
1526 if output_filter: data = output_filter(data)
/external/openssh/
Dchannels.h151 channel_outfilter_fn *output_filter; member
Dchannels.c347 c->output_filter = NULL; in channel_new()
782 c->output_filter = ofn; in channel_register_filter()
1709 if (c->output_filter != NULL) {
1710 if ((buf = c->output_filter(c, &data, &dlen)) == NULL) {