Searched refs:shape_opts (Results 1 – 1 of 1) sorted by relevance
197 shape_options_t *shape_opts = (shape_options_t *) data; in parse_shapers() local198 g_strfreev (shape_opts->shapers); in parse_shapers()199 shape_opts->shapers = g_strsplit (arg, ",", 0); in parse_shapers()222 shape_options_t *shape_opts = (shape_options_t *) data; in parse_features() local226 shape_opts->num_features = 0; in parse_features()227 g_free (shape_opts->features); in parse_features()228 shape_opts->features = NULL; in parse_features()236 shape_opts->num_features++; in parse_features()242 …shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->fea… in parse_features()246 shape_opts->num_features = 0; in parse_features()[all …]