Searched defs:_ibc (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-ibc.c | 7 void dsync_ibc_deinit(struct dsync_ibc **_ibc) argument 9 struct dsync_ibc *ibc = *_ibc; 11 *_ibc = NULL;
|
H A D | dsync-ibc-stream.c | 355 static void dsync_ibc_stream_deinit(struct dsync_ibc *_ibc) argument 357 struct dsync_ibc_stream *ibc = (struct dsync_ibc_stream *)_ibc; 650 dsync_ibc_stream_send_handshake(struct dsync_ibc *_ibc, argument 653 struct dsync_ibc_stream *ibc = (struct dsync_ibc_stream *)_ibc; 764 dsync_ibc_stream_recv_handshake(struct dsync_ibc *_ibc, argument 767 struct dsync_ibc_stream *ibc = (struct dsync_ibc_stream *)_ibc; 902 dsync_ibc_stream_send_end_of_list(struct dsync_ibc *_ibc, argument 905 struct dsync_ibc_stream *ibc = (struct dsync_ibc_stream *)_ibc; 923 dsync_ibc_stream_send_mailbox_state(struct dsync_ibc *_ibc, argument 926 struct dsync_ibc_stream *ibc = (struct dsync_ibc_stream *)_ibc; 952 dsync_ibc_stream_recv_mailbox_state(struct dsync_ibc *_ibc, struct dsync_mailbox_state *state_r) argument 1002 dsync_ibc_stream_send_mailbox_tree_node(struct dsync_ibc *_ibc, const char *const *name, const struct dsync_mailbox_node *node) argument 1066 dsync_ibc_stream_recv_mailbox_tree_node(struct dsync_ibc *_ibc, const char *const **name_r, const struct dsync_mailbox_node **node_r) argument 1158 dsync_ibc_stream_send_mailbox_deletes(struct dsync_ibc *_ibc, const struct dsync_mailbox_delete *deletes, unsigned int count, char hierarchy_sep) argument 1211 dsync_ibc_stream_recv_mailbox_deletes(struct dsync_ibc *_ibc, const struct dsync_mailbox_delete **deletes_r, unsigned int *count_r, char *hierarchy_sep_r) argument 1308 dsync_ibc_stream_send_mailbox(struct dsync_ibc *_ibc, const struct dsync_mailbox *dsync_box) argument 1404 dsync_ibc_stream_recv_mailbox(struct dsync_ibc *_ibc, const struct dsync_mailbox **dsync_box_r) argument 1483 dsync_ibc_stream_send_mailbox_attribute(struct dsync_ibc *_ibc, const struct dsync_mailbox_attribute *attr) argument 1537 dsync_ibc_stream_recv_mailbox_attribute(struct dsync_ibc *_ibc, const struct dsync_mailbox_attribute **attr_r) argument 1617 dsync_ibc_stream_send_change(struct dsync_ibc *_ibc, const struct dsync_mail_change *change) argument 1701 dsync_ibc_stream_recv_change(struct dsync_ibc *_ibc, const struct dsync_mail_change **change_r) argument 1818 dsync_ibc_stream_send_mail_request(struct dsync_ibc *_ibc, const struct dsync_mail_request *request) argument 1838 dsync_ibc_stream_recv_mail_request(struct dsync_ibc *_ibc, const struct dsync_mail_request **request_r) argument 1867 dsync_ibc_stream_send_mail(struct dsync_ibc *_ibc, const struct dsync_mail *mail) argument 1914 dsync_ibc_stream_recv_mail(struct dsync_ibc *_ibc, struct dsync_mail **mail_r) argument 1980 dsync_ibc_stream_send_finish(struct dsync_ibc *_ibc, const char *error, enum mail_error mail_error, bool require_full_resync) argument 2003 dsync_ibc_stream_recv_finish(struct dsync_ibc *_ibc, const char **error_r, enum mail_error *mail_error_r, bool *require_full_resync_r) argument 2041 dsync_ibc_stream_close_mail_streams(struct dsync_ibc *_ibc) argument 2051 dsync_ibc_stream_is_send_queue_full(struct dsync_ibc *_ibc) argument 2067 dsync_ibc_stream_has_pending_data(struct dsync_ibc *_ibc) argument [all...] |
Completed in 15 milliseconds