Searched refs:pa_idxset_remove_by_index (Results 1 – 3 of 3) sorted by relevance
246 pa_idxset_remove_by_index(c->modules, m->index); in pa_module_load()333 if (!(m = pa_idxset_remove_by_index(c->modules, idx))) in pa_module_unload_by_index()359 m = pa_idxset_remove_by_index(c->modules, indices[i]); in pa_module_unload_all()
70 void* pa_idxset_remove_by_index(pa_idxset*s, uint32_t idx);
261 void* pa_idxset_remove_by_index(pa_idxset*s, uint32_t idx) { in pa_idxset_remove_by_index() function