Searched refs:MEM_Null (Results 1 – 3 of 3) sorted by relevance
180 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 …]
128 #define MEM_Null 0x0001 /* Value is NULL */ macro
420 p->s.flags = MEM_Null; in sqlite_set_result_string()692 ctx.s.flags = MEM_Null; in sqliteVdbeAggReset()