Searched refs:htable_size (Results 1 – 3 of 3) sorted by relevance
38 StringMap (int htable_size = 1024, int chunk_size = 16384);71 StringMap<Value_t>::StringMap (int htable_size, int chunk_size) in StringMap() argument73 HTABLE_SIZE = htable_size; in StringMap()
180 static void htable_size(HTABLE *table, size_t size) in htable_size() function201 htable_size(table, size < 13 ? 13 : size); in htable_create()216 htable_size(table, 2 * old_size); in htable_grow()