HomeSort by: relevance | last modified time | path
    Searched defs:htable_size (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
htable.c 177 /* htable_size - allocate and initialize hash table */
179 static void htable_size(HTABLE *table, size_t size) function
200 htable_size(table, size < 13 ? 13 : size);
215 htable_size(table, 2 * old_size);
htable.c 177 /* htable_size - allocate and initialize hash table */
179 static void htable_size(HTABLE *table, size_t size) function
200 htable_size(table, size < 13 ? 13 : size);
215 htable_size(table, 2 * old_size);

Completed in 50 milliseconds