Searched refs:aHash (Results 1 – 2 of 2) sorted by relevance
56351 u32 aHash[BITVEC_NINT]; /* Hash table representation */ member56393 while( p->u.aHash[h] ){56394 if( p->u.aHash[h]==i ) return 1;56439 if( !p->u.aHash[h] ){56449 if( p->u.aHash[h]==i ) return SQLITE_OK;56452 } while( p->u.aHash[h] );56460 u32 *aiValues = sqlite3StackAllocRaw(0, sizeof(p->u.aHash));56464 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));56479 p->u.aHash[h] = i;56506 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));[all …]
14914 IdxHashEntry *aHash[IDX_HASH_SIZE]; member14969 for(pEntry=pHash->aHash[i]; pEntry; pEntry=pNext){ in idxHashClear()15007 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashAdd()15020 pEntry->pHashNext = pHash->aHash[iHash]; in idxHashAdd()15021 pHash->aHash[iHash] = pEntry; in idxHashAdd()15039 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashFind()