Searched refs:MEM_Null (Results 1 – 3 of 3) sorted by relevance
178 pMem->flags = MEM_Null; in AggInsert()711 pTos->flags = MEM_Null; in sqliteVdbeExec()737 pTos->flags = MEM_Null; in sqliteVdbeExec()881 if( pCol->flags & MEM_Null ){ in sqliteVdbeExec()927 if( pTerm->flags & MEM_Null ){ in sqliteVdbeExec()940 pTos->flags = MEM_Null; in sqliteVdbeExec()1020 if( ((pTos->flags | pNos->flags) & MEM_Null)!=0 ){ in sqliteVdbeExec()1024 pTos->flags = MEM_Null; in sqliteVdbeExec()1084 pTos->flags = MEM_Null; in sqliteVdbeExec()1106 if( pArg->flags & MEM_Null ){ in sqliteVdbeExec()[all …]
125 #define MEM_Null 0x0001 /* Value is NULL */ macro
417 p->s.flags = MEM_Null; in sqlite_set_result_string()689 ctx.s.flags = MEM_Null; in sqliteVdbeAggReset()