Searched refs:default_function (Results 1 – 2 of 2) sorted by relevance
30 static int default_function(sox_effect_t * effp UNUSED) in default_function() function66 if (!effp->handler.start ) effp->handler.start = default_function; in sox_create_effect()69 if (!effp->handler.stop ) effp->handler.stop = default_function; in sox_create_effect()70 if (!effp->handler.kill ) effp->handler.kill = default_function; in sox_create_effect()
435 struct default_function struct436 : transform<default_function<Grammar> >452 : when<function<Grammar, vararg<Grammar> >, default_function<Grammar> >