Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c201182 static int fts3ExprCheckDepth(Fts3Expr *p, int nMaxDepth){ function
201188 rc = fts3ExprCheckDepth(p->pLeft, nMaxDepth-1);
201190 rc = fts3ExprCheckDepth(p->pRight, nMaxDepth-1);
201465 rc = fts3ExprCheckDepth(*ppExpr, SQLITE_FTS3_MAX_EXPR_DEPTH);