Lines Matching defs:v2
3472 ** ^In the "v2" interfaces, the prepared statement
3489 ** in order to find the underlying cause of the problem. With the "v2" prepare
3952 ** on whether the statement was prepared using the newer "v2" interface
3955 ** new "v2" interface is recommended for new applications but the legacy
3960 ** ^With the "v2" interface, any of the other [result codes] or
3986 ** [prepared statement]. ^In the "v2" interface,
4014 ** with the "v2" interface. If you prepare all of your SQL statements
4018 ** by sqlite3_step(). The use of the "v2" interface is recommended.
59207 const void *v1, *v2;
59217 v2 = sqlite3ValueText((sqlite3_value*)&c2, pColl->enc);
59218 n2 = v2==0 ? 0 : c2.n;
59219 rc = pColl->xCmp(pColl->pUser, n1, v1, n2, v2);
65065 int v2; /* Right operand: 0==FALSE, 1==TRUE, 2==UNKNOWN or NULL */
66842 int v2; /* Right operand: 0==FALSE, 1==TRUE, 2==UNKNOWN or NULL */
66853 u.al.v2 = 2;
66855 u.al.v2 = sqlite3VdbeIntValue(pIn2)!=0;
66859 u.al.v1 = and_logic[u.al.v1*3+u.al.v2];
66862 u.al.v1 = or_logic[u.al.v1*3+u.al.v2];
105353 ExprList *pList, /* The value list on the RHS of "x IN (v1,v2,v3,...)" */