Home
last modified time | relevance | path

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

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbemem.c211 assert( fg&(MEM_Int|MEM_Real) ); in sqlite3VdbeMemStringify()
226 if( fg & MEM_Int ){ in sqlite3VdbeMemStringify()
365 if( flags & MEM_Int ){ in sqlite3VdbeIntValue()
391 }else if( pMem->flags & MEM_Int ){ in sqlite3VdbeRealValue()
430 pMem->flags |= MEM_Int; in sqlite3VdbeIntegerAffinity()
443 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemIntegerify()
530 pMem->flags = MEM_Int; in sqlite3VdbeMemSetInt64()
806 if( (f1 & f2 & MEM_Int)==0 ){ in sqlite3MemCompare()
822 assert( f1&MEM_Int ); in sqlite3MemCompare()
823 assert( f2&MEM_Int ); in sqlite3MemCompare()
[all …]
H A Dvdbe.c171 else if( flags & MEM_Int ){ in sqlite3VdbeMemStoreType()
259 pRec->flags |= MEM_Int; in applyNumericAffinity()
426 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){ in memTracePrint()
669 pOut->flags = MEM_Int; in sqlite3VdbeExec()
763 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
789 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
1248 if( (pIn1->flags & pIn2->flags & MEM_Int)==MEM_Int ){ in sqlite3VdbeExec()
1573 if( pIn1->flags & MEM_Int ){ in sqlite3VdbeExec()
4436 pOut->flags = MEM_Int; in sqlite3VdbeExec()
4551 pOut->flags = MEM_Int; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c1207 pMem->flags = MEM_Int; in sqlite3VdbeList()
1240 pMem->flags = MEM_Int; in sqlite3VdbeList()
1245 pMem->flags = MEM_Int; in sqlite3VdbeList()
1250 pMem->flags = MEM_Int; in sqlite3VdbeList()
2530 if( flags&MEM_Int ){ in sqlite3VdbeSerialType()
2711 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
2716 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
2721 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
2726 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
2734 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
[all …]
H A Dvdbetrace.c119 }else if( pVar->flags & MEM_Int ){ in sqlite3VdbeExpandSql()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbemem.c108 if( p->flags & MEM_Int ){ in vdbeMemRenderNum()
113 assert( (p->flags&MEM_Int)*2==sizeof(x) ); in vdbeMemRenderNum()
597 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
673 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeIntegerAffinity()
686 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemIntegerify()
728 testcase( pMem->flags & MEM_Int ); in sqlite3VdbeMemNumerify()
742 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemNumerify()
855 pMem->flags = MEM_Int; in vdbeReleaseAndSetInt64()
867 pMem->flags = MEM_Int; in sqlite3VdbeMemSetInt64()
1547 testcase( pVal->flags & MEM_Int ); in valueFromExpr()
[all …]
H A Dvdbe.c332 pRec->flags |= MEM_Int; in applyNumericAffinity()
441 return MEM_Int; in computeNumericType()
447 return MEM_Int; in computeNumericType()
544 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){ in memTracePrint()
631 pOut->flags = MEM_Int; in out2PrereleaseWithClear()
643 pOut->flags = MEM_Int; in out2Prerelease()
923 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
965 pOut->flags = MEM_Int; in sqlite3VdbeExec()
1008 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
2416 pOut->flags = MEM_Int; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3649 testcase( flags & MEM_Int );
3865 pMem->flags = MEM_Int; in serialGet()
3912 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3920 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3928 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3940 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3948 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3963 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
4360 testcase( f1 & MEM_Int ); in sqlite3MemCompare()
4374 testcase( f2 & MEM_Int ); in sqlite3MemCompare()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbemem.c108 if( p->flags & MEM_Int ){ in vdbeMemRenderNum()
113 assert( (p->flags&MEM_Int)*2==sizeof(x) ); in vdbeMemRenderNum()
597 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
673 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeIntegerAffinity()
686 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemIntegerify()
728 testcase( pMem->flags & MEM_Int ); in sqlite3VdbeMemNumerify()
742 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemNumerify()
855 pMem->flags = MEM_Int; in vdbeReleaseAndSetInt64()
867 pMem->flags = MEM_Int; in sqlite3VdbeMemSetInt64()
1547 testcase( pVal->flags & MEM_Int ); in valueFromExpr()
[all …]
H A Dvdbe.c337 pRec->flags |= MEM_Int; in applyNumericAffinity()
446 return MEM_Int; in computeNumericType()
452 return MEM_Int; in computeNumericType()
549 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){ in memTracePrint()
636 pOut->flags = MEM_Int; in out2PrereleaseWithClear()
648 pOut->flags = MEM_Int; in out2Prerelease()
928 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
970 pOut->flags = MEM_Int; in sqlite3VdbeExec()
1013 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
2429 pOut->flags = MEM_Int; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c3652 testcase( flags & MEM_Int );
3868 pMem->flags = MEM_Int; in serialGet()
3915 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3923 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3931 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3943 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3951 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3966 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
4363 testcase( f1 & MEM_Int ); in sqlite3MemCompare()
4377 testcase( f2 & MEM_Int ); in sqlite3MemCompare()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbemem.c108 if( p->flags & MEM_Int ){ in vdbeMemRenderNum()
588 if( flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeIntValue()
617 }else if( pMem->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeRealValue()
664 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeIntegerAffinity()
677 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemIntegerify()
719 testcase( pMem->flags & MEM_Int ); in sqlite3VdbeMemNumerify()
733 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemNumerify()
846 pMem->flags = MEM_Int; in vdbeReleaseAndSetInt64()
858 pMem->flags = MEM_Int; in sqlite3VdbeMemSetInt64()
1546 testcase( pVal->flags & MEM_Int ); in valueFromExpr()
[all …]
H A Dvdbe.c337 pRec->flags |= MEM_Int; in applyNumericAffinity()
446 return MEM_Int; in computeNumericType()
452 return MEM_Int; in computeNumericType()
549 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){ in memTracePrint()
636 pOut->flags = MEM_Int; in out2PrereleaseWithClear()
648 pOut->flags = MEM_Int; in out2Prerelease()
926 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
968 pOut->flags = MEM_Int; in sqlite3VdbeExec()
1011 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
2426 pOut->flags = MEM_Int; in sqlite3VdbeExec()
[all …]
H A Dvdbeaux.c2072 pMem->flags = MEM_Int; in sqlite3VdbeList()
2076 pMem->flags = MEM_Int; in sqlite3VdbeList()
2080 pMem->flags = MEM_Int; in sqlite3VdbeList()
3800 pMem->flags = MEM_Int; in serialGet()
3847 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3855 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3863 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3875 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3883 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3898 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & (MEM_Int|MEM_IntReal) ){ in sqlite3VdbeExpandSql()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbe.c326 pStack->flags = MEM_Int; in hardIntegerify()
684 pTos->flags = MEM_Int; in sqliteVdbeExec()
1016 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1184 pTos->flags = MEM_Int; in sqliteVdbeExec()
1232 pTos->flags = MEM_Int; in sqliteVdbeExec()
1277 pTos->flags = MEM_Int; in sqliteVdbeExec()
1423 }else if( (ft & fn & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1706 pTos->flags = MEM_Int; in sqliteVdbeExec()
1722 pTos->flags = MEM_Int; in sqliteVdbeExec()
2042 if( (flags & (MEM_Real|MEM_Int))==MEM_Int ){ in sqliteVdbeExec()
[all …]
H A DvdbeInt.h127 #define MEM_Int 0x0004 /* Value is an integer */ macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvdbe.c326 pStack->flags = MEM_Int; in hardIntegerify()
684 pTos->flags = MEM_Int; in sqliteVdbeExec()
1016 }else if( (pTos->flags & pNos->flags & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1184 pTos->flags = MEM_Int; in sqliteVdbeExec()
1232 pTos->flags = MEM_Int; in sqliteVdbeExec()
1277 pTos->flags = MEM_Int; in sqliteVdbeExec()
1423 }else if( (ft & fn & MEM_Int)==MEM_Int ){ in sqliteVdbeExec()
1706 pTos->flags = MEM_Int; in sqliteVdbeExec()
1722 pTos->flags = MEM_Int; in sqliteVdbeExec()
2042 if( (flags & (MEM_Real|MEM_Int))==MEM_Int ){ in sqliteVdbeExec()
[all …]
H A DvdbeInt.h127 #define MEM_Int 0x0004 /* Value is an integer */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c261 pRec->flags |= MEM_Int; in applyNumericAffinity()
358 return MEM_Int; in computeNumericType()
468 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){ in memTracePrint()
536 pOut->flags = MEM_Int; in out2PrereleaseWithClear()
548 pOut->flags = MEM_Int; in out2Prerelease()
810 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
852 pOut->flags = MEM_Int; in sqlite3VdbeExec()
895 pIn1->flags = MEM_Int; in sqlite3VdbeExec()
2202 pOut->flags = MEM_Int; in sqlite3VdbeExec()
2220 pOut->flags = MEM_Int; in sqlite3VdbeExec()
[all …]
H A Dvdbemem.c41 assert( (p->flags & (MEM_Int|MEM_Real))!=(MEM_Int|MEM_Real) ); in sqlite3VdbeCheckMemInvariants()
208 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real); in sqlite3VdbeMemClearAndResize()
317 assert( fg&(MEM_Int|MEM_Real) ); in sqlite3VdbeMemStringify()
333 if( fg & MEM_Int ){ in sqlite3VdbeMemStringify()
496 if( flags & MEM_Int ){ in sqlite3VdbeIntValue()
525 }else if( pMem->flags & MEM_Int ){ in sqlite3VdbeRealValue()
560 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeIntegerAffinity()
573 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemIntegerify()
603 MemSetTypeFlag(pMem, MEM_Int); in sqlite3VdbeMemNumerify()
717 pMem->flags = MEM_Int; in vdbeReleaseAndSetInt64()
[all …]
H A Dvdbeaux.c1693 pMem->flags = MEM_Int; in sqlite3VdbeList()
1724 pMem->flags = MEM_Int; in sqlite3VdbeList()
1728 pMem->flags = MEM_Int; in sqlite3VdbeList()
1732 pMem->flags = MEM_Int; in sqlite3VdbeList()
3194 if( flags&MEM_Int ){ in sqlite3VdbeSerialType()
3403 pMem->flags = MEM_Int; in serialGet()
3444 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3452 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3460 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
3472 pMem->flags = MEM_Int; in sqlite3VdbeSerialGet()
[all …]
H A Dvdbetrace.c133 }else if( pVar->flags & MEM_Int ){ in sqlite3VdbeExpandSql()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DvdbeInt.h127 #define MEM_Int 0x0004 /* Value is an integer */ macro
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D22_unique_key.patch72 - assert( mem1.flags & MEM_Int );

12345678