Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24552 #define MEM_Null 0x0001 /* Value is NULL (or a pointer) */ macro
24594 (((X)->flags&MEM_TypeMask)==(MEM_Null|MEM_Zero) \
85510 if( p->flags & MEM_Null ){
85527 assert( (p->flags & ~(MEM_Null|MEM_Term|MEM_Subtype|MEM_FromBind
85784 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
85975 assert( (pMem->flags & MEM_Null)!=0 || pFunc==pMem->u.pDef );
85979 t.flags = MEM_Null;
86005 assert( (pAccum->flags & MEM_Null)!=0 || pFunc==pAccum->u.pDef );
86040 p->flags = MEM_Null;
86256 if( pMem->flags & MEM_Null ) return ifNull;
[all …]