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

/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c2557 TclDomNode *foundPtr;
2563 foundPtr = nodePtr->firstChildPtr;
2564 while (foundPtr && foundPtr != childPtr) {
2565 foundPtr = foundPtr->nextSiblingPtr;
2568 if (foundPtr) {
2526 TclDomNode *foundPtr; local

Completed in 119 milliseconds