Searched refs:dump (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-dump.h | 21 void doveadm_dump_register(const struct doveadm_cmd_dump *dump);
|
H A D | doveadm-dump.c | 8 #include "doveadm-dump.h" 15 void doveadm_dump_register(const struct doveadm_cmd_dump *dump) argument 17 array_append(&dumps, &dump, 1); 46 const struct doveadm_cmd_dump *dump; local 66 dump = type != NULL ? dump_find_name(type) : dump_find_test(argv[1]); 67 if (dump == NULL) { 77 printf("Detected file type: %s\n", dump->name); 79 dump->cmd(argc, argv); 83 cmd_dump, "dump", "[-t <type>] <path>" 147 fprintf(stderr, "Available dump type [all...] |
/dovecot/src/config/ |
H A D | config-request.c | 227 bool dump, dump_default = FALSE; local 260 dump = FALSE; 276 dump_default, &dump)) 332 if (str_len(ctx->value) > 0 || dump) {
|
H A D | config-parser.c | 806 bool dump, expand_parent; local 854 var_type, TRUE, &dump)) {
|
Completed in 10 milliseconds