Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c349 int bAnd = 0; in sqlite3Fts5ExprPattern() local
351 bAnd = 1; in sqlite3Fts5ExprPattern()
357 rc = sqlite3Fts5ExprNew(pConfig, bAnd, iCol, zExpr, pp,pConfig->pzErrmsg); in sqlite3Fts5ExprPattern()
/sqlite-3.40.0/src/
H A Dwherecode.c48 int bAnd, /* Non-zero to append " AND " */ in explainAppendTerm() argument
54 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5); in explainAppendTerm()