Home | History | Annotate | Download | only in socket

Lines Matching refs:pending_requests

206     const Request* r, RequestQueue* pending_requests) {
207 RequestQueue::iterator it = pending_requests->begin();
208 while (it != pending_requests->end() && r->priority() >= (*it)->priority())
210 pending_requests->insert(it, r);
220 if (group->pending_requests().empty())
467 // Search pending_requests for matching handle.
469 for (; it != group->pending_requests().end(); ++it) {
517 // Search pending_requests for matching handle.
518 RequestQueue::const_iterator it = group.pending_requests().begin();
519 for (size_t i = 0; it != group.pending_requests().end(); ++it, ++i) {
562 group->pending_requests().size());
563 if (!group->pending_requests().empty()) {
772 const RequestQueue& queue = curr_group->pending_requests();
808 if (!group->pending_requests().empty()) {
826 if (!group->pending_requests().empty()) {
884 else if (!group->pending_requests().empty())
891 *group->pending_requests().begin());
965 RequestQueue pending_requests;
966 pending_requests.swap(*group->mutable_pending_requests());
967 for (RequestQueue::iterator it2 = pending_requests.begin();
968 it2 != pending_requests.end(); ++it2) {