Lines Matching defs:table
171 var_expand_short(const struct var_expand_table *table, char key,
176 if (table != NULL) {
177 for (t = table; !TABLE_LAST(t); t++) {
278 if (var_expand_with_funcs(salt, value, ctx->table,
414 if (ctx->table != NULL) {
415 for (t = ctx->table; !TABLE_LAST(t); t++) {
461 const struct var_expand_table *table,
478 ctx.table = table;
584 ret = var_expand_short(ctx.table, *str,
629 const struct var_expand_table *table, const char **error_r)
631 return var_expand_with_funcs(dest, str, table, NULL, NULL, error_r);
808 ARRAY(struct var_expand_table) table;
811 p_array_init(&table, pool, a_size + b_size + 1);
814 array_append_space(&table);
821 array_append_space(&table);
826 array_append_zero(&table);
827 return array_idx_modifiable(&table, 0);