Lines Matching defs:dsync_ibc_pipe

53 struct dsync_ibc_pipe {
58 struct dsync_ibc_pipe *remote;
64 static pool_t dsync_ibc_pipe_get_pool(struct dsync_ibc_pipe *pipe)
80 dsync_ibc_pipe_push_item(struct dsync_ibc_pipe *pipe, enum item_type type)
107 dsync_ibc_pipe_pop_item(struct dsync_ibc_pipe *pipe, enum item_type type)
125 static bool dsync_ibc_pipe_try_pop_eol(struct dsync_ibc_pipe *pipe)
142 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
166 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
189 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
202 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
209 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
218 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
227 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
238 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
257 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
272 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
294 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
312 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
332 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
353 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
371 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
382 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
400 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
411 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
429 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
441 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
458 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
478 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
497 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
511 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
524 static void pipe_close_mail_streams(struct dsync_ibc_pipe *pipe)
538 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc;
572 static struct dsync_ibc_pipe *
575 struct dsync_ibc_pipe *pipe;
577 pipe = i_new(struct dsync_ibc_pipe, 1);
586 struct dsync_ibc_pipe *pipe1, *pipe2;