MCPcopy Create free account
hub / github.com/apache/httpd / dav_find_child

Function dav_find_child

modules/dav/main/util.c:359–363  ·  view source on GitHub ↗

find and return the (unique) child with a given DAV: tagname */

Source from the content-addressed store, hash-verified

357
358/* find and return the (unique) child with a given DAV: tagname */
359DAV_DECLARE(apr_xml_elem *) dav_find_child(const apr_xml_elem *elem,
360 const char *tagname)
361{
362 return dav_find_child_ns(elem, APR_XML_NS_DAV_ID, tagname);
363}
364
365/* find and return the attribute with a name in the given namespace */
366DAV_DECLARE(apr_xml_attr *) dav_find_attr_ns(const apr_xml_elem *elem,

Callers 10

dav_cache_badpropsFunction · 0.85
dav_method_propfindFunction · 0.85
dav_method_proppatchFunction · 0.85
dav_method_vsn_controlFunction · 0.85
dav_method_checkoutFunction · 0.85
dav_method_checkinFunction · 0.85
dav_method_updateFunction · 0.85
dav_method_labelFunction · 0.85
dav_method_mergeFunction · 0.85
dav_get_propsFunction · 0.85

Calls 1

dav_find_child_nsFunction · 0.85

Tested by

no test coverage detected