Home
last modified time | relevance | path

Searched refs:ap_table_setn (Results 1 – 17 of 17) sorted by relevance

/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_protocol.c138 ap_table_setn(e, "GATEWAY_INTERFACE", "CGI/1.1"); in add_auth_cgi_vars()
139 ap_table_setn(e, "SERVER_PROTOCOL", r->protocol); in add_auth_cgi_vars()
140 ap_table_setn(e, "REQUEST_METHOD", r->method); in add_auth_cgi_vars()
141 ap_table_setn(e, "QUERY_STRING", r->args ? r->args : ""); in add_auth_cgi_vars()
142 ap_table_setn(e, "REQUEST_URI", apache_original_uri(r)); in add_auth_cgi_vars()
158 ap_table_setn(e, "SCRIPT_NAME", r->uri); in add_auth_cgi_vars()
160 ap_table_setn(e, "PATH_INFO", r->path_info); in add_auth_cgi_vars()
163 ap_table_setn(e, "SCRIPT_NAME", r->uri); in add_auth_cgi_vars()
167 ap_table_setn(e, "SCRIPT_NAME", ap_pstrndup(r->pool, r->uri, path_info_start)); in add_auth_cgi_vars()
168 ap_table_setn(e, "PATH_INFO", r->path_info); in add_auth_cgi_vars()
[all …]
H A Dmod_fastcgi.c2701 ap_table_setn(t, key, val);
2708 ap_table_setn(t, key + 9, val);
2715 ap_table_setn(t, key, val);
2770 ap_table_setn(r->subprocess_env, "REMOTE_PASSWD", password);
2771 ap_table_setn(r->subprocess_env, "FCGI_APACHE_ROLE", "AUTHENTICATOR");
2837 ap_table_setn(r->subprocess_env, "FCGI_APACHE_ROLE", "AUTHORIZER");
2897 ap_table_setn(r->subprocess_env, "FCGI_APACHE_ROLE", "ACCESS_CHECKER");
H A Dfcgi.h106 #define ap_table_setn apr_table_setn macro
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/apache/
H A Dmod_shib_20.cpp50 #define ap_table_setn apr_table_setn macro
H A Dmod_shib_22.cpp50 #define ap_table_setn apr_table_setn macro
H A Dmod_shib_24.cpp50 #define ap_table_setn apr_table_setn macro
H A Dmod_shib.cpp1135 ap_table_setn(grps,ap_pstrdup(r->pool,group_name),"in");
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/turbocharger/
H A Dmod_gzip.c1918 ap_table_setn( in mod_gzip_request_handler()
1955 ap_table_setn( in mod_gzip_request_handler()
2137 ap_table_setn( in mod_gzip_request_handler()
2179 ap_table_setn( in mod_gzip_request_handler()
2393 ap_table_setn( in mod_gzip_request_handler()
4065 ap_table_setn( in mod_gzip_open_output_file()
4167 ap_table_setn( in mod_gzip_encode_and_transmit()
4201 ap_table_setn( in mod_gzip_encode_and_transmit()
4264 ap_table_setn( in mod_gzip_encode_and_transmit()
4305 ap_table_setn( in mod_gzip_encode_and_transmit()
[all …]
H A Dmod_gzip.c.diff53 + ap_table_setn( r->notes,"mod_gzip_compression_format",
60 + ap_table_setn( r->notes,"mod_gzip_compression_format",
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/turbocharger/
H A Dmod_gzip.c1918 ap_table_setn( in mod_gzip_request_handler()
1955 ap_table_setn( in mod_gzip_request_handler()
2137 ap_table_setn( in mod_gzip_request_handler()
2179 ap_table_setn( in mod_gzip_request_handler()
2393 ap_table_setn( in mod_gzip_request_handler()
4065 ap_table_setn( in mod_gzip_open_output_file()
4167 ap_table_setn( in mod_gzip_encode_and_transmit()
4201 ap_table_setn( in mod_gzip_encode_and_transmit()
4264 ap_table_setn( in mod_gzip_encode_and_transmit()
4305 ap_table_setn( in mod_gzip_encode_and_transmit()
[all …]
H A Dmod_gzip.c.diff53 + ap_table_setn( r->notes,"mod_gzip_compression_format",
60 + ap_table_setn( r->notes,"mod_gzip_compression_format",
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/src/
H A Dap_compat.h90 #define apr_table_setn ap_table_setn
/dports/www/suphp/suphp-0.7.2/src/apache/
H A Dmod_suphp.c667 ap_table_setn(r->subprocess_env, "SUPHP_AUTH_USER", auth_user); in suphp_handler()
668 ap_table_setn(r->subprocess_env, "SUPHP_AUTH_PW", auth_pass); in suphp_handler()
/dports/www/mod_auth_pubtkt/mod_auth_pubtkt-0.13/src/
H A Dap_compat.h90 #define apr_table_setn ap_table_setn
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd13/src/
H A Dap_alloc.inc216 procedure ap_table_setn(p1: Ptable; const name, val: PChar);
250 ap_table_setn(a, belt[i].key, belt[i].val);
/dports/www/mod_auth_kerb2/mod_auth_kerb-5.4/src/
H A Dmod_auth_kerb.c79 #define apr_table_setn ap_table_setn
H A D.#mod_auth_kerb.c.1.14773 #define apr_table_setn ap_table_setn