Searched refs:aTmp (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 135 u8 *aTmp = 0; in btFlushSectors() local 157 if( aTmp==0 ) aTmp = testMalloc(p->nSectorSize); in btFlushSectors() 158 aWrite = aTmp; in btFlushSectors() 179 testFree(aTmp); in btFlushSectors()
|
| /sqlite-3.40.0/src/ |
| H A D | wal.c | 1649 ht_slot *aTmp /* Temporary buffer */ in walMerge() argument 1671 aTmp[iOut++] = logpage; in walMerge() 1680 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut); in walMerge() 1786 ht_slot *aTmp; /* Temp space used by merge-sort */ in walIteratorInit() local 1810 aTmp = (ht_slot *)sqlite3_malloc64( in walIteratorInit() 1813 if( !aTmp ){ in walIteratorInit() 1837 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry); in walIteratorInit() 1844 sqlite3_free(aTmp); in walIteratorInit()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 2450 char *aTmp, /* Temporary buffer space */ in fts3PoslistNearMerge() argument 2459 char *pTmp1 = aTmp; in fts3PoslistNearMerge() 2469 if( pTmp1!=aTmp && pTmp2!=aTmp2 ){ in fts3PoslistNearMerge() 2470 fts3PoslistMerge(pp, &aTmp, &aTmp2); in fts3PoslistNearMerge() 2471 }else if( pTmp1!=aTmp ){ in fts3PoslistNearMerge() 2472 fts3PoslistCopy(pp, &aTmp); in fts3PoslistNearMerge() 5211 char *aTmp, /* Temporary space to use */ in fts3EvalNearTrim() argument 5227 &pOut, aTmp, nParam1, nParam2, paPoslist, &p2 in fts3EvalNearTrim() 5465 aTmp = sqlite3_malloc64(nTmp*2); in fts3EvalNearTest() 5466 if( !aTmp ){ in fts3EvalNearTest() [all …]
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | sqlite3recover.c | 2069 static int recoverIsValidPage(u8 *aTmp, const u8 *a, int n){ in recoverIsValidPage() argument 2070 u8 *aUsed = aTmp; in recoverIsValidPage() 2253 u8 *aTmp = 0; in recoverVfsDetectPagesize() local 2258 aTmp = &aPg[nMax]; in recoverVfsDetectPagesize() 2273 if( recoverIsValidPage(aTmp, &aPg[iOff], pgsz2-nReserve) ){ in recoverVfsDetectPagesize()
|