Searched refs:aPgno (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c464 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
465 u32 *aPgno; /* Array of page numbers. */ member in struct:WalIterator::WalSegment
466 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
467 int iZero; /* Frame number associated with aPgno[0] */
827 volatile u32 *aPgno; local
829 rc = walIndexPage(pWal, iHash, &aPgno);
836 aHash = (volatile ht_slot *)&aPgno[HASHTABLE_NPAGE];
838 aPgno = &aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];
844 *paPgno = &aPgno[
893 volatile u32 *aPgno = 0; /* Page number array for hash table */ local
956 volatile u32 *aPgno = 0; /* Page number array */ local
1525 volatile u32 *aPgno; local
2267 volatile u32 *aPgno; /* Pointer to array of page numbers */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c43745 u32 *aPgno; /* Array of page numbers. */ member in struct:WalIterator::WalSegment
44107 volatile u32 *aPgno; local
44173 volatile u32 *aPgno = 0; /* Page number array for hash table */ local
44236 volatile u32 *aPgno = 0; /* Page number array */ local
44805 volatile u32 *aPgno; local
45547 volatile u32 *aPgno; /* Pointer to array of page numbers */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c47959 u32 *aPgno; /* Array of page numbers. */ member in struct:WalIterator::WalSegment
48325 volatile u32 *aPgno; local
48391 volatile u32 *aPgno = 0; /* Page number array for hash table */ local
48454 volatile u32 *aPgno = 0; /* Page number array */ local
49042 volatile u32 *aPgno; local
49829 volatile u32 *aPgno; /* Pointer to array of page numbers */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c47979 u32 *aPgno; /* Array of page numbers. */ member in struct:WalIterator::WalSegment
48345 volatile u32 *aPgno; local
48411 volatile u32 *aPgno = 0; /* Page number array for hash table */ local
48474 volatile u32 *aPgno = 0; /* Page number array */ local
49062 volatile u32 *aPgno; local
49849 volatile u32 *aPgno; /* Pointer to array of page numbers */ local
[all...]

Completed in 526 milliseconds