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

/macosx-10.10/apr-32/apr/apr/test/
H A Dtesttable.c133 apr_table_addn(t1, "a", "0");
134 apr_table_addn(t1, "g", "7");
135 apr_table_addn(t2, "a", "1");
136 apr_table_addn(t2, "b", "2");
137 apr_table_addn(t2, "c", "3");
138 apr_table_addn(t2, "b", "2.0");
139 apr_table_addn(t2, "d", "4");
140 apr_table_addn(t2, "e", "5");
141 apr_table_addn(t2, "b", "2.");
142 apr_table_addn(t
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dutil_script.c91 apr_table_addn(table, name, val);
178 apr_table_addn(e, "CONTENT_TYPE", hdrs[i].val);
181 apr_table_addn(e, "CONTENT_LENGTH", hdrs[i].val);
205 apr_table_addn(e, "PATH", apr_pstrdup(r->pool, env_temp));
231 apr_table_addn(e, "SERVER_SIGNATURE", ap_psignature("", r));
232 apr_table_addn(e, "SERVER_SOFTWARE", ap_get_server_banner());
233 apr_table_addn(e, "SERVER_NAME",
235 apr_table_addn(e, "SERVER_ADDR", r->connection->local_ip); /* Apache */
236 apr_table_addn(e, "SERVER_PORT",
240 apr_table_addn(
[all...]
H A Dutil_cookies.c64 apr_table_addn(t, SET_COOKIE, rfc2109);
106 apr_table_addn(t, SET_COOKIE2, rfc2965);
134 apr_table_addn(t, SET_COOKIE, rfc2109);
162 apr_table_addn(t, SET_COOKIE2, rfc2965);
229 apr_table_addn(v->new_cookies, key, new_cookie);
H A Dprotocol.c851 apr_table_addn(r->headers_in, last_field, value);
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_tables.h321 * @remark If the key is not found, then this function acts like apr_table_addn
348 APR_DECLARE(void) apr_table_addn(apr_table_t *t, const char *key,
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c1666 apr_table_addn(r->headers_out, "DAV", t->text);
1678 apr_table_addn(r->headers_out, "DAV", ((char **)uri_ary->elts)[i]);
1694 apr_table_addn(methods, "OPTIONS", "");
1701 apr_table_addn(methods, "GET", "");
1702 apr_table_addn(methods, "HEAD", "");
1703 apr_table_addn(methods, "POST", "");
1704 apr_table_addn(methods, "DELETE", "");
1705 apr_table_addn(methods, "TRACE", "");
1706 apr_table_addn(methods, "PROPFIND", "");
1707 apr_table_addn(method
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_reflector.c208 apr_table_addn(cfg->headers, in, out ? out : in);
H A Dmod_filter.c229 apr_table_addn(r->headers_out, "Warning",
248 apr_table_addn(r->headers_out, "Cache-Control", "no-cache");
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_form.c1089 apr_table_addn(r->headers_out, "Cache-Control", "no-store");
1090 apr_table_addn(r->err_headers_out, "Cache-Control", "no-store");
1209 apr_table_addn(r->headers_out, "Cache-Control", "no-store");
1210 apr_table_addn(r->err_headers_out, "Cache-Control", "no-store");
1217 apr_table_addn(r->headers_out, "Location", logout);
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_headers.c659 apr_table_addn(ed->t, key, repl);
667 apr_table_addn(headers, key, val);
717 apr_table_addn(headers, hdr->header, process_tags(hdr, r));
725 apr_table_addn(headers, hdr->header, process_tags(hdr, r));
H A Dmod_usertrack.c147 apr_table_addn(r->err_headers_out,
/macosx-10.10/apache-793/httpd/modules/session/
H A Dmod_session_cookie.c64 apr_table_addn(r->headers_out, "Cache-Control", "no-cache");
H A Dmod_session_dbd.c410 apr_table_addn(r->headers_out, "Cache-Control", "no-cache");
458 apr_table_addn(r->headers_out, "Cache-Control", "no-cache");
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_storage.c126 apr_table_addn(v, key, val);
144 apr_table_addn(v, key, val);
H A Dmod_cache_socache.c218 apr_table_addn(table, apr_pstrndup(r->pool, (const char *) buffer
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_http.c162 apr_table_addn(headers, key, warning);
1190 apr_table_addn(v, key, val);
1518 apr_table_addn(r->headers_out, "Via",
H A Dajp_header.c494 apr_table_addn(v, key, val);
H A Dmod_proxy_ftp.c1238 apr_table_addn(r->headers_out, "Retry-After",
/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c800 APR_DECLARE(void) apr_table_addn(apr_table_t *t, const char *key, function
810 fprintf(stderr, "apr_table_addn: key not in ancestor pool of t\n");
814 fprintf(stderr, "apr_table_addn: val not in ancestor pool of t\n");
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_filters.c1306 apr_table_addn(r->headers_out, "Expires", date);
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c2540 apr_table_addn(rmain->err_headers_out, "Set-Cookie", cookie);

Completed in 168 milliseconds