Searched refs:curDepth (Results 1 – 2 of 2) sorted by relevance
346 int curDepth = startDepth; in do_fdt() local349 working_fdt, nodeoffset, &curDepth); in do_fdt()354 while (curDepth > startDepth) { in do_fdt()355 if (curDepth == startDepth + 1) in do_fdt()367 working_fdt, nextNodeOffset, &curDepth); in do_fdt()
27169 int curDepth; in xmlSchemaVReaderWalk() local27175 curDepth = xmlTextReaderDepth(vctxt->reader); in xmlSchemaVReaderWalk()27176 while ((ret == 1) && (curDepth != depth)) { in xmlSchemaVReaderWalk()27178 curDepth = xmlTextReaderDepth(vctxt->reader); in xmlSchemaVReaderWalk()