Searched defs:rMayHaveNull (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c1517 int rMayHaveNull = 0; local
1520 *prNotFound = rMayHaveNull = ++pParse->nMem;
1528 sqlite3CodeSubselect(pParse, pX, rMayHaveNull, eType==IN_INDEX_ROWID);
1555 ** If rMayHaveNull is non-zero, that means that the operation is an IN
1560 ** the register given by rMayHaveNull to NULL. Calling routines will take
1563 ** If rMayHaveNull is zero, that means that the subquery is being used
1574 int rMayHaveNull, /* Register that records whether NULLs exist in RHS */
1617 if( rMayHaveNull ){
1618 sqlite3VdbeAddOp2(v, OP_Null, 0, rMayHaveNull);
1638 if( rMayHaveNull
1571 sqlite3CodeSubselect( Parse *pParse, Expr *pExpr, int rMayHaveNull, int isRowid ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c72254 int rMayHaveNull = 0; local
72308 sqlite3CodeSubselect( Parse *pParse, Expr *pExpr, int rMayHaveNull, int isRowid ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c79917 int rMayHaveNull = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c79937 int rMayHaveNull = 0; local
[all...]

Completed in 664 milliseconds