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

/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-copy.c21 const char *extrefs_line, *src, *dest, *dest_relpath; local
42 &extrefs_line)) <= 0)
47 if (!index_attachment_parse_extrefs(extrefs_line, pool, &extrefs)) {
50 src_file->file.cur_path, extrefs_line);
H A Dsdbox-file.c422 const char *extrefs_line; local
426 ret = sdbox_file_get_attachments(&sfile->file, &extrefs_line);
436 if (!index_attachment_parse_extrefs(extrefs_line, pool, &extrefs)) {
438 sfile->file.cur_path, extrefs_line);

Completed in 19 milliseconds