Searched refs:enable (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/lib/
H A Ddata-stack.h118 void data_stack_set_clean_after_pop(bool enable);
H A Ddata-stack.c580 void data_stack_set_clean_after_pop(bool enable ATTR_UNUSED)
583 clean_after_pop = enable;
/dovecot/src/auth/
H A Ddb-ldap.h200 void db_ldap_enable_input(struct ldap_connection *conn, bool enable);
H A Ddb-ldap.c1293 void db_ldap_enable_input(struct ldap_connection *conn, bool enable) argument
1295 if (!enable) {
/dovecot/src/config/
H A Dold-set-parser.c156 /* Array where -1 = disable, 0 = not found, 1 = enable */
164 bool enable = TRUE; local
166 enable = FALSE;
171 if (enable) {
/dovecot/src/lib-storage/
H A Dmail-storage-private.h153 /* A "root dir" to enable storage sharing. It is only ever used for
213 int (*enable)(struct mailbox *box, enum mailbox_feature features); member in struct:mailbox_vfuncs
H A Dmail-storage.c1451 return box->v.enable(box, features);

Completed in 25 milliseconds