Searched defs:amagent_post_filter (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/apache/
H A Dagent.c420 /* all other content types are replied in amagent_post_filter (as sub-request) */
734 static apr_status_t amagent_post_filter(ap_filter_t *f, apr_bucket_brigade *bucket_out, function
752 LOG_R(APLOG_DEBUG, r, "amagent_post_filter(): reposting %ld bytes", sz);
787 ap_register_input_filter(amagent_post_filter_name, amagent_post_filter, NULL, AP_FTYPE_RESOURCE);

Completed in 28 milliseconds