Searched defs:dsync_ibc_stream_input_next (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-ibc-stream.c | 582 dsync_ibc_stream_input_next(struct dsync_ibc_stream *ibc, enum item_type item, function 774 ret = dsync_ibc_stream_input_next(ibc, ITEM_HANDSHAKE, &decoder); 962 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX_STATE, &decoder); 1076 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX_TREE_NODE, &decoder); 1221 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX_DELETE, &decoder); 1417 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX, &decoder); 1565 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAILBOX_ATTRIBUTE, &decoder); 1716 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAIL_CHANGE, &decoder); 1850 ret = dsync_ibc_stream_input_next(ibc, ITEM_MAIL_REQUEST, &decoder); 1937 ret = dsync_ibc_stream_input_next(ib [all...] |
Completed in 134 milliseconds