Home | History | Annotate | Download | only in src

Lines Matching refs:hashArgs

146   PHashTableArgs       hashArgs;
148 hashArgs.capacity = 63;
149 hashArgs.compFunction = HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION;
150 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
151 hashArgs.maxLoadFactor = PHASH_TABLE_DEFAULT_MAX_LOAD_FACTOR;
152 rc = PHashTableCreate( &hashArgs, hashName, &table);