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

/dovecot/src/lib-mail/
H A Distream-dot.c55 static bool flush_pending(struct dot_istream *dstream, size_t *destp) argument
58 size_t dest = *destp;
65 *destp = dest;
69 static bool flush_dot_state(struct dot_istream *dstream, size_t *destp) argument
87 return flush_pending(dstream, destp);
90 static void i_stream_dot_eof(struct dot_istream *dstream, size_t *destp) argument
94 (void)flush_dot_state(dstream, destp);
/dovecot/src/plugins/acl/
H A Dacl-api.c648 void acl_right_names_merge(pool_t pool, const char *const **destp, argument
651 const char *const *dest = *destp;
665 *destp = acl_right_names_alloc(pool, &rights, dup_strings);

Completed in 12 milliseconds