Searched refs:curDepth (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c26749 int curDepth; local
26755 curDepth = xmlTextReaderDepth(vctxt->reader);
26756 while ((ret == 1) && (curDepth != depth)) {
26758 curDepth = xmlTextReaderDepth(vctxt->reader);

Completed in 176 milliseconds