Home | History | Annotate | Download | only in libxml2

Lines Matching defs:lst

544 		xmlNodePtr lst;
554 lst = node->children;
557 while (lst != NULL) {
558 if ((lst->type == XML_ELEMENT_NODE) &&
559 (step->value[0] == lst->name[0]) &&
560 (xmlStrEqual(step->value, lst->name)))
562 lst = lst->next;
564 if (lst != NULL)