Searched refs:TK_NULL (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c131 ** instruction into a TK_NULL. If the auth function returns SQLITE_DENY,
181 pExpr->op = TK_NULL;
H A Dfkey.c1030 pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
1033 pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
H A Dalter.c659 if( pDflt && pDflt->op==TK_NULL ){
H A Dexpr.c2276 op = TK_NULL;
2322 case TK_NULL: {
2965 case TK_NULL:
2971 testcase( p->op==TK_NULL );
H A Dresolve.c549 pExpr->op = TK_NULL;
H A Dvdbemem.c1090 }else if( op==TK_NULL ){
H A Dparse.y897 if( db->mallocFailed==0 && pY->op==TK_NULL ){
H A Dselect.c2500 pExpr->op = TK_NULL;
H A Dwhere.c1356 sqlite3PExpr(pParse, TK_NULL, 0, 0, 0), 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7222 #define TK_NULL 98 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8299 #define TK_NULL 101 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8299 #define TK_NULL 101 macro
[all...]

Completed in 2441 milliseconds