Searched refs:compFunction (Results 1 – 5 of 5) sorted by relevance
94 tmp->args.compFunction = PHASH_TABLE_DEFAULT_COMP_FUNCTION; in PHashTableCreate()103 if (tmp->args.compFunction == PHASH_TABLE_DEFAULT_COMP_FUNCTION) in PHashTableCreate()104 tmp->args.compFunction = LSTRCMP; in PHashTableCreate()180 if (entry->hashCode == hashCode && table->args.compFunction(key, entry->key) == 0) in getEntry()
116 PHashCompFunction compFunction; member
75 hashArgs.compFunction = PHASH_TABLE_DEFAULT_COMP_FUNCTION; in HashMapCreateBins()
149 hashArgs.compFunction = HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION; in my_PHashTableCreate_FromStrings()
353 hashArgs.compFunction = HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION; in wordmap_create()2858 hashArgs.compFunction = HashCmpWord; //PHASH_TABLE_DEFAULT_COMP_FUNCTION; in deserializeWordMapV2()