Home
last modified time | relevance | path

Searched refs:writeUInt16BE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/common/
H A Dtls.js128 length.writeUInt16BE(nonce.length + encrypted.length + tag.length, 0);
136 record_layer.writeUInt16BE(frame.length, 3);
H A Ddns.js174 buf.writeUInt16BE(parseInt(part, 16), offset);
H A Dinspector-helper.js105 wsHeaderBuf.writeUInt16BE(bodyLen, 2);
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js159 buff.writeUInt16BE(0);
176 buff.writeUInt16BE(options.remoteHost.port);
401 buff.writeUInt16BE(this.options.destination.port);
624 buff.writeUInt16BE(this.options.destination.port);
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js56 writeUInt16BE: UINT16,
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js217 frame.frameData.writeUInt16BE(code, 0)
222 frame.frameData.writeUInt16BE(code, 0)
/third_party/node/lib/internal/
H A Dbuffer.js841 function writeUInt16BE(value, offset = 0) { function
1007 proto.writeUInt16BE = writeUInt16BE;
1014 proto.writeUint16BE = writeUInt16BE;
/third_party/node/deps/undici/
H A Dundici.js11949 buffer.writeUInt16BE(bodyLength, 2);
12046 body2.writeUInt16BE(this.#info.closeInfo.code, 0);
12338 frame.frameData.writeUInt16BE(code, 0);
12341 frame.frameData.writeUInt16BE(code, 0);

Completed in 18 milliseconds