Home
last modified time | relevance | path

Searched refs:probelen (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1624 size_t probelen = strlen(matroska_doctypes[i]); in matroska_probe() local
1625 if (total < probelen) in matroska_probe()
1627 for (n = 4 + size; n <= 4 + size + total - probelen; n++) in matroska_probe()
1628 if (!memcmp(p->buf + n, matroska_doctypes[i], probelen)) in matroska_probe()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c4727 size_t probelen; in conn_write_pmtud_probe() local
4738 probelen = ngtcp2_pmtud_probelen(conn->pmtud); in conn_write_pmtud_probe()
4739 if (probelen > destlen) { in conn_write_pmtud_probe()
4744 "sending PMTUD probe packet len=%zu", probelen); in conn_write_pmtud_probe()
4749 conn, pi, dest, probelen, NGTCP2_PKT_1RTT, in conn_write_pmtud_probe()

Completed in 25 milliseconds