Home
last modified time | relevance | path

Searched refs:MEM_Null (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A Dvdbe.c180 pMem->flags = MEM_Null; in AggInsert()
713 pTos->flags = MEM_Null; in sqliteVdbeExec()
739 pTos->flags = MEM_Null; in sqliteVdbeExec()
883 if( pCol->flags & MEM_Null ){ in sqliteVdbeExec()
929 if( pTerm->flags & MEM_Null ){ in sqliteVdbeExec()
942 pTos->flags = MEM_Null; in sqliteVdbeExec()
1022 if( ((pTos->flags | pNos->flags) & MEM_Null)!=0 ){ in sqliteVdbeExec()
1026 pTos->flags = MEM_Null; in sqliteVdbeExec()
1086 pTos->flags = MEM_Null; in sqliteVdbeExec()
1108 if( pArg->flags & MEM_Null ){ in sqliteVdbeExec()
[all …]
H A DvdbeInt.h128 #define MEM_Null 0x0001 /* Value is NULL */ macro
H A Dvdbeaux.c420 p->s.flags = MEM_Null; in sqlite_set_result_string()
692 ctx.s.flags = MEM_Null; in sqliteVdbeAggReset()