Lines Matching defs:table
347 struct var_expand_table *table;
350 table = auth_request_get_var_expand_table_full(auth_request, NULL,
352 table[0].key = '$';
353 table[0].value = oauth2_value;
354 return table;
383 table = db_oauth2_value_get_var_expand_table(req->auth_request,
385 if (var_expand_with_funcs(dest, args[i+1], table, funcs_table,
441 struct var_expand_table table[] = {
456 table[0].value = username_value;
457 table[1].value = t_strcut(username_value, '@');
458 table[2].value = i_strchr_to_next(username_value, '@');
464 var_expand(username_val, req->db->set.username_format, table, &error) < 0) {