Searched defs:is_remove (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/dav/main/ | ||
H A D | mod_dav.c | 2363 int is_remove; local 2369 || (!(is_remove = (strcmp(child->name, "remove") == 0)) 2393 ctx->operation = is_remove ? DAV_PROP_OP_DELETE : DAV_PROP_OP_SET; |
Completed in 2087 milliseconds