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

/dovecot/src/lib/
H A Dstr-table.c7 struct str_table { struct
11 struct str_table *str_table_init(void)
13 struct str_table *table;
15 table = i_new(struct str_table, 1);
20 void str_table_deinit(struct str_table **_table)
22 struct str_table *table = *_table;
37 bool str_table_is_empty(struct str_table *table)
42 const char *str_table_ref(struct str_table *table, const char *str)
60 void str_table_unref(struct str_table *table, const char **str)

Completed in 20 milliseconds