Home
last modified time | relevance | path

Searched defs:octets (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-streaming.any.js5 var octets = { variable
/third_party/node/test/parallel/
Dtest-whatwg-encoding-custom-textdecoder-streaming.js12 const octets = { variable
/third_party/node/tools/
Dgenv8constants.py39 octets = 4 variable
/third_party/libcoap/src/
Dcoap_asn1.c19 size_t octets = (**ptr) & 0x7f; in asn1_len() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c325 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_decode_uri_helper() local
435 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_encode_uri_helper() local
/third_party/rust/crates/rustix/src/net/
Dip.rs81 octets: [u8; 4], field
163 octets: [u8; 16], field
550 pub const fn octets(&self) -> [u8; 4] { in octets() method
1835 pub const fn octets(&self) -> [u8; 16] { in octets() method
/third_party/libuv/src/
Dinet.c182 int saw_digit, octets, ch; in inet_pton4() local
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs676 let octets = self.octets(); localVariable
/third_party/python/Modules/
Dsocketmodule.c1263 unsigned int octets[6]; in makebdaddr() local