Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c14810 #define MEM_Real 0x0008 /* Value is a real number */ macro
64215 assert( (p->flags & (MEM_Int|MEM_Real))!=(MEM_Int|MEM_Real) );
64354 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real);
64464 assert( fg&(MEM_Int|MEM_Real) );
64482 assert( fg & MEM_Real );
64488 if( bForce ) pMem->flags &= ~(MEM_Int|MEM_Real);
64639 }else if( flags & MEM_Real ){
64660 if( pMem->flags & MEM_Real ){
64681 assert( pMem->flags & MEM_Real );
64726 MemSetTypeFlag(pMem, MEM_Real);
[all …]
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c12724 #define MEM_Real 0x0008 /* Value is a real number */ macro
57362 assert( fg&(MEM_Int|MEM_Real) );
57380 assert( fg & MEM_Real );
57512 }else if( flags & MEM_Real ){
57534 if( pMem->flags & MEM_Real ){
57554 assert( pMem->flags & MEM_Real );
57601 MemSetTypeFlag(pMem, MEM_Real);
57614 if( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))==0 ){
57621 MemSetTypeFlag(pMem, MEM_Real);
57625 assert( (pMem->flags & (MEM_Int|MEM_Real|MEM_Null))!=0 );
[all …]