Searched refs:dav_find_child (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 1941 elem = dav_find_child(ctx->doc->root, "prop"); 2073 if (doc == NULL || dav_find_child(doc->root, "allprop") != NULL) { 2077 else if (dav_find_child(doc->root, "propname") != NULL) { 2080 else if (dav_find_child(doc->root, "prop") != NULL) { 2375 if ((prop_group = dav_find_child(child, "prop")) == NULL) { 3339 if ((child = dav_find_child(doc->root, "version")) == NULL) { 3346 if ((child = dav_find_child(child, "href")) == NULL) { 3515 if (dav_find_child(doc->root, "apply-to-version") != NULL) { 3527 is_unreserved = dav_find_child(doc->root, "unreserved") != NULL; 3528 is_fork_ok = dav_find_child(do [all...] |
H A D | props.c | 704 apr_xml_elem *elem = dav_find_child(doc->root, "prop");
|
H A D | mod_dav.h | 522 DAV_DECLARE(apr_xml_elem *) dav_find_child(const apr_xml_elem *elem,
|
H A D | util.c | 324 DAV_DECLARE(apr_xml_elem *) dav_find_child(const apr_xml_elem *elem, function
|
Completed in 35 milliseconds