Lines Matching refs:tpl
41 auth_request_lua_do_var_expand(struct auth_request *req, const char *tpl,
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);
60 if (auth_request_lua_do_var_expand(req, tpl, &value, &error) < 0) {
73 struct userdb_template *tpl =
75 if (userdb_template_is_empty(tpl))
77 return userdb_template_get_args(tpl, count_r);
79 struct passdb_template *tpl =
81 if (passdb_template_is_empty(tpl))
83 return passdb_template_get_args(tpl, count_r);