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

/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dmod_dav.c1890 elem = dav_find_child(ctx->doc->root, "prop");
2024 || (child = dav_find_child(doc->root, "allprop")) != NULL) {
2028 else if ((child = dav_find_child(doc->root, "propname")) != NULL) {
2031 else if ((child = dav_find_child(doc->root, "prop")) != NULL) {
2326 if ((prop_group = dav_find_child(child, "prop")) == NULL) {
3279 if ((child = dav_find_child(doc->root, "version")) == NULL) {
3286 if ((child = dav_find_child(child, "href")) == NULL) {
3455 if (dav_find_child(doc->root, "apply-to-version") != NULL) {
3467 is_unreserved = dav_find_child(doc->root, "unreserved") != NULL;
3468 is_fork_ok = dav_find_child(do
[all...]
H A Dprops.c700 apr_xml_elem *elem = dav_find_child(doc->root, "prop");
H A Dmod_dav.h504 DAV_DECLARE(apr_xml_elem *) dav_find_child(const apr_xml_elem *elem,
H A Dutil.c300 DAV_DECLARE(apr_xml_elem *) dav_find_child(const apr_xml_elem *elem, function

Completed in 107 milliseconds