Searched defs:copy (Results 1 - 4 of 4) sorted by relevance
| /dovecot/src/lib/ |
| H A D | test-stats-dist.c | 12 uint64_t *copy; local 17 copy = i_new(uint64_t, input_size); 26 copy[i] = value; 28 i_qsort(copy, input_size, sizeof(*copy), uint64_cmp); 37 test_assert_idx(stats_dist_get_median(t) >= copy[(input_size-1)/2] && 38 stats_dist_get_median(t) <= copy[input_size/2], 41 test_assert_idx(stats_dist_get_95th(t) == copy[input_size*95/100 - ((input_size%20) == 0 ? 1 : 0)], 44 i_free(copy);
|
| /dovecot/src/auth/ |
| H A D | mech-digest-md5.c | 457 char *copy, *key, *value; local 485 copy = t_strdup_noconst(t_strndup(data, size)); 486 while (*copy != '\0') { 487 if (parse_next(©, &key, &value)) { 494 if (*copy == ',') 495 copy++;
|
| /dovecot/src/lib-fs/ |
| H A D | fs-api-private.h | 62 int (*copy)(struct fs_file *src, struct fs_file *dest); member in struct:fs_vfuncs
|
| /dovecot/src/lib-storage/ |
| H A D | mail-storage-private.h | 307 int (*copy)(struct mail_save_context *ctx, struct mail *mail); member in struct:mailbox_vfuncs 450 mailbox_save_*() to actually save a new physical copy rather than 541 allows mail_log plugin to log the copy operation using the original 618 /* List of private flags added with save/copy. These are added to the
|
Completed in 13 milliseconds