XML_ELEMENT_NODE 300 dxref.c if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, tag)) XML_ELEMENT_NODE 310 dxref.c if (node->type == XML_ELEMENT_NODE && !strcmp (node->name, tag)) XML_ELEMENT_NODE 325 dxref.c assert (node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 334 dxref.c if (child->type == XML_ELEMENT_NODE XML_ELEMENT_NODE 373 dxref.c if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, "file")) { XML_ELEMENT_NODE 406 dxref.c if (child->type == XML_ELEMENT_NODE && !strcmp (child->name, "line")) { XML_ELEMENT_NODE 628 dxref.c if (node->type != XML_ELEMENT_NODE) continue; XML_ELEMENT_NODE 642 dxref.c if (child->type != XML_ELEMENT_NODE) continue; XML_ELEMENT_NODE 709 dxref.c assert (node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 786 dxref.c if (child->type != XML_ELEMENT_NODE) continue; XML_ELEMENT_NODE 797 dxref.c if (child2->type != XML_ELEMENT_NODE) continue; XML_ELEMENT_NODE 920 dxref.c assert (node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 1168 dxref.c if (child->type != XML_ELEMENT_NODE || strcmp (child->name, "tag")) XML_ELEMENT_NODE 1187 dxref.c assert (node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 1203 dxref.c assert (node->type == XML_ELEMENT_NODE); XML_ELEMENT_NODE 2184 dxref.c if (node->type != XML_ELEMENT_NODE) continue;