Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24584 #define MEM_Int 0x0004 /* Value is an integer */ macro
85660 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );
85664 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );
85722 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );
85724 if( p->flags & (MEM_Int|MEM_IntReal) ){
85792 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;
85936 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);
86092 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );
86107 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real|MEM_IntReal);
86261 if( flags & (MEM_Int|MEM_IntReal) ){
[all …]