Home
last modified time | relevance | path

Searched refs:writeUInt8 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js160 buff.writeUInt8(options.frameNumber || 0);
163 buff.writeUInt8(constants_1.Socks5HostType.IPv4);
167 buff.writeUInt8(constants_1.Socks5HostType.IPv6);
171 buff.writeUInt8(constants_1.Socks5HostType.Hostname);
172 buff.writeUInt8(Buffer.byteLength(options.remoteHost.host));
399 buff.writeUInt8(0x04);
400 buff.writeUInt8(constants_1.SocksCommand[this.options.command]);
409 buff.writeUInt8(0x00);
410 buff.writeUInt8(0x00);
411 buff.writeUInt8(
[all...]
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js55 writeUInt8: UINT8,
/third_party/node/test/common/
H A Dinspector-helper.js96 wsHeaderBuf.writeUInt8(0x81, 0);
113 wsHeaderBuf.writeUInt8(byte2, 1);
/third_party/node/lib/internal/
H A Dbuffer.js749 function writeUInt8(value, offset = 0) { function
1004 proto.writeUInt8 = writeUInt8;
1011 proto.writeUint8 = writeUInt8;
/third_party/node/src/
H A Dnode_wasi.h92 inline void writeUInt8(char* memory, uint8_t value, uint32_t offset);
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js840 assert.strictEqual(b.writeUInt8(0, 6), 7);

Completed in 4 milliseconds