Lines Matching refs:outstandingQueue
435 for (oq = app->outstandingQueue; oq; oq = oq->ie_oq)
439 ep->ie_oq = app->outstandingQueue;
440 app->outstandingQueue = ep;
515 for (oq = app->outstandingQueue; oq; oq = oq->ie_oq)
519 ep->ie_oq = app->outstandingQueue;
520 app->outstandingQueue = ep;
535 * Before calling this with ignoreInputs==False, app->outstandingQueue should
1090 sptr = app->outstandingQueue;
1095 app->outstandingQueue = sptr->ie_oq;
1178 for (ie_ptr = app->outstandingQueue; ie_ptr != NULL;) { \
1179 app->outstandingQueue = ie_ptr->ie_oq; \
1182 ie_ptr = app->outstandingQueue; \
1384 if (app->input_count > 0 && app->outstandingQueue == NULL) {
1390 if (app->outstandingQueue != NULL) {
1391 InputEvent *ie_ptr = app->outstandingQueue;
1393 app->outstandingQueue = ie_ptr->ie_oq;
1497 if (app->outstandingQueue != NULL)
1506 if (app->outstandingQueue != NULL)
1520 if (app->outstandingQueue != NULL)
1538 if (app->outstandingQueue != NULL)