Searched refs:filter_ctx (Results 1 – 3 of 3) sorted by relevance
152 void *filter_ctx; member
351 c->filter_ctx = NULL; in channel_new()442 if (c->filter_cleanup != NULL && c->filter_ctx != NULL) in channel_free()443 c->filter_cleanup(c->self, c->filter_ctx); in channel_free()786 c->filter_ctx = ctx; in channel_register_filter()
1085 if (c->filter_ctx == NULL) in process_escapes()1087 efc = (struct escape_filter_ctx *)c->filter_ctx; in process_escapes()