Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/internal/
H A Dcert_issuer_source_aia.cc66 std::vector<uint8_t> fetched_bytes,
99 std::vector<uint8_t> fetched_bytes, in AddCompletedFetchToResults() argument
117 return ParseCertFromDer(fetched_bytes.data(), fetched_bytes.size(), in AddCompletedFetchToResults()
119 ParseCertFromPem(fetched_bytes.data(), fetched_bytes.size(), results); in AddCompletedFetchToResults()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/internal/
H A Dcert_issuer_source_aia.cc67 std::vector<uint8_t> fetched_bytes,
100 std::vector<uint8_t> fetched_bytes, in AddCompletedFetchToResults() argument
118 return ParseCertFromDer(fetched_bytes.data(), fetched_bytes.size(), in AddCompletedFetchToResults()
120 ParseCertFromPem(fetched_bytes.data(), fetched_bytes.size(), results); in AddCompletedFetchToResults()
/dports/net/kea/kea-2.0.1/src/lib/pgsql/tests/
H A Dpgsql_exchange_unittest.cc467 uint8_t fetched_bytes[sizeof(bytes)]; in TEST_F() local
475 memset(fetched_bytes, 0, sizeof(fetched_bytes)); in TEST_F()
477 fetched_bytes, in TEST_F()
478 sizeof(fetched_bytes), in TEST_F()
484 ASSERT_EQ(bytes[i], fetched_bytes[i]); in TEST_F()
490 fetched_bytes, in TEST_F()
491 sizeof(fetched_bytes), in TEST_F()
496 fetched_bytes, in TEST_F()
497 sizeof(fetched_bytes) - 1, in TEST_F()
516 fetched_bytes, in TEST_F()
[all …]
/dports/ftp/puf/puf-1.0.0/src/
H A Dfetch.c15 off_t max_bytes, fetched_bytes, total_bytes; variable
325 (int)((fetched_bytes - last_fetched_bytes) * 100 / in fetch_all()
338 (total_bytes - fetched_bytes) / mid_speed : -1; in fetch_all()
345 avg_speed = tottime ? (int)(fetched_bytes / tottime) : 0; in fetch_all()
353 num_urls_active, max_urls_active, fetched_bytes, in fetch_all()
358 last_fetched_bytes = fetched_bytes; in fetch_all()
H A Dpuf.h493 extern off_t max_bytes, fetched_bytes, total_bytes;
H A Dhttp_rsp.c678 fetched_bytes += alen; in handle_reply()