Searched defs:nextInstance (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_lists.c109 DLMInstanceList *nextInstance = instance->next; local
111 instance = nextInstance;
H A Ddlm.c318 DLMInstanceList *nextInstance; local
319 nextInstance = instance->next;
321 instance = nextInstance;

Completed in 125 milliseconds