| /dovecot/src/imap-hibernate/ |
| H A D | main.c | 11 static bool debug = FALSE; variable 16 imap_hibernate_client_create(conn->fd, debug); 31 debug = TRUE;
|
| H A D | imap-hibernate-client.c | 20 bool debug; member in struct:imap_hibernate_client 213 if (ret >= 0 && client->debug) 250 void imap_hibernate_client_create(int fd, bool debug) argument 255 client->debug = debug;
|
| /dovecot/src/lib-auth/ |
| H A D | auth-client-private.h | 17 bool debug:1; member in struct:auth_client
|
| H A D | auth-master.h | 7 /* Enable logging debug information */ 17 bool debug; member in struct:auth_user_info
|
| H A D | auth-client.c | 10 bool debug) 17 client->debug = debug; 9 auth_client_init(const char *auth_socket_path, unsigned int client_pid, bool debug) argument
|
| /dovecot/src/lib-program-client/ |
| H A D | program-client.h | 23 bool debug:1; member in struct:program_client_settings
|
| H A D | program-client-private.h | 67 bool debug:1; member in struct:program_client
|
| /dovecot/src/plugins/fts-solr/ |
| H A D | fts-solr-plugin.h | 16 bool debug; member in struct:fts_solr_settings
|
| /dovecot/src/lib/ |
| H A D | module-dir.h | 22 /* Enable debug logging */ 23 bool debug:1; member in struct:module_dir_load_settings
|
| /dovecot/src/lib-ldap/ |
| H A D | ldap-client.h | 32 unsigned int debug; member in struct:ldap_client_settings
|
| /dovecot/src/auth/ |
| H A D | db-passwd-file.h | 44 bool debug:1; member in struct:db_passwd_file 53 db_passwd_file_init(const char *path, bool userdb, bool debug);
|
| H A D | db-passwd-file.c | 228 } else if (pw->db->debug) { 314 db_passwd_file_init(const char *path, bool userdb, bool debug) argument 332 db->debug = debug;
|
| /dovecot/src/lib-dict-backend/ |
| H A D | dict-ldap-settings.h | 26 unsigned int debug; member in struct:dict_ldap_settings
|
| /dovecot/src/lib-http/ |
| H A D | http-server.h | 40 /* Enable logging debug messages */ 41 bool debug; member in struct:http_server_settings
|
| H A D | http-client.c | 138 if ((set != NULL && set->debug) || (cctx != NULL && cctx->set.debug)) 218 client->set.debug = client->set.debug || set->debug; 440 if (set->debug) 501 cctx->set.debug = set->debug; 565 bool debug; local 573 debug [all...] |
| H A D | test-http-server.c | 188 bool debug = FALSE; local 198 debug = TRUE; 217 http_set.debug = debug;
|
| /dovecot/src/lib-smtp/ |
| H A D | smtp-client.h | 86 /* enable logging debug messages */ 87 bool debug; member in struct:smtp_client_settings
|
| /dovecot/src/lib-storage/index/pop3c/ |
| H A D | pop3c-client.h | 43 bool debug; member in struct:pop3c_client_settings
|
| /dovecot/src/lib-storage/ |
| H A D | mail-storage-service.h | 66 bool debug:1; member in struct:mail_storage_service_input
|
| /dovecot/src/lib-storage/index/dbox-multi/ |
| H A D | mdbox-storage.c | 87 bool debug = ns->mail_set->mail_debug; local 94 if (debug) 98 if (debug) 107 bool debug = ns->mail_set->mail_debug; local 116 if (debug) 124 if (debug) 130 if (debug)
|
| /dovecot/src/lib-storage/index/dbox-single/ |
| H A D | sdbox-storage.c | 57 bool debug = ns->mail_set->mail_debug; local 64 if (debug) 68 if (debug) 77 bool debug = ns->mail_set->mail_debug; local 86 if (debug) 96 if (debug) 102 if (debug)
|
| /dovecot/src/plugins/acl/ |
| H A D | acl-api-private.h | 61 bool debug:1; member in struct:acl_backend
|
| H A D | acl-global-file.c | 33 bool debug; member in struct:acl_global_file 38 bool debug) 45 file->debug = debug; 223 if (file->debug) { 37 acl_global_file_init(const char *path, unsigned int refresh_interval_secs, bool debug) argument
|
| /dovecot/src/director/ |
| H A D | main.c | 322 bool debug = FALSE; local 330 debug = TRUE; 348 director_debug = debug;
|
| /dovecot/src/lib-imap-urlauth/ |
| H A D | imap-urlauth-fetch.c | 179 bool debug = ufetch->uctx->user->mail_debug, success; local 186 if (debug) 204 if (debug) 220 if (debug) 236 if (debug) 243 if (debug && success) {
|