Searched refs:bAnd (Results 1 – 2 of 2) sorted by relevance
349 int bAnd = 0; in sqlite3Fts5ExprPattern() local351 bAnd = 1; in sqlite3Fts5ExprPattern()357 rc = sqlite3Fts5ExprNew(pConfig, bAnd, iCol, zExpr, pp,pConfig->pzErrmsg); in sqlite3Fts5ExprPattern()
48 int bAnd, /* Non-zero to append " AND " */ in explainAppendTerm() argument54 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5); in explainAppendTerm()