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

/dovecot/src/doveadm/
H A Ddoveadm-print-private.h4 #include "doveadm-print.h"
19 void (*print)(const char *value); member in struct:doveadm_print_vfuncs
H A Ddoveadm-dump-dcrypt-file.c44 static bool dcrypt_file_dump_metadata(const char *filename, bool print) argument
57 if (print) {
61 } else if (print && ds->stream_errno != 0) {
H A Ddoveadm-dump-dcrypt-key.c96 static bool dcrypt_key_dump_metadata(const char *filename, bool print) argument
101 if (print) i_error("open(%s) failed: %m", filename);
108 if (print) i_error("read(%s) failed: %m", filename);
127 if (print) i_error("dcrypt_key_string_get_info failed: %s", error);
130 if (!print) return TRUE;
H A Ddoveadm-mail-fetch.c19 #include "doveadm-print.h"
36 /* if print() returns -1, log this error if non-NULL. otherwise log
44 int (*print)(struct fetch_cmd_context *ctx); member in struct:fetch_field
162 /* print the header as-is */
537 hdr_field.print = fetch_hdr_field;
540 body_field.print = fetch_body_field;
587 if (field->print(ctx) < 0) {

Completed in 9 milliseconds