Searched refs:expand_field (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-auth-server.c290 const char *show_field, const char *expand_field)
327 if (expand_field == NULL)
331 if (var_expand_with_funcs(str, expand_field,
342 json_append_escaped(value, expand_field);
367 const char *show_field = NULL, *expand_field = NULL; local
375 (void)doveadm_cmd_param_str(cctx, "expand-field", &expand_field);
390 if (expand_field != NULL && userdb_only) {
395 if (expand_field != NULL && show_field != NULL) {
455 cmd_user_mail_input(storage_service, &input, show_field, expand_field) :
288 cmd_user_mail_input(struct mail_storage_service_ctx *storage_service, const struct authtest_input *input, const char *show_field, const char *expand_field) argument
H A Ddoveadm-auth.c543 const char *show_field, const char *expand_field)
572 fprintf(show_field == NULL && expand_field == NULL ? stdout : stderr,
578 if (expand_field == NULL)
582 if (var_expand_with_funcs(str, expand_field,
586 i_error("Failed to expand %s: %s", expand_field, error);
603 const char *show_field = NULL, *expand_field = NULL; local
616 expand_field = optarg;
632 if (expand_field != NULL && userdb_only) {
637 if (expand_field != NULL && show_field != NULL) {
673 if (show_field == NULL && expand_field
541 cmd_user_mail_input(struct mail_storage_service_ctx *storage_service, const struct authtest_input *input, const char *show_field, const char *expand_field) argument
[all...]

Completed in 9 milliseconds