Searched defs:send_environment (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_fcgi.c | 243 static apr_status_t send_environment(proxy_conn_rec *conn, request_rec *r, function 824 rv = send_environment(conn, r, temp_pool, request_id);
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 291 static apr_status_t send_environment(apr_socket_t *s, function 296 const char *fn = "send_environment"; 732 rv = send_environment(s, conf, r, request_id, temp_pool);
|
Completed in 30 milliseconds