Home
last modified time | relevance | path

Searched refs:nDepth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_parser.cpp368 int nDepth) { in ParseElementInternal() argument
369 if (nDepth > kMaxDepth) in ParseElementInternal()
480 ParseElementInternal(pElement.get(), true, nDepth + 1); in ParseElementInternal()
Dcxml_parser.h47 int nDepth);
/external/sqlite/dist/orig/
Dsqlite3.c90133 int nDepth = 0;
90137 nDepth++;
90139 return nDepth;
90152 int nDepth, /* Depth of tree according to TreeDepth() */
90165 for(i=1; i<nDepth; i++){
90169 for(i=1; i<nDepth && rc==SQLITE_OK; i++){
90230 int nDepth = vdbeSorterTreeDepth(pTask->nPMA);
90247 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger);
/external/sqlite/dist/
Dsqlite3.c90149 int nDepth = 0;
90153 nDepth++;
90155 return nDepth;
90168 int nDepth, /* Depth of tree according to TreeDepth() */
90181 for(i=1; i<nDepth; i++){
90185 for(i=1; i<nDepth && rc==SQLITE_OK; i++){
90246 int nDepth = vdbeSorterTreeDepth(pTask->nPMA);
90263 rc = vdbeSorterAddToTree(pTask, nDepth, iSeq++, pRoot, pMerger);