gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:QueRemoveNext from t2ex (0.00 seconds)
t2ex
t2ex_source/t2ex/load/src/pminfo.c - 4.0KB - 139 lines
118:         /* Get the first entry in free queue */
119:         prog = (ProgInfo*)QueRemoveNext(&pmFreeQue);
120: 
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
436:         struct queue *q;
437:         while ( (q = QueRemoveNext(tkn_rxqh(nifp))) != NULL ) {
438:                 txrxbuf_free((struct tkn_extbuf*)q);