Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23315 #define MEM_Null 0x0001 /* Value is NULL (or a pointer) */ macro
23357 (((X)->flags&MEM_TypeMask)==(MEM_Null|MEM_Zero) \
82390 if( p->flags & MEM_Null ){
82407 assert( (p->flags & ~(MEM_Null|MEM_Term|MEM_Subtype|MEM_FromBind
82655 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
82842 assert( (pMem->flags & MEM_Null)!=0 || pFunc==pMem->u.pDef );
82846 t.flags = MEM_Null;
82872 assert( (pAccum->flags & MEM_Null)!=0 || pFunc==pAccum->u.pDef );
82907 p->flags = MEM_Null;
83024 if( pMem->flags & MEM_Null ) return ifNull;
[all …]