Searched defs:replaced (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/metadata/ |
H A D | mod_setenvif.c | 602 char *replaced = ap_pregsub(r->pool, elts[j].val, val, local 604 if (replaced) { 606 replaced);
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 616 int replaced) 625 if (replaced) { 1111 /* notify lock system that we have created/replaced a resource */ 2595 /* notify lock system that we have created/replaced a resource */ 2886 /* In a MOVE operation, the destination is replaced by the source. 2889 * then it should not be replaced, but modified to be a copy of 2903 /* If the destination must be created or replaced, 2938 /* If destination is being replaced, remove it first 3000 /* notify lock system that we have created/replaced a resource */ 3459 /* notify lock system that we have created/replaced 615 dav_created(request_rec *r, const char *locn, const char *what, int replaced) argument [all...] |
Completed in 559 milliseconds