Searched refs:aTmp (Results 1 – 4 of 4) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 4565 u8 *aTmp, in zipfileReadLFH() argument 4569 u8 *aRead = aTmp; in zipfileReadLFH() 4590 assert( aRead==&aTmp[szFix] ); in zipfileReadLFH()
|
D | sqlite3.c | 57056 ht_slot *aTmp /* Temporary buffer */ 57078 aTmp[iOut++] = logpage; 57087 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut); 57192 ht_slot *aTmp; /* Temp space used by merge-sort */ 57216 aTmp = (ht_slot *)sqlite3_malloc64( 57219 if( !aTmp ){ 57246 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 57253 sqlite3_free(aTmp); 151151 char *aTmp, /* Temporary buffer space */ 151160 char *pTmp1 = aTmp; [all …]
|
/external/sqlite/dist/ |
D | shell.c | 4571 u8 *aTmp, in zipfileReadLFH() argument 4575 u8 *aRead = aTmp; in zipfileReadLFH() 4596 assert( aRead==&aTmp[szFix] ); in zipfileReadLFH()
|
D | sqlite3.c | 57072 ht_slot *aTmp /* Temporary buffer */ 57094 aTmp[iOut++] = logpage; 57103 memcpy(aLeft, aTmp, sizeof(aTmp[0])*iOut); 57208 ht_slot *aTmp; /* Temp space used by merge-sort */ 57232 aTmp = (ht_slot *)sqlite3_malloc64( 57235 if( !aTmp ){ 57262 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry); 57269 sqlite3_free(aTmp); 151167 char *aTmp, /* Temporary buffer space */ 151176 char *pTmp1 = aTmp; [all …]
|