Search | Google it | Results 1 - 3 of 3 for funcall:QueRemoveNext (0.00 seconds) |
66: 67: devcb = (DevCB*)QueRemoveNext(&knl_FreeDevCB); 68: if ( devcb == NULL ) {
268: /* search empty KeyState */ 269: ks = (KeyState*)QueRemoveNext(&StatMach.freq); 270: if ( ks == NULL ) return FALSE;
118: /* Get the first entry in free queue */ 119: prog = (ProgInfo*)QueRemoveNext(&pmFreeQue); 120: