Searched defs:target (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/cache/
H A Dmod_socache_dc.c36 /* Configured target server: */
37 const char *target; member in struct:ap_socache_instance_t
50 ctx->target = apr_pstrdup(p, arg);
69 /* This mode of operation will open a temporary connection to the 'target'
76 ctx->dc = DC_CTX_new(ctx->target, SESSION_CTX_FLAGS);
157 " target: <b>%s</b><br>", ctx->target);
161 ap_rvputs(r, "CacheTarget: ", ctx->target, "\n", NULL);
/httpd/modules/dav/main/
H A Dutil.c1823 const char *target = apr_table_get(in_req->headers_in, DAV_LABEL_HDR); local
1827 if (target != NULL) {
H A Dmod_dav.c624 /* did the target resource already exist? */
696 * If label_allowed != 0, then allow the request target to be altered by
710 /* if the request target can be overridden, get any target selector */
2796 * use depth==infinity since the target (hierarchy) will be deleted
2799 * Note that we are overwriting the target, which implies a DELETE, so
2997 /* propagate any indirect locks at the target */
3305 const char *target = NULL; local
3355 &target, &tsize);
3370 if (!resource->exists && target
3774 const char *target; local
[all...]

Completed in 25 milliseconds