Home | History | Annotate | Download | only in dist

Lines Matching defs:bAnd

156203   int bAnd,                   /* Non-zero to append " AND " */
156209 if( bAnd ) sqlite3_str_append(pStr, " AND ", 5);
235144 int bAnd = 0;
235146 bAnd = 1;
235152 rc = sqlite3Fts5ExprNew(pConfig, bAnd, iCol, zExpr, pp,pConfig->pzErrmsg);