Lines Matching defs:box_r
18 const guid_128_t guid, struct mailbox **box_r,
45 *box_r = box;
50 struct mailbox **box_r, const char **errstr_r,
56 *box_r = NULL;
61 if ((ret = ns_mailbox_try_alloc(brain, ns, guid, box_r,
469 dsync_brain_try_next_mailbox(struct dsync_brain *brain, struct mailbox **box_r,
483 *box_r = NULL;
555 *box_r = box;
562 dsync_brain_next_mailbox(struct dsync_brain *brain, struct mailbox **box_r,
571 while ((ret = dsync_brain_try_next_mailbox(brain, box_r, lock_r, dsync_box_r)) == 0)