Searched refs:nDepth (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/xml/ |
D | cxml_parser.cpp | 368 int nDepth) { in ParseElementInternal() argument 369 if (nDepth > kMaxDepth) in ParseElementInternal() 480 ParseElementInternal(pElement.get(), true, nDepth + 1); in ParseElementInternal()
|
D | cxml_parser.h | 47 int nDepth);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 90133 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/ |
D | sqlite3.c | 90149 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);
|