Searched refs:rtept (Results 1 – 1 of 1) sorted by relevance
161 for (xmlNode *rtept = child->children; rtept; rtept = rtept->next) { in parse() local163 if (!strcmp((const char *)rtept->name, "rtept")) { in parse()164 isOk = parseLocation(rtept, doc, &location, error); in parse()