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

/dovecot/src/lib/
H A Dstr-table.h6 struct str_table *str_table_init(void);
7 void str_table_deinit(struct str_table **table);
10 bool str_table_is_empty(struct str_table *table);
14 const char *str_table_ref(struct str_table *table, const char *str);
17 void str_table_unref(struct str_table *table, const char **str);
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)
H A Dtest-str-table.c8 struct str_table *table;
11 test_begin("str_table");
/dovecot/src/old-stats/
H A Dmail-session.c35 static struct str_table *services;

Completed in 13 milliseconds