Searched refs:hashFunction (Results 1 – 6 of 6) sorted by relevance
93 tmp->args.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION; in PHashTableCreate()100 if (tmp->args.hashFunction == PHASH_TABLE_DEFAULT_HASH_FUNCTION) in PHashTableCreate()101 tmp->args.hashFunction = hashString; in PHashTableCreate()217 hashCode = table->args.hashFunction(key); in PHashTableGetValue()264 hashCode = table->args.hashFunction(key); in PHashTableGetEntry()348 hashCode = table->args.hashFunction(key); in PHashTablePutValue()437 hashCode = table->args.hashFunction(key); in PHashTableRemoveValue()
26 @property int (*hashFunction)(const void *item, int (*size)(const void *item));
111 PHashFunction hashFunction; member
74 hashArgs.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION; in HashMapCreateBins()
150 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION; in my_PHashTableCreate_FromStrings()
354 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION; in wordmap_create()2859 hashArgs.hashFunction = HashGetCode; //PHASH_TABLE_DEFAULT_HASH_FUNCTION; in deserializeWordMapV2()