Lines Matching refs:fts3ExprCheckDepth
133978 static int fts3ExprCheckDepth(Fts3Expr *p, int nMaxDepth){133984 rc = fts3ExprCheckDepth(p->pLeft, nMaxDepth-1);133986 rc = fts3ExprCheckDepth(p->pRight, nMaxDepth-1);134235 rc = fts3ExprCheckDepth(*ppExpr, SQLITE_FTS3_MAX_EXPR_DEPTH);