Searched refs:amagent_post_filter_name (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/source/apache/ |
| H A D | agent.c | 42 static const char amagent_post_filter_name[] = "AmModuleFilterIn"; variable 343 NOTNULL(apr_table_get(r->notes, amagent_post_filter_name)), 409 apr_table_unset(r->notes, amagent_post_filter_name); 525 apr_table_unset(r->notes, amagent_post_filter_name); 531 apr_table_set(r->notes, amagent_post_filter_name, encoded); 731 ap_add_input_filter(amagent_post_filter_name, NULL, req, req->connection); 741 const char *data = apr_table_get(r->notes, amagent_post_filter_name); 750 apr_table_unset(r->notes, amagent_post_filter_name); 772 apr_table_unset(r->notes, amagent_post_filter_name); 787 ap_register_input_filter(amagent_post_filter_name, amagent_post_filte [all...] |
Completed in 28 milliseconds