TK_NULL          57055 third_party/sqlite/amalgamation/sqlite3.c   }else if( op==TK_NULL ){
TK_NULL          70080 third_party/sqlite/amalgamation/sqlite3.c           pExpr->op = TK_NULL;
TK_NULL          73013 third_party/sqlite/amalgamation/sqlite3.c     op = TK_NULL;
TK_NULL          73059 third_party/sqlite/amalgamation/sqlite3.c     case TK_NULL: {
TK_NULL          73702 third_party/sqlite/amalgamation/sqlite3.c     case TK_NULL:
TK_NULL          73708 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_NULL );
TK_NULL          75153 third_party/sqlite/amalgamation/sqlite3.c   if( pDflt && pDflt->op==TK_NULL ){
TK_NULL          76769 third_party/sqlite/amalgamation/sqlite3.c     pExpr->op = TK_NULL;
TK_NULL          84322 third_party/sqlite/amalgamation/sqlite3.c             pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
TK_NULL          84325 third_party/sqlite/amalgamation/sqlite3.c           pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
TK_NULL          92422 third_party/sqlite/amalgamation/sqlite3.c       pExpr->op = TK_NULL;
TK_NULL          99010 third_party/sqlite/amalgamation/sqlite3.c                             sqlite3PExpr(pParse, TK_NULL, 0, 0, 0), 0);
TK_NULL          102754 third_party/sqlite/amalgamation/sqlite3.c     if( db->mallocFailed==0 && pY->op==TK_NULL ){
TK_NULL          106254 third_party/sqlite/amalgamation/sqlite3.c     TK_BETWEEN,    TK_NOTNULL,    TK_NOT,        TK_NO,         TK_NULL,       
TK_NULL           659 third_party/sqlite/src/src/alter.c   if( pDflt && pDflt->op==TK_NULL ){
TK_NULL           181 third_party/sqlite/src/src/auth.c     pExpr->op = TK_NULL;
TK_NULL          2276 third_party/sqlite/src/src/expr.c     op = TK_NULL;
TK_NULL          2322 third_party/sqlite/src/src/expr.c     case TK_NULL: {
TK_NULL          2965 third_party/sqlite/src/src/expr.c     case TK_NULL:
TK_NULL          2971 third_party/sqlite/src/src/expr.c       testcase( p->op==TK_NULL );
TK_NULL          1030 third_party/sqlite/src/src/fkey.c             pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
TK_NULL          1033 third_party/sqlite/src/src/fkey.c           pNew = sqlite3PExpr(pParse, TK_NULL, 0, 0, 0);
TK_NULL           897 third_party/sqlite/src/src/parse.y     if( db->mallocFailed==0 && pY->op==TK_NULL ){
TK_NULL           549 third_party/sqlite/src/src/resolve.c           pExpr->op = TK_NULL;
TK_NULL          2500 third_party/sqlite/src/src/select.c       pExpr->op = TK_NULL;
TK_NULL          1090 third_party/sqlite/src/src/vdbemem.c   }else if( op==TK_NULL ){
TK_NULL          1356 third_party/sqlite/src/src/where.c                             sqlite3PExpr(pParse, TK_NULL, 0, 0, 0), 0);