Lines Matching defs:before
43 snd_config_t **before,
63 err = snd_config_search(inc, "Before", before);
65 uc_error("before block identifier error");
71 uc_error("before block identifier error");
139 snd_config_t *before, snd_config_t *after)
151 if (before) {
152 err = find_position_node(uc_mgr, &_before, dst, id, before);
167 uc_error("defined both before and after identifiers in the If or Include block");
242 snd_config_t *before, snd_config_t *after)
268 err = compound_merge(uc_mgr, id, parent2, n, before, after);
286 snd_config_t *a, *n, *before, *after;
301 before = after = NULL;
302 err = include_eval_one(uc_mgr, n, &a, &before, &after);
312 err = uc_mgr_config_tree_merge(uc_mgr, parent, a, before, after);