Searched refs:working (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/dav/main/
H A Dutil.c1934 if (parent->versioned && !parent->working) {
1952 * so no separate working resource will be created.
1994 if (resource->versioned && !resource->working) {
2010 * no separate working resource will be created. */
2105 if (resource != NULL && resource->working
2131 && av_info->parent_resource->working) {
H A Dutil_lock.c392 if (wres->resource->working) {
H A Dmod_dav.c1780 else if (resource->working) {
3590 if (resource->working) {
3613 /* if no working resource created, return OK,
3614 * else return CREATED with working resource URL in Location header
3665 if (!resource->working) {
3742 if (!resource->working) {
3854 || !resource->versioned || resource->working) {
3950 else if (wres->resource->working) {
H A Dmod_dav.h288 DAV_RESOURCE_TYPE_WORKING, /* working resource URL */
318 ** working = 0
326 ** working = ? (1 if checked out)
334 ** working = 0
342 ** working = 0
344 ** working resource:
350 ** working = 1
358 ** working = ? (1 if checked out)
366 ** working = 0
385 int working; /* member in struct:dav_resource
[all...]

Completed in 48 milliseconds