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

/macosx-10.10/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.h26 Node *pTop, *pCurrent; member in struct:_TidyNodeIter
34 if pCurrent is NULL, this function initializes it to match pTop, and
36 and returns that value. When pTop == pCurrent, the function returns NULL
49 newCurr is not a descendant node of pTop.
H A DTidyNodeIter.c12 pThis->pTop = pStart;
22 pThis->pCurrent = pThis->pTop->content;
33 && pThis->pTop != pThis->pCurrent->parent )
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c97954 Parse *pTop = sqlite3ParseToplevel(pParse); local
103393 WhereTerm *pTop = findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE, pIdx); local
[all...]

Completed in 506 milliseconds