Home
last modified time | relevance | path

Searched refs:sieve_result_global_log_warning (Results 1 – 2 of 2) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-result.h195 void sieve_result_global_log_warning(const struct sieve_action_exec_env *aenv,
200 #define sieve_result_global_log_warning(aenv, ...) \ macro
201 sieve_result_global_log_warning(aenv, __FILE__, __LINE__, __VA_ARGS__)
H A Dsieve-result.c2349 #undef sieve_result_global_log_warning
2350 void sieve_result_global_log_warning(const struct sieve_action_exec_env *aenv, in sieve_result_global_log_warning() function