Searched defs:_table (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dstr-table.c20 void str_table_deinit(struct str_table **_table) argument
22 struct str_table *table = *_table;
27 *_table = NULL;
H A Dhash.c132 void hash_table_destroy(struct hash_table **_table) argument
134 struct hash_table *table = *_table;
136 *_table = NULL;

Completed in 11 milliseconds