Searched defs:ITEM_FINISH (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-pipe.c23 ITEM_FINISH enumerator in enum:item_type
99 case ITEM_FINISH:
500 item = dsync_ibc_pipe_push_item(pipe->remote, ITEM_FINISH);
514 item = dsync_ibc_pipe_pop_item(pipe, ITEM_FINISH);
H A Ddsync-ibc-stream.c51 ITEM_FINISH, enumerator in enum:item_type
1988 str_append_c(str, items[ITEM_FINISH].chr);
1989 encoder = dsync_ibc_send_encode_begin(ibc, ITEM_FINISH);
2022 ret = dsync_ibc_stream_input_next(ibc, ITEM_FINISH, &decoder);

Completed in 29 milliseconds