Searched refs:target (Results 1 - 5 of 5) 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/build/
H A Ddefault.pl58 <a href="packages.html" target="Documentation">Master Index</a>
70 >><a href="$_" target="Documentation"><b>$(p.name)</b></a><br>
76 >><li><a href="$_" target="Documentation">$(e.fullname)</a>
82 >><li><a href="$_" target="Documentation">$(e.fullname)</a>
89 <a href="to-do.html" target="Documentation"><b>To-Do List</b></a><br>
/httpd/modules/dav/main/
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...]
H A Dmod_dav.h2134 * "target" argument is not NULL), or the initial, empty version
2135 * in a new history resource (if the "target" argument is NULL).
2141 const char *target);
2154 * target resource, a dav_resource descriptor is returned
2271 ** be added to the current target of the version selector. The
2290 ** be added to the current target of the version selector. The
2348 ** Merge a resource (tree) into target resource (tree).
2355 dav_error * (*merge)(dav_resource *target, dav_resource *source,
2376 /* Determine whether a resource can be the target of a binding.
2377 * Returns 0 if the resource cannot be a binding target
[all...]
H A Dutil.c1823 const char *target = apr_table_get(in_req->headers_in, DAV_LABEL_HDR); local
1827 if (target != NULL) {

Completed in 47 milliseconds