Home | History | Annotate | Download | only in openssh

Lines Matching refs:output_filter

327 	c->output_filter = NULL;
753 c->output_filter = ofn;
1652 if (c->output_filter != NULL) {
1653 if ((buf = c->output_filter(c, &data, &dlen)) == NULL) {