HomeSort by relevance Sort by last modified time
    Searched refs:NUM_PRIORITIES (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/base/
request_priority.h 19 NUM_PRIORITIES,
host_resolver_impl.cc 743 NUM_PRIORITIES > IDLE,
898 PendingRequestsQueue pending_requests_[NUM_PRIORITIES];
    [all...]
  /external/ipsec-tools/src/racoon/
session.c 111 #define NUM_PRIORITIES 2
123 static TAILQ_HEAD(fd_monitor_list, fd_monitor) fd_monitor_tree[NUM_PRIORITIES];
142 if (priority >= NUM_PRIORITIES)
143 priority = NUM_PRIORITIES - 1;
186 for (i = 0; i < NUM_PRIORITIES; i++)
318 for (i = 0; i < NUM_PRIORITIES; i++) {
  /external/chromium/net/spdy/
spdy_http_utils.cc 115 DCHECK(HIGHEST <= priority && priority < NUM_PRIORITIES);
spdy_session.h 449 PendingCreateStreamQueue create_stream_queues_[NUM_PRIORITIES];
spdy_session.cc 402 for (int i = 0;i < NUM_PRIORITIES;++i) {
435 for (int i = 0;i < NUM_PRIORITIES;++i) {
487 DCHECK(priority >= net::HIGHEST && priority < net::NUM_PRIORITIES);
855 for (int i = 0;i < NUM_PRIORITIES;++i) {
    [all...]
spdy_network_transaction_unittest.cc 551 for (RequestPriority p = HIGHEST; p < NUM_PRIORITIES;
    [all...]
  /external/chromium/net/url_request/
url_request.h 558 DCHECK_LT(static_cast<int>(priority), static_cast<int>(NUM_PRIORITIES));
561 DCHECK_LT(priority, NUM_PRIORITIES);

Completed in 5534 milliseconds