Home
last modified time | relevance | path

Searched refs:PendingQLength (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DConnectionDiagnostics.cpp60 mLogData.AppendPrintf(" Pending Q Length = %zu\n", ent->PendingQLength()); in OnMsgPrintDiagnostics()
H A DnsHttpConnectionMgr.cpp580 ent->PendingQLength() == 0 && in ClearConnectionHistory()
1083 ent->PendingQLength())); in ProcessPendingQForEntry()
1124 if (!ent->mUrgentStartQ.Length() && !ent->PendingQLength()) { in ProcessPendingQForEntry()
1915 trans, ent->PendingQLength() + 1)); in ProcessNewTransaction()
2574 ent->PendingQLength() == 0 && ent->mUrgentStartQ.Length() == 0 && in OnMsgPruneDeadConnections()
2859 MOZ_ASSERT(!PendingQLength()); in ~nsConnectionEntry()
3597 ent->PendingQLength(), ent->mUrgentStartQ.Length())); in TimeoutTick()
4699 !mEnt->PendingQLength() && !mEnt->mConnInfo->UsingConnect()) { in SetupConn()
5146 size_t nsHttpConnectionMgr::nsConnectionEntry::PendingQLength() const { in PendingQLength() function in mozilla::net::nsHttpConnectionMgr::nsConnectionEntry
5282 ent->mHalfOpens.Length(), ent->PendingQLength())); in MoveToWildCardConnEntry()
[all …]
H A DnsHttpConnectionMgr.h338 size_t PendingQLength() const;
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DConnectionDiagnostics.cpp61 mLogData.AppendPrintf(" Pending Q Length = %zu\n", ent->PendingQLength()); in OnMsgPrintDiagnostics()
H A DnsHttpConnectionMgr.cpp659 ent->PendingQLength() == 0 && in OnMsgClearConnectionHistory()
1166 ent->PendingQLength())); in ProcessPendingQForEntry()
1219 if (!ent->mUrgentStartQ.Length() && !ent->PendingQLength()) { in ProcessPendingQForEntry()
2038 trans, ent->PendingQLength() + 1)); in ProcessNewTransaction()
2734 ent->PendingQLength() == 0 && ent->mUrgentStartQ.Length() == 0 && in OnMsgPruneDeadConnections()
3093 MOZ_ASSERT(!PendingQLength()); in ~nsConnectionEntry()
3832 ent->PendingQLength(), ent->mUrgentStartQ.Length())); in TimeoutTick()
5040 !mEnt->PendingQLength() && !mEnt->mConnInfo->UsingConnect()) { in SetupConn()
5554 size_t nsHttpConnectionMgr::nsConnectionEntry::PendingQLength() const { in PendingQLength() function in mozilla::net::nsHttpConnectionMgr::nsConnectionEntry
5691 ent->mHalfOpens.Length(), ent->PendingQLength())); in MoveToWildCardConnEntry()
[all …]
H A DnsHttpConnectionMgr.h241 size_t PendingQLength() const;