Searched refs:old (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-mailboxrename.c20 i_debug("%s: Mailbox was renamed (old name: %s)",
28 struct mailbox *old)
34 data->old_mbox = mailbox_get_vname(old);
24 push_notification_event_mailboxrename_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_mbox *mbox, struct mailbox *old) argument
H A Dpush-notification-events.h43 struct mailbox *old);
/dovecot/src/config/
H A Dold-set-parser.c7 #include "old-set-parser.h"
214 ctx->old->base_dir = p_strdup(ctx->pool, value);
352 if (ctx->old->auth_section == 1) {
563 if (ctx->old->auth_section == 1) {
600 if (ctx->old->socket_listen_section == 2) {
604 p = &ctx->old->socket_set.path;
606 p = &ctx->old->socket_set.mode;
608 p = &ctx->old->socket_set.user;
610 p = &ctx->old->socket_set.group;
623 if (ctx->old
[all...]
H A Dconfig-parser-private.h57 struct old_set_parser *old; member in struct:config_parser_context
/dovecot/
H A Dupdate-version.sh12 old=`pwd`
19 cd "$old"
/dovecot/src/auth/
H A Dauth-client-connection.c103 struct auth_client_connection *old; local
114 old = auth_client_connection_lookup(pid);
119 old = NULL;
123 if (old != NULL) {
125 see if the old connection is still there. */
126 i_assert(old != conn);
127 if (i_stream_read(old->input) == -1) {
128 auth_client_disconnected(&old);
129 old = NULL;
133 if (old !
[all...]
H A Dmech-gssapi.c222 duplicate_name(struct auth_request *request, gss_name_t old) argument
227 major_status = gss_duplicate_name(&minor_status, old, &new);
/dovecot/src/lib-storage/
H A Dmail-search-register-imap.c129 CALLBACK_FLAG(old, MAIL_RECENT, TRUE)

Completed in 76 milliseconds