Lines Matching defs:before
2200 * \brief Adds a child before another child configuration node.
2201 * \param before Handle to the start configuration node.
2206 * the node \a before.
2221 int snd_config_add_before(snd_config_t *before, snd_config_t *child)
2225 assert(before && child);
2226 parent = before->parent;
2236 list_insert(&child->list, before->list.prev, &before->list);
2366 * If the node is a child node, it is removed from the tree before being
4498 * to \c NULL before the first call to this function. The private