/dovecot/src/plugins/push-notification/ |
H A D | push-notification-event-mailboxcreate.c | 23 struct push_notification_event_config *ec, 40 push_notification_txn_mbox_set_eventdata(ptxn, mbox, ec, data); 21 push_notification_event_mailboxcreate_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_mbox *mbox) argument
|
H A D | push-notification-event-mailboxdelete.c | 22 struct push_notification_event_config *ec, 31 push_notification_txn_mbox_set_eventdata(ptxn, mbox, ec, data); 20 push_notification_event_mailboxdelete_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_mbox *mbox) argument
|
H A D | push-notification-event-mailboxrename.c | 26 struct push_notification_event_config *ec, 36 push_notification_txn_mbox_set_eventdata(ptxn, mbox, ec, data); 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 D | push-notification-event-mailboxsubscribe.c | 23 struct push_notification_event_config *ec, 32 push_notification_txn_mbox_set_eventdata(ptxn, mbox, ec, data); 21 push_notification_event_mailboxsubscribe_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_mbox *mbox) argument
|
H A D | push-notification-event-mailboxunsubscribe.c | 23 struct push_notification_event_config *ec, 32 push_notification_txn_mbox_set_eventdata(ptxn, mbox, ec, data); 21 push_notification_event_mailboxunsubscribe_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_mbox *mbox) argument
|
H A D | push-notification-event-messageexpunge.c | 28 struct push_notification_event_config *ec, 38 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 26 push_notification_event_messageexpunge_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg) argument
|
H A D | push-notification-event-messageappend.c | 52 struct push_notification_event_config *ec, 57 (struct push_notification_event_messageappend_config *)ec->config; 69 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 51 push_notification_event_messageappend_event(struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail) argument
|
H A D | push-notification-event-messageread.c | 24 struct push_notification_event_config *ec, 40 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 22 push_notification_event_messageread_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, enum mail_flags old_flags) argument
|
H A D | push-notification-event-messagetrash.c | 24 struct push_notification_event_config *ec, 40 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 22 push_notification_event_messagetrash_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, enum mail_flags old_flags) argument
|
H A D | push-notification-event-messagenew.c | 62 struct push_notification_event_config *ec, 67 (struct push_notification_event_messagenew_config *)ec->config; 83 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 61 push_notification_event_messagenew_event(struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail) argument
|
H A D | push-notification-events.c | 50 struct push_notification_event_config *ec; local 63 ec = p_new(dtxn->ptxn->pool, struct push_notification_event_config, 1); 64 ec->config = config; 65 ec->event = event; 67 array_append(&dtxn->ptxn->events, &ec, 1);
|
H A D | push-notification-event-flagsclear.c | 56 struct push_notification_event_config *ec) 59 (struct push_notification_event_flagsclear_config *)ec->config; 73 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 81 struct push_notification_event_config *ec, 87 (struct push_notification_event_flagsclear_config *)ec->config; 99 data = push_notification_event_flagsclear_get_data(ptxn, msg, ec); 116 struct push_notification_event_config *ec, 122 (struct push_notification_event_flagsclear_config *)ec->config; 126 data = push_notification_event_flagsclear_get_data(ptxn, msg, ec); 54 push_notification_event_flagsclear_get_data(struct push_notification_txn *ptxn, struct push_notification_txn_msg *msg, struct push_notification_event_config *ec) argument 79 push_notification_event_flagsclear_flags_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, enum mail_flags old_flags) argument 114 push_notification_event_flagsclear_keywords_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, const char *const *old_keywords) argument
|
H A D | push-notification-event-flagsset.c | 56 struct push_notification_event_config *ec) 67 push_notification_txn_msg_set_eventdata(ptxn, msg, ec, data); 75 struct push_notification_event_config *ec, 81 (struct push_notification_event_flagsset_config *)ec->config; 114 data = push_notification_event_flagsset_get_data(ptxn, msg, ec); 121 struct push_notification_event_config *ec, 129 data = push_notification_event_flagsset_get_data(ptxn, msg, ec); 54 push_notification_event_flagsset_get_data(struct push_notification_txn *ptxn, struct push_notification_txn_msg *msg, struct push_notification_event_config *ec) argument 73 push_notification_event_flagsset_flags_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, enum mail_flags old_flags) argument 119 push_notification_event_flagsset_keywords_event( struct push_notification_txn *ptxn, struct push_notification_event_config *ec, struct push_notification_txn_msg *msg, struct mail *mail, const char *const *old_keywords) argument
|
H A D | push-notification-triggers.c | 33 struct push_notification_event_config **ec; local 39 array_foreach_modifiable(&txn->events, ec) { 40 if ((*ec)->event->mbox_triggers.create != NULL) { 41 (*ec)->event->mbox_triggers.create(txn, *ec, mbox); 52 struct push_notification_event_config **ec; local 58 array_foreach_modifiable(&txn->events, ec) { 59 if ((*ec)->event->mbox_triggers.delete != NULL) { 60 (*ec)->event->mbox_triggers.delete(txn, *ec, mbo 72 struct push_notification_event_config **ec; local 92 struct push_notification_event_config **ec; local 130 struct push_notification_event_config **ec; local 149 struct push_notification_event_config **ec; local 168 struct push_notification_event_config **ec; local 188 struct push_notification_event_config **ec; local 209 struct push_notification_event_config **ec; local [all...] |
/dovecot/src/lib/ |
H A D | var-expand-if.c | 140 int ec; local 143 if ((ec = regcomp(®, rhs, REG_EXTENDED)) != 0) { 146 siz = regerror(ec, ®, NULL, 0); 148 (void)regerror(ec, ®, errbuf, siz); 153 if ((ec = regexec(®, lhs, 0, 0, 0)) != 0) { 154 i_assert(ec == REG_NOMATCH);
|
/dovecot/src/lib-dcrypt/ |
H A D | ostream-encrypt.c | 57 ssize_t ec; local 59 ec = o_stream_send(stream->ostream.parent, data, size); 60 if (ec == (ssize_t)size) 62 else if (ec < 0) { 186 int ec = 0; local 196 ec = -1; 200 if (ec != 0) { 295 int ec = 0; local 300 ec = -1; 304 if (ec ! 427 ssize_t ec,total = 0; local 658 int ec; local 682 int ec; local [all...] |
H A D | dcrypt-gnutls.c | 51 int dcrypt_gnutls_error(int ec, const char **error_r) argument 53 i_assert(ec < 0); 55 *error_r = gnutls_strerror(ec); 149 int ec; local 150 ec = gnutls_cipher_init(&ctx->ctx, ctx->cipher, &ctx->key, &ctx->iv); 151 if(ec < 0) return dcrypt_gnutls_error(ec, error_r); 158 int ec; local 161 ec = gnutls_cipher_encrypt2(ctx->ctx, data, data_len, buf, outl); 162 if(ec < 218 int ec; local 226 int ec; local 296 int ec; local 355 int ec; local [all...] |
H A D | istream-decrypt.c | 61 int ec, i = 0; local 185 ec = 0; 192 ec = -1; 196 if (ec != 0) { 418 int ec = 0; local 423 ec = -1; 428 ec = -1; 432 if (ec != 0) return ec; 889 int ec; local [all...] |
H A D | dcrypt-openssl.c | 16 #include <openssl/ec.h> 73 #define EVP_PKEY_get0_EC_KEY(x) x->pkey.ec 158 unsigned long ec = ERR_get_error(); local 159 *error_r = t_strdup_printf("%s", ERR_error_string(ec, NULL)); 322 int ec; local 331 ec = EVP_CipherInit_ex(ctx->ctx, ctx->cipher, NULL, ctx->key, ctx->iv, ctx->mode); 332 if (ec != 1) return dcrypt_openssl_error(error_r); 335 if (ctx->aad != NULL) ec = EVP_CipherUpdate(ctx->ctx, NULL, &len, ctx->aad, ctx->aad_len); 336 if (ec != 1) return dcrypt_openssl_error(error_r); 377 int ec; local 488 int ec; local 501 int ec; local 509 int ec; local 564 int ec = 0; local 600 int ec = 0; local 867 int nid, ec, enctype; local 1176 int ec; local 1701 int ec; local 1745 int ec; local 1993 int ec; local 2017 int ec; local [all...] |