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

/dovecot/src/old-stats/
H A Dclient-export.c630 const char *level_str = args[0]; local
637 if (level_str == NULL) {
641 if (mail_export_level_parse(level_str, &cmd->level) < 0) {
/dovecot/src/plugins/fs-compress/
H A Dfs-compress.c47 const char *p, *compression_name, *level_str, *error; local
71 level_str = t_strdup_until(args, p++);
72 if (str_to_uint(level_str, &fs->compress_level) < 0 ||
74 fs_set_error(_fs, "Invalid compression level parameter '%s'", level_str);

Completed in 12 milliseconds