Searched refs:writeUInt16BE (Results 1 - 8 of 8) sorted by relevance
/third_party/node/test/common/ |
H A D | tls.js | 128 length.writeUInt16BE(nonce.length + encrypted.length + tag.length, 0); 136 record_layer.writeUInt16BE(frame.length, 3);
|
H A D | dns.js | 174 buf.writeUInt16BE(parseInt(part, 16), offset);
|
H A D | inspector-helper.js | 105 wsHeaderBuf.writeUInt16BE(bodyLen, 2);
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 159 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 D | buffer-write.js | 56 writeUInt16BE: UINT16,
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 217 frame.frameData.writeUInt16BE(code, 0) 222 frame.frameData.writeUInt16BE(code, 0)
|
/third_party/node/lib/internal/ |
H A D | buffer.js | 841 function writeUInt16BE(value, offset = 0) { function 1007 proto.writeUInt16BE = writeUInt16BE; 1014 proto.writeUint16BE = writeUInt16BE;
|
/third_party/node/deps/undici/ |
H A D | undici.js | 11949 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