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

/httpd/server/
H A Dutil_script.c425 apr_table_t *merge; local
435 /* temporary place to hold headers to merge in later */
436 merge = apr_table_make(r->pool, 10);
438 /* The HTTP specification says that it is legal to merge duplicate
511 apr_table_overlap(r->err_headers_out, merge,
636 apr_table_add(merge, w, l);
H A Dcore.c223 /* there was no explicit setting of new->opts, so we merge
321 /* If we merge, the merge-result must have its own array
332 /* If we merge, the merge-result must have its own array
367 * Now merge the setting of the FileETag directive.
1823 int merge = 0; local
1833 if (!merge && !first && !all_none) {
1836 merge = 1;
1841 else if (merge) {
[all...]
/httpd/support/
H A Dapxs.in785 NULL, /* merge per-dir config structures */
787 NULL, /* merge per-server config structures */
/httpd/modules/http/
H A Dhttp_filters.c188 apr_bucket_brigade *b, int merge)
218 if(!merge) {
187 read_chunked_trailers(http_ctx_t *ctx, ap_filter_t *f, apr_bucket_brigade *b, int merge) argument
/httpd/modules/dav/main/
H A Dmod_dav.h2355 dav_error * (*merge)(dav_resource *target, dav_resource *source, member in struct:dav_hooks_vsn
H A Dmod_dav.c143 /* ### nothing to merge right now... */
4322 if (doc == NULL || !dav_validate_root(doc, "merge")) {
4326 "DAV:merge element.");
4333 "The DAV:merge element must contain a DAV:source "
4372 no_auto_merge = dav_find_child(doc->root, "no-auto-merge") != NULL;
4377 /* ### check RFC. I believe the DAV:merge element may contain any
4382 ### which can be passed to the checkout() and merge() hooks. */
4412 /* Do the merge, including any response generation. */
4413 if ((err = (*vsn_hooks->merge)(resource, source_resource,
4428 /* the response was fully generated by the merge() hoo
[all...]

Completed in 4073 milliseconds