Lines Matching defs:child
323 /* find and return the (unique) child with a given DAV: tagname */
327 apr_xml_elem *child = elem->first_child;
329 for (; child; child = child->next)
330 if (child->ns == APR_XML_NS_DAV_ID && !strcmp(child->name, tagname))
331 return child;
341 const apr_xml_elem *child;
354 for (child = elem->first_child; child != NULL; child = child->next) {
355 for (scan = child->following_cdata.first;
385 for (child = elem->first_child; child != NULL; child = child->next) {
386 for (scan = child->following_cdata.first;