Home | History | Annotate | Download | only in lib

Lines Matching refs:next

62     /* next connects all active resources of a resource manager and the garbaged resources of the manager's free list */
63 picorsrc_Resource next;
102 this->next = NULL;
140 this->next = NULL;
173 picorsrc_VoiceDefinition next;
190 this->next = NULL;
266 r = r->next;
517 kb->next = *kbList;
658 res->next = this->resources;
681 kb = kb->next;
715 r2 = r2->next;
718 this->resources = rsrc->next;
723 r1->next = rsrc->next;
766 res->next = this->resources;
802 v = v->next;
863 this->freeVdefs = vdef->next;
866 vdef->next = NULL;
873 vdef->next = this->vdefs;
901 v = v->next;
906 l->next = v->next;
908 this->vdefs = v->next;
911 v->next = this->freeVdefs;
972 this->freeVoices = (*voice)->next;
997 kb = kb->next;
1017 v->next = this->freeVoices;