Searched refs:apr_table_setn (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_env.c85 apr_table_setn(res->vars, elts[i].key, elts[i].val);
101 apr_table_setn(vars, arg, apr_pstrdup(cmd->pool, env_var));
119 apr_table_setn(sconf->vars, name, value ? value : "");
H A Dmod_setenvif.c264 apr_table_setn(new->features, var, feature);
267 apr_table_setn(new->features, var + 1, "!");
270 apr_table_setn(new->features, var, "1");
605 apr_table_setn(r->subprocess_env, elts[j].key,
617 apr_table_setn(r->subprocess_env, elts[j].key,
H A Dmod_remoteip.c382 apr_table_setn(r->headers_in, config->header_name,
389 apr_table_setn(r->notes, "remoteip-proxy-ip-list", req->proxy_ips);
391 apr_table_setn(r->headers_in, config->proxies_header_name,
H A Dmod_expires.c328 apr_table_setn(dir_config->expiresbytype, mime, real_code);
437 apr_table_setn(t, "Expires", timestr);
H A Dmod_usertrack.c150 apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf)); /* log first time */
245 apr_table_setn(r->notes, "cookie", cookieval);
/macosx-10.10/apache-793/httpd/server/
H A Dutil_script.c242 apr_table_setn(e, "REQUEST_SCHEME", ap_http_scheme(r));
348 apr_table_setn(e, "GATEWAY_INTERFACE", "CGI/1.1");
349 apr_table_setn(e, "SERVER_PROTOCOL", r->protocol);
350 apr_table_setn(e, "REQUEST_METHOD", r->method);
351 apr_table_setn(e, "QUERY_STRING", r->args ? r->args : "");
352 apr_table_setn(e, "REQUEST_URI", original_uri(r));
361 apr_table_setn(e, "SCRIPT_NAME", r->uri);
363 apr_table_setn(e, "PATH_INFO", r->path_info);
367 apr_table_setn(e, "SCRIPT_NAME", r->uri);
372 apr_table_setn(
[all...]
H A Dprotocol.c160 apr_table_setn(r->headers_out, "Content-Length",
672 apr_table_setn(r->notes, "error-notes",
739 apr_table_setn(r->notes, "error-notes",
770 apr_table_setn(r->notes, "error-notes",
804 apr_table_setn(r->notes, "error-notes",
815 apr_table_setn(r->notes, "error-notes",
1719 apr_table_setn(r->headers_out, "Last-Modified", datestr);
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_etag.c82 apr_table_setn(r->notes, "no-etag", "omit");
219 apr_table_setn(r->headers_out, "ETag", etag);
H A Dhttp_request.c179 apr_table_setn(r->headers_out, "Location", custom_response);
189 apr_table_setn(r->subprocess_env, "REQUEST_METHOD", r->method);
198 apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
399 apr_table_setn(new, apr_pstrcat(p, "REDIRECT_", elts[i].key, NULL),
470 apr_table_setn(new->headers_out, "Location", location);
531 apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
H A Dhttp_filters.c787 apr_table_setn(r->headers_out, "Vary",
1071 apr_table_setn(r->notes, "error-notes",
1084 apr_table_setn(r->notes, "error-notes",
1093 apr_table_setn(r->notes, "error-notes",
1118 apr_table_setn(r->notes, "error-notes",
1246 apr_table_setn(r->subprocess_env, "force-response-1.0", "1");
1271 apr_table_setn(r->headers_out, "Content-Type", ctype);
1275 apr_table_setn(r->headers_out, "Content-Encoding",
1296 apr_table_setn(r->headers_out, "Content-Language", field);
H A Dhttp_protocol.c266 apr_table_setn(r->headers_out, "Keep-Alive",
272 apr_table_setn(r->headers_out, "Keep-Alive",
1049 apr_table_setn(r->headers_out, "Allow", make_allow(r));
1071 apr_table_setn(r->headers_out, "Accept-Ranges",
1413 apr_table_setn(r->headers_out, "Location", location);
1439 apr_table_setn(r->headers_out, "Allow", make_allow(r));
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_userdir.c185 apr_table_setn(usertable, username, kw);
288 apr_table_setn(r->headers_out, "Location", redirect);
300 apr_table_setn(r->headers_out, "Location", redirect);
337 apr_table_setn(r->notes, "mod_userdir_user", user);
H A Dmod_actions.c103 apr_table_setn(m->action_types, type,
199 apr_table_setn(r->subprocess_env, "HANDLER", action);
H A Dmod_alias.c417 apr_table_setn(r->notes, "alias-forced-type", r->handler);
476 apr_table_setn(r->headers_out, "Location", ret);
527 apr_table_setn(r->headers_out, "Location", ret);
H A Dmod_dir.c272 apr_table_setn(r->headers_out, "Location",
328 apr_table_setn(r->headers_out, "Location", ap_construct_url(r->pool, rr->uri, r));
H A Dmod_speling.c393 apr_table_setn(r->headers_out, "Location",
499 apr_table_setn(notes, "variant-list", apr_array_pstrcat(p, t, 0));
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c144 apr_table_setn(r->notes, "error-notes",
318 apr_table_setn(r->err_headers_out, "Upgrade", "TLS/1.0, HTTP/1.1");
319 apr_table_setn(r->err_headers_out, "Connection", "Upgrade");
329 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
920 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
940 apr_table_setn(r->notes, "ssl-access-forbidden", "1");
1054 apr_table_setn(r->headers_in, "Authorization", auth_line);
1141 apr_table_setn(r->headers_out, "Upgrade", "TLS/1.0, HTTP/1.1");
1156 apr_table_setn(env, "HTTPS", "on");
1173 apr_table_setn(en
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_basic.c236 apr_table_setn(r->err_headers_out,
357 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, AUTHN_DEFAULT_PROVIDER);
361 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name);
489 apr_table_setn(r->headers_in, "Authorization", auth_line);
H A Dmod_auth_form.c435 apr_table_setn(r->err_headers_out, "Location", conf->location);
473 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-user", NULL), user);
476 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-pw", NULL), pw);
479 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-method", NULL), method);
482 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-mimetype", NULL), mimetype);
783 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, AUTHN_DEFAULT_PROVIDER);
787 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name);
867 apr_table_setn(r->headers_in, "Authorization",
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_tables.h292 APR_DECLARE(void) apr_table_setn(apr_table_t *t, const char *key,
423 /** flag for overlap to use apr_table_setn */
433 * APR_OVERLAP_TABLES_SET Use apr_table_setn
453 * apr_table_setn(a, belt[i].key, belt[i].val);
/macosx-10.10/apache-793/httpd/modules/arch/netware/
H A Dmod_netware.c54 apr_table_setn(new->file_type_handlers, "NLM", "OS");
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_reflector.c40 apr_table_setn(r->headers_out, value, payload);
H A Dmod_deflate.c147 apr_table_setn(hdrs, "Content-Encoding", new_encoding);
420 apr_table_setn(r->headers_out, "ETag", newtag);
693 apr_table_setn(r->headers_out, "Content-Encoding", "gzip");
768 apr_table_setn(r->notes, c->note_input_name,
776 apr_table_setn(r->notes, c->note_output_name,
784 apr_table_setn(r->notes, c->note_ratio_name,
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_file_cache.c358 apr_table_setn(r->headers_out, "Last-Modified", datestr);
365 apr_table_setn(r->headers_out, "Content-Length", match->sizestr);
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c314 apr_table_setn(r->subprocess_env, "BALANCER_ROUTE_CHANGED", "1");
580 apr_table_setn(r->subprocess_env, "BALANCER_ROUTE_CHANGED", "1");
590 apr_table_setn(r->subprocess_env,
592 apr_table_setn(r->subprocess_env,
594 apr_table_setn(r->subprocess_env,
605 apr_table_setn(r->notes, "session-sticky", sticky);
606 apr_table_setn(r->notes, "session-route", route);
609 apr_table_setn(r->subprocess_env,
611 apr_table_setn(r->subprocess_env,

Completed in 230 milliseconds

123