Searched refs:send_downstream (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_charset_lite.c378 /* send_downstream() is passed the translated data; it puts it in a single-
381 static apr_status_t send_downstream(ap_filter_t *f, const char *tmp, apr_size_t len) function
947 rv = send_downstream(f, tmp, sizeof(tmp) - space_avail);
959 rv = send_downstream(f, tmp, sizeof(tmp) - space_avail);

Completed in 12 milliseconds