Home
last modified time | relevance | path

Searched refs:m_quota (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_bandwidth_limiter.cpp72 , m_quota(0) in peer_connection()
90 std::int64_t m_quota; member
95 m_quota += amount; in assign_bandwidth()
203 sum += (*i)->m_quota; in test_equal_connections()
244 sum += (*i)->m_quota; in test_connections_variable_rate()
276 sum += (*i)->m_quota; in test_single_peer()
317 sum += (*i)->m_quota; in test_torrents()
328 sum += (*i)->m_quota; in test_torrents()
367 sum += (*i)->m_quota; in test_torrents_variable_rate()
378 sum += (*i)->m_quota; in test_torrents_variable_rate()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_bandwidth_limiter.cpp72 , m_quota(0) in peer_connection()
90 std::int64_t m_quota; member
95 m_quota += amount; in assign_bandwidth()
203 sum += (*i)->m_quota; in test_equal_connections()
244 sum += (*i)->m_quota; in test_connections_variable_rate()
276 sum += (*i)->m_quota; in test_single_peer()
317 sum += (*i)->m_quota; in test_torrents()
328 sum += (*i)->m_quota; in test_torrents()
367 sum += (*i)->m_quota; in test_torrents_variable_rate()
378 sum += (*i)->m_quota; in test_torrents_variable_rate()
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/net/
H A Dthrottle_node.h62 uint32_t quota() const { return m_quota; } in quota()
63 void clear_quota() { m_quota = 0; } in clear_quota()
64 void set_quota(uint32_t q) { m_quota = q; } in set_quota()
78 uint32_t m_quota; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-service-quotas/include/aws/service-quotas/model/
H A DGetAWSDefaultServiceQuotaResult.h38 inline const ServiceQuota& GetQuota() const{ return m_quota; } in GetQuota()
43 inline void SetQuota(const ServiceQuota& value) { m_quota = value; } in SetQuota()
48 inline void SetQuota(ServiceQuota&& value) { m_quota = std::move(value); } in SetQuota()
62 ServiceQuota m_quota;
H A DGetServiceQuotaResult.h38 inline const ServiceQuota& GetQuota() const{ return m_quota; } in GetQuota()
43 inline void SetQuota(const ServiceQuota& value) { m_quota = value; } in SetQuota()
48 inline void SetQuota(ServiceQuota&& value) { m_quota = std::move(value); } in SetQuota()
62 ServiceQuota m_quota;
/dports/x11-toolkits/kf5-attica/attica-5.89.0/src/
H A Dcloud.cpp19 qulonglong m_quota; member in Cloud::Private
78 d->m_quota = quota; in setQuota()
83 return d->m_quota; in quota()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DStorageNamespaceImpl.cpp71 , m_quota(quota) in StorageNamespaceImpl()
97 …geNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_path, m_quota)); in copy()
115 storageArea = StorageAreaImpl::create(m_storageType, origin, m_syncManager, m_quota); in storageArea()
H A DStorageNamespaceImpl.h74 unsigned m_quota; // The default quota for each new storage area. variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DCreateUsagePlanRequest.h202 inline const QuotaSettings& GetQuota() const{ return m_quota; } in GetQuota()
212 inline void SetQuota(const QuotaSettings& value) { m_quotaHasBeenSet = true; m_quota = value; } in SetQuota()
217 …inline void SetQuota(QuotaSettings&& value) { m_quotaHasBeenSet = true; m_quota = std::move(value)… in SetQuota()
335 QuotaSettings m_quota; variable
H A DCreateUsagePlanResult.h224 inline const QuotaSettings& GetQuota() const{ return m_quota; } in GetQuota()
229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota()
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota()
374 QuotaSettings m_quota; variable
H A DUpdateUsagePlanResult.h224 inline const QuotaSettings& GetQuota() const{ return m_quota; } in GetQuota()
229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota()
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota()
374 QuotaSettings m_quota; variable
H A DGetUsagePlanResult.h224 inline const QuotaSettings& GetQuota() const{ return m_quota; } in GetQuota()
229 inline void SetQuota(const QuotaSettings& value) { m_quota = value; } in SetQuota()
234 inline void SetQuota(QuotaSettings&& value) { m_quota = std::move(value); } in SetQuota()
374 QuotaSettings m_quota; variable
H A DUsagePlan.h249 inline const QuotaSettings& GetQuota() const{ return m_quota; } in GetQuota()
259 inline void SetQuota(const QuotaSettings& value) { m_quotaHasBeenSet = true; m_quota = value; } in SetQuota()
264 …inline void SetQuota(QuotaSettings&& value) { m_quotaHasBeenSet = true; m_quota = std::move(value)… in SetQuota()
421 QuotaSettings m_quota; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/source/model/
H A DUsagePlan.cpp88 m_quota = jsonValue.GetObject("quota"); in operator =()
154 payload.WithObject("quota", m_quota.Jsonize()); in Jsonize()
H A DCreateUsagePlanRequest.cpp60 payload.WithObject("quota", m_quota.Jsonize()); in SerializePayload()
H A DCreateUsagePlanResult.cpp66 m_quota = jsonValue.GetObject("quota"); in operator =()
H A DGetUsagePlanResult.cpp66 m_quota = jsonValue.GetObject("quota"); in operator =()
H A DUpdateUsagePlanResult.cpp66 m_quota = jsonValue.GetObject("quota"); in operator =()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-service-quotas/source/model/
H A DGetAWSDefaultServiceQuotaResult.cpp33 m_quota = jsonValue.GetObject("Quota"); in operator =()
H A DGetServiceQuotaResult.cpp33 m_quota = jsonValue.GetObject("Quota"); in operator =()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpeer_connection.cpp179 m_quota[0] = 0; in peer_connection()
180 m_quota[1] = 0; in peer_connection()
4999 && m_quota[download_channel] > 0 in second_tick()
5059 && m_quota[download_channel] > 0 in second_tick()
5479 m_quota[channel] += amount; in assign_bandwidth()
5539 bytes -= m_quota[channel]; in request_bandwidth()
5592 m_quota[channel] += ret; in request_bandwidth()
5698 , m_quota[upload_channel] in setup_send()
5708 , m_quota[upload_channel] in setup_send()
5792 , m_quota[download_channel] in setup_receive()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpeer_connection.cpp179 m_quota[0] = 0; in peer_connection()
180 m_quota[1] = 0; in peer_connection()
4998 && m_quota[download_channel] > 0 in second_tick()
5058 && m_quota[download_channel] > 0 in second_tick()
5478 m_quota[channel] += amount; in assign_bandwidth()
5538 bytes -= m_quota[channel]; in request_bandwidth()
5591 m_quota[channel] += ret; in request_bandwidth()
5697 , m_quota[upload_channel] in setup_send()
5707 , m_quota[upload_channel] in setup_send()
5791 , m_quota[download_channel] in setup_receive()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/model/
H A Dqueue-disc.cc570 m_quota = quota; in SetQuota()
577 return m_quota; in GetQuota()
961 uint32_t quota = m_quota; in Run()
H A Dqueue-disc.h706 uint32_t m_quota; //!< Maximum number of packets dequeued in a qdisc run variable
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpeer_connection.hpp807 int m_quota[2]; member in libtorrent::peer_connection

12