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

/dovecot/src/auth/
H A Ddb-lua.c41 auth_request_lua_do_var_expand(struct auth_request *req, const char *tpl, argument
45 if (t_auth_request_var_expand(tpl, req, NULL, value_r, &error) < 0) {
47 tpl, error);
57 const char *tpl = luaL_checkstring(L, 2); local
60 if (auth_request_lua_do_var_expand(req, tpl, &value, &error) < 0) {
73 struct userdb_template *tpl = local
75 if (userdb_template_is_empty(tpl))
77 return userdb_template_get_args(tpl, count_r);
79 struct passdb_template *tpl = local
81 if (passdb_template_is_empty(tpl))
[all...]

Completed in 194 milliseconds