OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 17 00:24:55 UTC 2026