Home
last modified time | relevance | path

Searched defs:aHash (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dbitvec.c104 u32 aHash[BITVEC_NINT]; /* Hash table representation */ member
Dwal.c834 volatile ht_slot *aHash; in walHashGet() local
892 volatile ht_slot *aHash = 0; /* Pointer to hash table to clear */ in walCleanupHash() local
957 volatile ht_slot *aHash = 0; /* Hash table */ in walIndexAppend() local
1523 volatile ht_slot *aHash; in walIteratorInit() local
2266 volatile ht_slot *aHash; /* Pointer to hash table */ in sqlite3WalRead() local
/external/chromium_org/third_party/sqlite/src/tool/
Dmkkeywordhash.c347 int aHash[1000]; /* 1000 is much bigger than nKeyword */ in main() local
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c152 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */ member