Search | Google it | Results 1 - 3 of 3 for funcall:isQueEmpty from t2ex (0.02 seconds) |
206: { 207: if ( !isQueEmpty(fq + 1) ) { 208: QUEUE *nq = (fq + 1)->next;
153: { 154: if ( !isQueEmpty(fq + 1) ) { 155: QUEUE *nq = (fq + 1)->next;
507: err = E_OK; 508: if (isQueEmpty(hsq) == FALSE) { 509: for (q = hsq->next; q != hsq; q = q->next) {