Home
last modified time | relevance | path

Searched refs:nMaxDepth (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp174 const MIuint nMaxDepth = 10; in GetCompositeValue() local
186 } else if (vnDepth < nMaxDepth) { in GetCompositeValue()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c173436 if( nMaxDepth<0 ){
173439 rc = fts3ExprCheckDepth(p->pLeft, nMaxDepth-1);
173441 rc = fts3ExprCheckDepth(p->pRight, nMaxDepth-1);
173459 static int fts3ExprBalance(Fts3Expr **pp, int nMaxDepth){
173465 if( nMaxDepth==0 ){
173501 rc = fts3ExprBalance(&p, nMaxDepth-1);
173504 for(iLvl=0; p && iLvl<nMaxDepth; iLvl++){
173551 for(i=0; i<nMaxDepth; i++){
173575 for(i=0; i<nMaxDepth; i++){
173596 rc = fts3ExprBalance(&pLeft, nMaxDepth-1);
[all …]