picorsrc.c | 218 picorsrc_VoiceDefinition vdefs, freeVdefs; member in struct:picorsrc_resource_manager 241 this->vdefs = NULL; 799 v = this->vdefs; 856 PICODBG_ERROR(("max number of vdefs exceeded (%i)",this->numVdefs)); 873 vdef->next = this->vdefs; 874 this->vdefs = vdef; 898 v = this->vdefs; 904 /* remove v from vdefs list */ 908 this->vdefs = v->next; [all...] |