Home
last modified time | relevance | path

Searched refs:MEM_IntReal (Results 1 – 25 of 112) sorted by relevance

12345

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
300 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal); in sqlite3VdbeMemClearAndResize()
412 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) ); in sqlite3VdbeMemStringify()
597 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
598 testcase( flags & MEM_IntReal ); in sqlite3VdbeIntValue()
626 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeRealValue()
627 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeRealValue()
642 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeBooleanValue()
730 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeMemNumerify()
1545 assert( (pVal->flags & MEM_IntReal)==0 ); in valueFromExpr()
[all …]
H A Dvdbe.c389 testcase( pRec->flags & MEM_IntReal ); in applyAffinity()
463 testcase( pMem->flags & MEM_IntReal ); in numericType()
546 }else if( (p->flags & (MEM_IntReal))!=0 ){ in memTracePrint()
1869 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExec()
1871 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
2883 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
2982 pRec->flags |= MEM_IntReal; in sqlite3VdbeExec()
3056 testcase( pRec->flags & MEM_IntReal ); in sqlite3VdbeExec()
3089 if( pRec->flags & MEM_IntReal ){ in sqlite3VdbeExec()
3094 pRec->flags &= ~MEM_IntReal; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3644 if( flags&(MEM_Int|MEM_IntReal) ){
3650 testcase( flags & MEM_IntReal );
3670 if( flags&MEM_IntReal ){
3675 pMem->flags &= ~MEM_IntReal;
4346 testcase( combined_flags & MEM_IntReal ); in sqlite3MemCompare()
4349 testcase( f1 & f2 & MEM_IntReal ); in sqlite3MemCompare()
4359 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4361 testcase( f1 & MEM_IntReal ); in sqlite3MemCompare()
4373 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4375 testcase( f2 & MEM_IntReal ); in sqlite3MemCompare()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
H A Dvdbeapi.c307 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){ in sqlite3_value_type()
575 pCtx->pOut->flags |= MEM_IntReal; in sqlite3ResultIntReal()
1866 if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3_preupdate_old()
1868 testcase( pMem->flags & MEM_IntReal ); in sqlite3_preupdate_old()
H A DvdbeInt.h250 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
110 }else if( p->flags & MEM_IntReal ){ in vdbeMemRenderNum()
291 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal); in sqlite3VdbeMemClearAndResize()
403 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) ); in sqlite3VdbeMemStringify()
588 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
589 testcase( flags & MEM_IntReal ); in sqlite3VdbeIntValue()
617 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeRealValue()
618 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeRealValue()
633 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeBooleanValue()
721 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeMemNumerify()
[all …]
H A Dvdbe.c394 testcase( pRec->flags & MEM_IntReal ); in applyAffinity()
468 testcase( pMem->flags & MEM_IntReal ); in numericType()
551 }else if( (p->flags & (MEM_IntReal))!=0 ){ in memTracePrint()
1879 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExec()
1881 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
2893 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
2981 pRec->flags |= MEM_IntReal; in sqlite3VdbeExec()
3053 testcase( pRec->flags & MEM_IntReal ); in sqlite3VdbeExec()
3086 if( pRec->flags & MEM_IntReal ){ in sqlite3VdbeExec()
3091 pRec->flags &= ~MEM_IntReal; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3579 if( flags&(MEM_Int|MEM_IntReal) ){
3585 testcase( flags & MEM_IntReal );
3605 if( flags&MEM_IntReal ){
3610 pMem->flags &= ~MEM_IntReal;
4278 testcase( combined_flags & MEM_IntReal ); in sqlite3MemCompare()
4281 testcase( f1 & f2 & MEM_IntReal ); in sqlite3MemCompare()
4291 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4293 testcase( f1 & MEM_IntReal ); in sqlite3MemCompare()
4305 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4307 testcase( f2 & MEM_IntReal ); in sqlite3MemCompare()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
H A Dvdbeapi.c307 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){ in sqlite3_value_type()
575 pCtx->pOut->flags |= MEM_IntReal; in sqlite3ResultIntReal()
1867 if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3_preupdate_old()
1869 testcase( pMem->flags & MEM_IntReal ); in sqlite3_preupdate_old()
H A DvdbeInt.h248 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbemem.c106 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) ); in vdbeMemRenderNum()
300 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal); in sqlite3VdbeMemClearAndResize()
412 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) ); in sqlite3VdbeMemStringify()
597 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
598 testcase( flags & MEM_IntReal ); in sqlite3VdbeIntValue()
626 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeRealValue()
627 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeRealValue()
642 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeBooleanValue()
730 testcase( pMem->flags & MEM_IntReal ); in sqlite3VdbeMemNumerify()
1545 assert( (pVal->flags & MEM_IntReal)==0 ); in valueFromExpr()
[all …]
H A Dvdbe.c394 testcase( pRec->flags & MEM_IntReal ); in applyAffinity()
468 testcase( pMem->flags & MEM_IntReal ); in numericType()
551 }else if( (p->flags & (MEM_IntReal))!=0 ){ in memTracePrint()
1882 if( pIn1->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExec()
1884 testcase( pIn1->flags & MEM_IntReal ); in sqlite3VdbeExec()
2896 pIn1->flags |= MEM_IntReal; in sqlite3VdbeExec()
2995 pRec->flags |= MEM_IntReal; in sqlite3VdbeExec()
3069 testcase( pRec->flags & MEM_IntReal ); in sqlite3VdbeExec()
3102 if( pRec->flags & MEM_IntReal ){ in sqlite3VdbeExec()
3107 pRec->flags &= ~MEM_IntReal; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3647 if( flags&(MEM_Int|MEM_IntReal) ){
3653 testcase( flags & MEM_IntReal );
3673 if( flags&MEM_IntReal ){
3678 pMem->flags &= ~MEM_IntReal;
4349 testcase( combined_flags & MEM_IntReal ); in sqlite3MemCompare()
4352 testcase( f1 & f2 & MEM_IntReal ); in sqlite3MemCompare()
4362 if( (f1&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4364 testcase( f1 & MEM_IntReal ); in sqlite3MemCompare()
4376 if( (f2&(MEM_Int|MEM_IntReal))!=0 ){ in sqlite3MemCompare()
4378 testcase( f2 & MEM_IntReal ); in sqlite3MemCompare()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
H A Dvdbeapi.c307 }else if( pVal->flags & (MEM_Real|MEM_IntReal) ){ in sqlite3_value_type()
575 pCtx->pOut->flags |= MEM_IntReal; in sqlite3ResultIntReal()
1866 if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3_preupdate_old()
1868 testcase( pMem->flags & MEM_IntReal ); in sqlite3_preupdate_old()
H A DvdbeInt.h249 #define MEM_IntReal 0x0020 /* MEM_Int that stringifies like MEM_Real */ macro
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dintreal.test11 # Tests to exercise the MEM_IntReal representation of Mem objects.
H A Dindexexpr1.test462 # table column of type REAL that is actually holding an MEM_IntReal
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dintreal.test11 # Tests to exercise the MEM_IntReal representation of Mem objects.
H A Dindexexpr1.test462 # table column of type REAL that is actually holding an MEM_IntReal
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c78432 testcase( flags & MEM_IntReal );
83416 if( flags&(MEM_Int|MEM_IntReal) ){
83422 testcase( flags & MEM_IntReal );
83442 if( flags&MEM_IntReal ){
83447 pMem->flags &= ~MEM_IntReal;
84135 testcase( f1 & MEM_IntReal );
84149 testcase( f2 & MEM_IntReal );
85615 pCtx->pOut->flags |= MEM_IntReal;
90353 testcase( (pIn1->flags & (MEM_Real|MEM_IntReal))==MEM_IntReal );
90427 pIn1->flags |= MEM_IntReal;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c74613 }else if( p->flags & MEM_IntReal ){
75090 testcase( flags & MEM_IntReal );
79885 if( flags&(MEM_Int|MEM_IntReal) ){
79891 testcase( flags & MEM_IntReal );
79911 if( flags&MEM_IntReal ){
79916 pMem->flags &= ~MEM_IntReal;
80593 testcase( f1 & MEM_IntReal );
80607 testcase( f2 & MEM_IntReal );
82033 pCtx->pOut->flags |= MEM_IntReal;
86621 pIn1->flags |= MEM_IntReal;
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c74613 }else if( p->flags & MEM_IntReal ){
75090 testcase( flags & MEM_IntReal );
79885 if( flags&(MEM_Int|MEM_IntReal) ){
79891 testcase( flags & MEM_IntReal );
79911 if( flags&MEM_IntReal ){
79916 pMem->flags &= ~MEM_IntReal;
80593 testcase( f1 & MEM_IntReal );
80607 testcase( f2 & MEM_IntReal );
82033 pCtx->pOut->flags |= MEM_IntReal;
86621 pIn1->flags |= MEM_IntReal;
[all …]

12345