Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24582 #define MEM_Null 0x0001 /* Value is NULL (or a pointer) */ macro
24624 (((X)->flags&MEM_TypeMask)==(MEM_Null|MEM_Zero) \
85662 if( p->flags & MEM_Null ){
85679 assert( (p->flags & ~(MEM_Null|MEM_Term|MEM_Subtype|MEM_FromBind
85936 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
86127 assert( (pMem->flags & MEM_Null)!=0 || pFunc==pMem->u.pDef );
86131 t.flags = MEM_Null;
86157 assert( (pAccum->flags & MEM_Null)!=0 || pFunc==pAccum->u.pDef );
86192 p->flags = MEM_Null;
86408 if( pMem->flags & MEM_Null ) return ifNull;
[all …]