Searched refs:hash_table_new (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhash.h35 struct hash_table *hash_table_new (int, unsigned long (*) (const void *),
H A Dhash.c76 hash_table_new -- creates the table.
94 If not instructed otherwise, tables created by hash_table_new
273 hash_table_new (int items, function
669 return hash_table_new (items, hash_string, cmp_string);
707 return hash_table_new (items, hash_string_nocase, string_cmp_nocase);
H A Dconnect.c804 transport_map = hash_table_new (0, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c55 hash_table_new(void)
176 xmalloc_table = hash_table_new();
54 hash_table_new(void) function

Completed in 65 milliseconds