Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c23891 #define MEM_Null 0x0001 /* Value is NULL (or a pointer) */ macro
23933 (((X)->flags&MEM_TypeMask)==(MEM_Null|MEM_Zero) \
83884 if( p->flags & MEM_Null ){
83901 assert( (p->flags & ~(MEM_Null|MEM_Term|MEM_Subtype|MEM_FromBind
84149 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
84336 assert( (pMem->flags & MEM_Null)!=0 || pFunc==pMem->u.pDef );
84340 t.flags = MEM_Null;
84366 assert( (pAccum->flags & MEM_Null)!=0 || pFunc==pAccum->u.pDef );
84401 p->flags = MEM_Null;
84518 if( pMem->flags & MEM_Null ) return ifNull;
[all …]