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

/dovecot/src/auth/
H A Dauth-policy.c413 const char *auth_policy_escape_function(const char *string, function
428 table = auth_request_get_var_expand_table_full(auth_request, auth_policy_escape_function,
437 table[0].value = auth_policy_escape_function(table[0].value, auth_request);
439 table[1].value = auth_policy_escape_function(table[1].value, auth_request);
485 auth_policy_escape_function, &error) <= 0) {

Completed in 12 milliseconds