/third_party/rust/crates/rustix/src/net/ |
D | ip.rs | 81 octets: [u8; 4], field 163 octets: [u8; 16], field 487 octets: [a, b, c, d], in new() 550 pub const fn octets(&self) -> [u8; 4] { in octets() method 551 self.octets 577 u32::from_be_bytes(self.octets) == 0 in is_unspecified() 602 self.octets()[0] == 127 in is_loopback() 636 match self.octets() { in is_private() 667 matches!(self.octets(), [169, 254, ..]) in is_link_local() 750 !(self.octets()[0] == 0 // "This network" in is_global() [all …]
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-global.c | 325 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_decode_uri_helper() local 326 octets[0] = (lit_utf8_byte_t) decoded_byte; in ecma_builtin_global_object_decode_uri_helper() 347 octets[i] = (lit_utf8_byte_t) hex_value; in ecma_builtin_global_object_decode_uri_helper() 352 || !lit_is_valid_utf8_string (octets, bytes_count)) in ecma_builtin_global_object_decode_uri_helper() 359 lit_read_code_point_from_utf8 (octets, bytes_count, &cp); in ecma_builtin_global_object_decode_uri_helper() 435 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_encode_uri_helper() local 436 memset (octets, LIT_BYTE_NULL, LIT_UTF8_MAX_BYTES_IN_CODE_POINT); in ecma_builtin_global_object_encode_uri_helper() 471 lit_utf8_size_t utf_size = lit_code_point_to_utf8 (cp, octets); in ecma_builtin_global_object_encode_uri_helper() 475 if (ecma_builtin_global_object_character_is_in (octets[0], unescaped_uri_bitset_p)) in ecma_builtin_global_object_encode_uri_helper() 517 lit_utf8_size_t utf_size = lit_code_point_to_utf8 (cp, octets); in ecma_builtin_global_object_encode_uri_helper() [all …]
|
/third_party/python/Lib/ |
D | poplib.py | 139 octets = len(line) 144 return line[:-2], octets 146 return line[1:-1], octets 147 return line[:-1], octets 165 list = []; octets = 0 171 octets = octets + o 174 return resp, list, octets 478 (header, msg, octets) = a.retr(i)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.sim_db | 4 # Kc: hex, 8 octets 5 # SRES: hex, 4 octets 6 # RAND: hex, 16 octets
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.sim_db | 4 # Kc: hex, 8 octets 5 # SRES: hex, 4 octets 6 # RAND: hex, 16 octets
|
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-streaming.any.js | 5 var octets = { variable 19 Object.keys(octets).forEach(function(encoding) { 22 var encoded = octets[encoding];
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1parse.data | 229 INTEGER with 127 value octets 232 INTEGER with 127 value octets (long length encoding) 235 INTEGER with 128 value octets 238 INTEGER with 128 value octets (leading 0 in length) 379 BIT STRING: octets=0, unused_bits=0 382 BIT STRING: octets=0, unused_bits=7 385 BIT STRING: octets=0, unused_bits=8 388 BIT STRING: octets=1, unused_bits=0 391 BIT STRING: octets=1, unused_bits=7 394 BIT STRING: octets=1, unused_bits=8 [all …]
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder-streaming.js | 12 const octets = { variable 24 Object.keys(octets).forEach((encoding) => { 26 const encoded = octets[encoding];
|
/third_party/libuv/src/ |
D | inet.c | 182 int saw_digit, octets, ch; in inet_pton4() local 186 octets = 0; in inet_pton4() 200 if (++octets > 4) in inet_pton4() 205 if (octets == 4) in inet_pton4() 212 if (octets < 4) in inet_pton4()
|
/third_party/node/tools/ |
D | genv8constants.py | 39 octets = 4 variable 65 global curr_sym, curr_val, curr_octet, outfile, octets 89 if curr_octet > octets:
|
D | mk-ca-bundle.pl | 236 my @octets = split(/\\/); 237 shift @octets; 238 for (@octets) {
|
/third_party/libcoap/src/ |
D | coap_asn1.c | 19 size_t octets = (**ptr) & 0x7f; in asn1_len() local 21 while (octets) { in asn1_len() 24 octets--; in asn1_len()
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | write_sockaddr.rs | 38 sin_addr: in_addr_new(u32::from_ne_bytes(v4.ip().octets())), in encode_sockaddr_v4() 68 in6_addr_new(v6.ip().octets()), in encode_sockaddr_v6() 86 in6_addr_new(v6.ip().octets()), in encode_sockaddr_v6()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
D | write_sockaddr.rs | 25 s_addr: u32::from_ne_bytes(v4.ip().octets()), in encode_sockaddr_v4() 44 u6_addr8: v6.ip().octets(), in encode_sockaddr_v6()
|
/third_party/curl/ |
D | backport-CVE-2022-35252-cookie-reject-cookies-with-control-bytes.patch | 44 + /* scan for all the octets that are *not* in cookie-octet */ 59 + infof(data, "invalid octets in name/value, cookie dropped");
|
/third_party/python/Doc/library/ |
D | poplib.rst | 178 Request message list, result is in the form ``(response, ['mesg_num octets', 179 ...], octets)``. If *which* is set, it is the message to list. 185 ``(response, ['line', ...], octets)``. 214 octets)``. 226 result is list ``(response, ['mesgnum uid', ...], octets)``.
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | verify.rs | 139 buf[..4].copy_from_slice(&addr.octets()); in set_ip() 143 buf.copy_from_slice(&addr.octets()); in set_ip()
|
/third_party/openssl/doc/man1/ |
D | openssl-asn1parse.pod.in | 87 Parse the contents octets of the ASN.1 object starting at B<offset>. This 139 (tag and length octets) of the current type. C<l=XX> gives the length of 140 the contents octets. 147 The contents octets of this will contain the public key information. This can
|
/third_party/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 109 * The value of @inlen after return is the number of octets consumed 111 * The value of @outlen after return is the number of octets consumed. 130 * The value of @inlen after return is the number of octets consumed 132 * The value of @outlen after return is the number of octets produced.
|
/third_party/openssl/doc/man3/ |
D | EC_GROUP_copy.pod | 130 the octets for x, followed by the octets for y. 134 the two possible solutions for y has been used, followed by the octets for x. 137 possible solutions for y has been used, followed by the octets for x, followed by the octets for y.
|
D | ASN1_TYPE_get.pod | 59 octets of the type. If I<type> corresponds to a constructed type or 62 length octets).
|
D | ASN1_STRING_print_ex.pod | 83 When a type is dumped normally just the content octets are printed, if 85 instead (including tag and length octets).
|
/third_party/rust/crates/serde/serde/src/ser/ |
D | impls.rs | 733 let mut written = format_u8(self.octets()[0], &mut buf); in serialize() 734 for oct in &self.octets()[1..] { in serialize() 741 self.octets().serialize(serializer) in serialize() 757 self.octets().serialize(serializer) in serialize()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3551.txt | 543 For sample-based encodings producing one or more octets per sample, 545 SHOULD be packed in consecutive octets. For example, for a two- 548 channel, second sample), .... For multi-octet encodings, octets 738 within 64 kbit/s". The G.722 encoder produces a stream of octets, 765 one of three sizes: 24 octets (6.3 kb/s frame), 20 octets (5.3 kb/s 766 frame), or 4 octets. These 4-octet frames are called SID frames 772 bits content octets/frame 801 The packing of the encoded bit stream into octets and the 802 transmission order of the octets is specified in Rec. G.723.1 and is 810 and numbered 0. The octets (bytes) of each word are transmitted most [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | connector.rs | 569 IpAddr::V4(ref addr) => actual == addr.octets(), 570 IpAddr::V6(ref addr) => actual == addr.octets(),
|