Home
last modified time | relevance | path

Searched refs:write_seq (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/common/
Dtls.js20 this.write_seq = 0;
120 const write_seq = Buffer.alloc(8);
121 write_seq.writeUInt32BE(this.write_seq++, 4);
122 const aad = Buffer.concat([write_seq, plain.slice(0, 5)]);
/third_party/nghttp2/src/
Dshrpx_log.cc211 write_seq(std::begin(s), std::end(s)); in operator <<()
216 write_seq(std::begin(s), std::end(s)); in operator <<()
221 write_seq(s, s + strlen(s)); in operator <<()
226 write_seq(std::begin(s), std::end(s)); in operator <<()
Dshrpx_log.h129 template <typename InputIt> void write_seq(InputIt first, InputIt last) { in write_seq() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h76125 u32 write_seq; member