Searched refs:aHash (Results 1 – 2 of 2) sorted by relevance
56304 u32 aHash[BITVEC_NINT]; /* Hash table representation */ member56346 while( p->u.aHash[h] ){56347 if( p->u.aHash[h]==i ) return 1;56392 if( !p->u.aHash[h] ){56402 if( p->u.aHash[h]==i ) return SQLITE_OK;56405 } while( p->u.aHash[h] );56413 u32 *aiValues = sqlite3StackAllocRaw(0, sizeof(p->u.aHash));56417 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));56432 p->u.aHash[h] = i;56459 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));[all …]
14876 IdxHashEntry *aHash[IDX_HASH_SIZE]; member14931 for(pEntry=pHash->aHash[i]; pEntry; pEntry=pNext){ in idxHashClear()14969 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashAdd()14982 pEntry->pHashNext = pHash->aHash[iHash]; in idxHashAdd()14983 pHash->aHash[iHash] = pEntry; in idxHashAdd()15001 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashFind()