Searched refs:aHash (Results 1 – 2 of 2) sorted by relevance
12903 IdxHashEntry *aHash[IDX_HASH_SIZE]; member12958 for(pEntry=pHash->aHash[i]; pEntry; pEntry=pNext){ in idxHashClear()12996 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashAdd()13009 pEntry->pHashNext = pHash->aHash[iHash]; in idxHashAdd()13010 pHash->aHash[iHash] = pEntry; in idxHashAdd()13028 for(pEntry=pHash->aHash[iHash]; pEntry; pEntry=pEntry->pHashNext){ in idxHashFind()
54858 u32 aHash[BITVEC_NINT]; /* Hash table representation */ member54899 while( p->u.aHash[h] ){54900 if( p->u.aHash[h]==i ) return 1;54945 if( !p->u.aHash[h] ){54955 if( p->u.aHash[h]==i ) return SQLITE_OK;54958 } while( p->u.aHash[h] );54966 u32 *aiValues = sqlite3StackAllocRaw(0, sizeof(p->u.aHash));54970 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));54985 p->u.aHash[h] = i;55012 memcpy(aiValues, p->u.aHash, sizeof(p->u.aHash));[all …]