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

/dovecot/src/lib/
H A Dtest-str-table.c14 key1 = str_table_ref(table, "str1");
15 key2 = str_table_ref(table, "str2");
17 key1_copy = str_table_ref(table, "str1");
19 key2_copy = str_table_ref(table, "str2");
H A Dstr-table.h14 const char *str_table_ref(struct str_table *table, const char *str);
16 The str pointer must have been returned by the str_table_ref(). */
H A Dstr-table.c42 const char *str_table_ref(struct str_table *table, const char *str) function
/dovecot/src/old-stats/
H A Dmail-session.c104 session->service = str_table_ref(services, args[2]);

Completed in 8 milliseconds