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

/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-pipe.c64 static pool_t dsync_ibc_pipe_get_pool(struct dsync_ibc_pipe *pipe) argument
69 pools = array_get_modifiable(&pipe->pools, &count);
71 return pool_alloconly_create(MEMPOOL_GROWING"pipe item pool", 1024);
74 array_delete(&pipe->pools, count-1, 1);
80 dsync_ibc_pipe_push_item(struct dsync_ibc_pipe *pipe, enum item_type type) argument
84 item = array_append_space(&pipe->item_queue);
100 item->pool = dsync_ibc_pipe_get_pool(pipe);
107 dsync_ibc_pipe_pop_item(struct dsync_ibc_pipe *pipe, enum item_type type) argument
111 if (array_count(&pipe->item_queue) == 0)
114 item = array_idx_modifiable(&pipe
125 dsync_ibc_pipe_try_pop_eol(struct dsync_ibc_pipe *pipe) argument
142 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
166 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
189 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
202 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
209 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
218 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
227 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
238 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
257 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
272 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
294 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
312 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
332 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
353 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
371 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
382 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
400 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
411 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
429 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
441 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
458 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
478 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
497 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
511 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
524 pipe_close_mail_streams(struct dsync_ibc_pipe *pipe) argument
538 struct dsync_ibc_pipe *pipe = (struct dsync_ibc_pipe *)ibc; local
575 struct dsync_ibc_pipe *pipe; local
[all...]

Completed in 1177 milliseconds