Home
last modified time | relevance | path

Searched refs:szMalloc (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbemem.c38 assert( (p->flags & MEM_Dyn)==0 || p->szMalloc==0 ); in sqlite3VdbeCheckMemInvariants()
73 assert( p->szMalloc==0 in sqlite3VdbeCheckMemInvariants()
155 assert( pMem->szMalloc==0 in sqlite3VdbeMemGrow()
168 pMem->szMalloc = 0; in sqlite3VdbeMemGrow()
203 if( pMem->szMalloc<szNew ){ in sqlite3VdbeMemClearAndResize()
421 if( p->szMalloc ){ in vdbeMemClear()
423 p->szMalloc = 0; in vdbeMemClear()
440 if( VdbeMemDynamic(p) || p->szMalloc ){ in sqlite3VdbeMemRelease()
668 pMem->szMalloc = 0; in sqlite3VdbeMemInit()
780 pMem->szMalloc = 0; in sqlite3VdbeMemSetRowSet()
[all …]
H A Dvdbeaux.c830 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in freeP4Mem()
1524 p->szMalloc = 0; in initMemArray()
1541 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in releaseMemArray()
1567 }else if( p->szMalloc ){ in releaseMemArray()
1569 p->szMalloc = 0; in releaseMemArray()
1741 zP4 = displayP4(pOp, pMem->z, pMem->szMalloc); in sqlite3VdbeList()
3571 pMem->szMalloc = 0; in sqlite3VdbeRecordUnpack()
3656 assert( mem1.szMalloc==0 ); /* See comment below */ in vdbeRecordCompareDebug()
3669 assert( mem1.szMalloc==0 ); in vdbeRecordCompareDebug()
4159 assert( mem1.szMalloc==0 ); in sqlite3VdbeRecordCompareWithSkip()
[all …]
H A Dtest_func.c508 if( mem.szMalloc ) sqlite3DbFree(db, mem.zMalloc); in test_extract()
595 if( mem.szMalloc ){ in test_decode()
H A DvdbeInt.h205 int szMalloc; /* Size of the zMalloc allocation */ member
H A Dutf.c323 pMem->szMalloc = sqlite3DbMallocSize(pMem->db, pMem->z); in sqlite3VdbeMemTranslate()
H A Dvdbe.c1064 assert( pOut->szMalloc>0 && pOut->zMalloc==pOut->z ); in sqlite3VdbeExec()
1066 pOut->szMalloc = 0; in sqlite3VdbeExec()
2570 if( pDest->szMalloc < len+2 ){ in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbemem.c43 assert( (p->flags & MEM_Dyn)==0 || p->szMalloc==0 ); in sqlite3VdbeCheckMemInvariants()
77 assert( p->szMalloc==0 in sqlite3VdbeCheckMemInvariants()
159 if( p->szMalloc>0 && p->z==p->zMalloc ){ in sqlite3VdbeMemValidStrRep()
241 assert( pMem->szMalloc==0 in sqlite3VdbeMemGrow()
259 pMem->szMalloc = 0; in sqlite3VdbeMemGrow()
295 if( pMem->szMalloc<szNew ){ in sqlite3VdbeMemClearAndResize()
522 if( p->szMalloc ){ in vdbeMemClear()
524 p->szMalloc = 0; in vdbeMemClear()
541 if( VdbeMemDynamic(p) || p->szMalloc ){ in sqlite3VdbeMemRelease()
806 pMem->szMalloc = 0; in sqlite3VdbeMemInit()
[all …]
H A Dvdbeaux.c1114 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in freeP4Mem()
1872 p->szMalloc = 0; in initMemArray()
1889 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in releaseMemArray()
1914 }else if( p->szMalloc ){ in releaseMemArray()
1916 p->szMalloc = 0; in releaseMemArray()
4039 pMem->szMalloc = 0; in sqlite3VdbeRecordUnpack()
4132 assert( mem1.szMalloc==0 ); /* See comment below */ in vdbeRecordCompareDebug()
4150 assert( mem1.szMalloc==0 ); in vdbeRecordCompareDebug()
4650 assert( mem1.szMalloc==0 ); /* See comment below */ in sqlite3VdbeRecordCompareWithSkip()
4664 assert( mem1.szMalloc==0 ); in sqlite3VdbeRecordCompareWithSkip()
[all …]
H A Dtest_func.c508 if( mem.szMalloc ) sqlite3DbFree(db, mem.zMalloc); in test_extract()
595 if( mem.szMalloc ){ in test_decode()
H A Dutf.c351 pMem->szMalloc = sqlite3DbMallocSize(pMem->db, pMem->z); in sqlite3VdbeMemTranslate()
H A DvdbeInt.h216 int szMalloc; /* Size of the zMalloc allocation */ member
H A Dvdbe.c1184 assert( pOut->szMalloc>0 && pOut->zMalloc==pOut->z ); in sqlite3VdbeExec()
1186 pOut->szMalloc = 0; in sqlite3VdbeExec()
2797 if( pDest->szMalloc < len+2 ){ in sqlite3VdbeExec()
3149 if( nByte+nZero<=pOut->szMalloc ){ in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbemem.c43 assert( (p->flags & MEM_Dyn)==0 || p->szMalloc==0 ); in sqlite3VdbeCheckMemInvariants()
77 assert( p->szMalloc==0 in sqlite3VdbeCheckMemInvariants()
150 if( p->szMalloc>0 && p->z==p->zMalloc ){ in sqlite3VdbeMemValidStrRep()
232 assert( pMem->szMalloc==0 in sqlite3VdbeMemGrow()
250 pMem->szMalloc = 0; in sqlite3VdbeMemGrow()
286 if( pMem->szMalloc<szNew ){ in sqlite3VdbeMemClearAndResize()
513 if( p->szMalloc ){ in vdbeMemClear()
515 p->szMalloc = 0; in vdbeMemClear()
532 if( VdbeMemDynamic(p) || p->szMalloc ){ in sqlite3VdbeMemRelease()
797 pMem->szMalloc = 0; in sqlite3VdbeMemInit()
[all …]
H A Dvdbeaux.c1083 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in freeP4Mem()
1823 p->szMalloc = 0; in initMemArray()
1840 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in releaseMemArray()
1865 }else if( p->szMalloc ){ in releaseMemArray()
1867 p->szMalloc = 0; in releaseMemArray()
2089 zP4 = displayP4(pOp, pMem->z, pMem->szMalloc); in sqlite3VdbeList()
3974 pMem->szMalloc = 0; in sqlite3VdbeRecordUnpack()
4067 assert( mem1.szMalloc==0 ); /* See comment below */ in vdbeRecordCompareDebug()
4085 assert( mem1.szMalloc==0 ); in vdbeRecordCompareDebug()
4596 assert( mem1.szMalloc==0 ); in sqlite3VdbeRecordCompareWithSkip()
[all …]
H A Dtest_func.c508 if( mem.szMalloc ) sqlite3DbFree(db, mem.zMalloc); in test_extract()
595 if( mem.szMalloc ){ in test_decode()
H A DvdbeInt.h214 int szMalloc; /* Size of the zMalloc allocation */ member
H A Dutf.c325 pMem->szMalloc = sqlite3DbMallocSize(pMem->db, pMem->z); in sqlite3VdbeMemTranslate()
H A Dvdbe.c1186 assert( pOut->szMalloc>0 && pOut->zMalloc==pOut->z ); in sqlite3VdbeExec()
1188 pOut->szMalloc = 0; in sqlite3VdbeExec()
2807 if( pDest->szMalloc < len+2 ){ in sqlite3VdbeExec()
3146 if( nByte+nZero<=pOut->szMalloc ){ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbemem.c43 assert( (p->flags & MEM_Dyn)==0 || p->szMalloc==0 ); in sqlite3VdbeCheckMemInvariants()
77 assert( p->szMalloc==0 in sqlite3VdbeCheckMemInvariants()
159 if( p->szMalloc>0 && p->z==p->zMalloc ){ in sqlite3VdbeMemValidStrRep()
241 assert( pMem->szMalloc==0 in sqlite3VdbeMemGrow()
259 pMem->szMalloc = 0; in sqlite3VdbeMemGrow()
295 if( pMem->szMalloc<szNew ){ in sqlite3VdbeMemClearAndResize()
522 if( p->szMalloc ){ in vdbeMemClear()
524 p->szMalloc = 0; in vdbeMemClear()
541 if( VdbeMemDynamic(p) || p->szMalloc ){ in sqlite3VdbeMemRelease()
806 pMem->szMalloc = 0; in sqlite3VdbeMemInit()
[all …]
H A Dvdbeaux.c1113 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in freeP4Mem()
1871 p->szMalloc = 0; in initMemArray()
1888 if( p->szMalloc ) sqlite3DbFree(db, p->zMalloc); in releaseMemArray()
1913 }else if( p->szMalloc ){ in releaseMemArray()
1915 p->szMalloc = 0; in releaseMemArray()
4042 pMem->szMalloc = 0; in sqlite3VdbeRecordUnpack()
4135 assert( mem1.szMalloc==0 ); /* See comment below */ in vdbeRecordCompareDebug()
4153 assert( mem1.szMalloc==0 ); in vdbeRecordCompareDebug()
4653 assert( mem1.szMalloc==0 ); /* See comment below */ in sqlite3VdbeRecordCompareWithSkip()
4667 assert( mem1.szMalloc==0 ); in sqlite3VdbeRecordCompareWithSkip()
[all …]
H A Dtest_func.c508 if( mem.szMalloc ) sqlite3DbFree(db, mem.zMalloc); in test_extract()
595 if( mem.szMalloc ){ in test_decode()
H A Dutf.c351 pMem->szMalloc = sqlite3DbMallocSize(pMem->db, pMem->z); in sqlite3VdbeMemTranslate()
H A DvdbeInt.h215 int szMalloc; /* Size of the zMalloc allocation */ member
H A Dvdbe.c1189 assert( pOut->szMalloc>0 && pOut->zMalloc==pOut->z ); in sqlite3VdbeExec()
1191 pOut->szMalloc = 0; in sqlite3VdbeExec()
2810 if( pDest->szMalloc < len+2 ){ in sqlite3VdbeExec()
3162 if( nByte+nZero<=pOut->szMalloc ){ in sqlite3VdbeExec()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c62999 assert( p->szMalloc==0
63082 if( pMem->szMalloc<n ){
63094 pMem->szMalloc = 0;
63347 if( p->szMalloc ){
63349 p->szMalloc = 0;
63588 pMem->szMalloc = 0;
63679 pMem->szMalloc = 0;
63786 pFrom->szMalloc = 0;
65942 p->szMalloc = 0;
67889 pMem->szMalloc = 0;
[all …]

1234567