| /external/bcc/examples/networking/http_filter/ |
| D | http-parse-simple.py | 112 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable 113 total_length = total_length << 8 #shift MSB variable 114 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
|
| D | http-parse-complete.py | 178 total_length = packet_bytearray[ETH_HLEN + 2] # load MSB variable 179 total_length = total_length << 8 # shift MSB variable 180 total_length = total_length + packet_bytearray[ETH_HLEN + 3] # add LSB variable
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
| D | http_encoder.cc | 92 QuicByteCount total_length = in SerializeSettingsFrame() local 118 QuicByteCount total_length = in SerializeGoAwayFrame() local 139 QuicByteCount total_length = GetTotalLength( in SerializePriorityUpdateFrame() local 170 QuicByteCount total_length = in SerializeAcceptChFrame() local 216 QuicByteCount total_length = QuicDataWriter::GetVarInt62Len(frame_type) + in SerializeGreasingFrame() local
|
| /external/bcc/examples/networking/vlan_filter/ |
| D | data-plane-tracing.py | 124 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable 125 total_length = total_length << 8 #shift MSB variable 126 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/ |
| D | continuation_payload_decoder.cc | 20 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | window_update_payload_decoder.cc | 19 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | ping_payload_decoder.cc | 19 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | data_payload_decoder.cc | 40 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | headers_payload_decoder.cc | 44 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | push_promise_payload_decoder.cc | 41 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| D | settings_payload_decoder.cc | 18 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
|
| /external/ppp/pppd/plugins/radius/ |
| D | sendserver.c | 36 int total_length = 0; in rc_pack_list() local 205 int total_length; in rc_send_server() local
|
| /external/cronet/net/http/ |
| D | partial_data.cc | 196 int64_t total_length = headers->GetContentLength(); in UpdateFromStoredHeaders() local 300 int64_t start, end, total_length; in ResponseHeadersOK() local
|
| /external/webrtc/modules/video_coding/ |
| D | frame_helpers.cc | 61 size_t total_length = 0; in CombineAndDeleteFrames() local
|
| /external/libjpeg-turbo/ |
| D | jdicc.c | 81 unsigned int total_length; in jpeg_read_icc_profile() local
|
| /external/marisa-trie/include/marisa/ |
| D | keyset.h | 43 std::size_t total_length() const { in total_length() function
|
| /external/perfetto/protos/perfetto/trace/android/ |
| D | network_trace.proto | 84 optional uint64 total_length = 7; field
|
| /external/marisa-trie/tests/ |
| D | base-test.cc | 115 std::size_t total_length = 0; in TestKeyset() local
|
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| D | linux_core_dumper.cc | 72 size_t total_length = procfs_path_len + 1 + node_len; in BuildProcPath() local
|
| D | linux_ptrace_dumper.cc | 121 const size_t total_length = 6 + pid_len + 1 + node_len; in BuildProcPath() local
|
| /external/libpcap/ |
| D | sf-pcapng.c | 56 bpf_u_int32 total_length; member 63 bpf_u_int32 total_length; member 775 bpf_u_int32 total_length; in pcap_ng_check_header() local
|
| /external/libaom/av1/encoder/ |
| D | bitstream.h | 41 size_t total_length; member
|
| /external/wpa_supplicant_8/src/wps/ |
| D | ndef.c | 29 u32 total_length; member
|
| /external/brotli/c/enc/ |
| D | block_splitter.c | 42 size_t total_length = 0; in CountLiterals() local
|
| /external/zucchini/ |
| D | patch_reader.cc | 290 base::CheckedNumeric<uint32_t> total_length = 0; in ValidateEquivalencesAndExtraData() local
|