Home
last modified time | relevance | path

Searched refs:bytes_to_decode (Results 1 – 21 of 21) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/ips_options/
H A Dips_base64.cc54 uint32_t bytes_to_decode; member
84 uint32_t a = config.bytes_to_decode; in hash()
106 if ((left->bytes_to_decode == right->bytes_to_decode) && in operator ==()
149 if (idx->bytes_to_decode && (base64_size > idx->bytes_to_decode)) in eval()
151 base64_size = idx->bytes_to_decode; in eval()
206 data.bytes_to_decode = v.get_uint32(); in set()
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_base64_decode.c75 a = data->bytes_to_decode; in Base64DecodeHash()
96 if ((left->bytes_to_decode == right->bytes_to_decode) && in Base64DecodeCompare()
214 idx->bytes_to_decode = 0; in Base64DecodeParse()
271 idx->bytes_to_decode = value; in Base64DecodeParse()
408 if (idx->bytes_to_decode && (base64_size > idx->bytes_to_decode)) in Base64DecodeEval()
410 base64_size = idx->bytes_to_decode; in Base64DecodeEval()
H A Dsp_base64_decode.h32 uint32_t bytes_to_decode; member
/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/tags/propagation/
H A Dbinary_serializer.py105 bytes_to_decode = buffer[pos + i] if six.PY3 \
107 builder += _VarintBytes(bytes_to_decode).decode()
/dports/graphics/libjxl/libjxl-0.6.1/lib/extras/
H A Dcodec_png.cc143 unsigned long bytes_to_decode; in MaybeDecodeBase16() local
144 const int fields = sscanf(pos, "%8lu", &bytes_to_decode); in MaybeDecodeBase16()
151 bytes_to_decode * 2 + 1 + DivCeil(bytes_to_decode, 36); in MaybeDecodeBase16()
154 bytes_to_decode); in MaybeDecodeBase16()
157 bytes->reserve(bytes_to_decode); in MaybeDecodeBase16()
161 for (size_t i = 0; i < bytes_to_decode; ++i) { in MaybeDecodeBase16()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/
H A Ddata_type.rs749 let bytes_to_decode = std::mem::size_of::<Self>() * num_values; localVariable
751 if bytes_left < bytes_to_decode {
757 let raw_buffer = &mut Self::slice_as_bytes_mut(buffer)[..bytes_to_decode];
758 … raw_buffer.copy_from_slice(data.range(decoder.start, bytes_to_decode).as_ref());
760 decoder.start += bytes_to_decode;
831 let bytes_to_decode = 12 * num_values; in decode() localVariable
833 if bytes_left < bytes_to_decode { in decode()
837 let data_range = data.range(decoder.start, bytes_to_decode); in decode()
839 decoder.start += bytes_to_decode; in decode()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/urlencoding-1.0.0/src/
H A Dlib.rs27 let bytes_to_decode = &[bytes.next().unwrap(), bytes.next().unwrap()]; in decode() localVariable
28 let hex_str = str::from_utf8(bytes_to_decode).unwrap(); in decode()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/urlencoding-1.0.0/src/
H A Dlib.rs27 let bytes_to_decode = &[bytes.next().unwrap(), bytes.next().unwrap()]; in decode() localVariable
28 let hex_str = str::from_utf8(bytes_to_decode).unwrap(); in decode()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/urlencoding-1.0.0/src/
H A Dlib.rs27 let bytes_to_decode = &[bytes.next().unwrap(), bytes.next().unwrap()]; in decode() localVariable
28 let hex_str = str::from_utf8(bytes_to_decode).unwrap(); in decode()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/urlencoding/src/
H A Dlib.rs27 let bytes_to_decode = &[bytes.next().unwrap(), bytes.next().unwrap()]; in decode() localVariable
28 let hex_str = str::from_utf8(bytes_to_decode).unwrap(); in decode()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/extras/dec/
H A Dapng.cc199 unsigned long bytes_to_decode; in MaybeDecodeBase16() local
200 const int fields = sscanf(pos, "%8lu", &bytes_to_decode); in MaybeDecodeBase16()
207 bytes_to_decode * 2 + 1 + DivCeil(bytes_to_decode, 36); in MaybeDecodeBase16()
210 bytes_to_decode); in MaybeDecodeBase16()
213 bytes->reserve(bytes_to_decode); in MaybeDecodeBase16()
217 for (size_t i = 0; i < bytes_to_decode; ++i) { in MaybeDecodeBase16()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/encodings/
H A Ddecoding.rs207 let bytes_to_decode = mem::size_of::<T::T>() * num_values; in get() localVariable
208 if bytes_left < bytes_to_decode { in get()
211 let raw_buffer = &mut T::T::slice_as_bytes_mut(buffer)[..bytes_to_decode]; in get()
212 raw_buffer.copy_from_slice(data.range(self.start, bytes_to_decode).as_ref()); in get()
213 self.start += bytes_to_decode; in get()
227 let bytes_to_decode = 12 * num_values; in get() localVariable
228 if bytes_left < bytes_to_decode { in get()
232 let data_range = data.range(self.start, bytes_to_decode); in get()
234 self.start += bytes_to_decode; in get()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_png.cc126 unsigned long bytes_to_decode; in MaybeDecodeBase16() local
130 &bytes_to_decode, &header_len); in MaybeDecodeBase16()
133 bytes->reserve(bytes_to_decode); in MaybeDecodeBase16()
137 for (size_t i = 0; i < bytes_to_decode; ++i) { in MaybeDecodeBase16()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_png.cc126 unsigned long bytes_to_decode; in MaybeDecodeBase16() local
130 &bytes_to_decode, &header_len); in MaybeDecodeBase16()
133 bytes->reserve(bytes_to_decode); in MaybeDecodeBase16()
137 for (size_t i = 0; i < bytes_to_decode; ++i) { in MaybeDecodeBase16()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dencoding.cc1053 int64_t bytes_to_decode = num_values * static_cast<int64_t>(sizeof(T)); in DecodePlain() local
1054 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1058 if (bytes_to_decode > 0) { in DecodePlain()
1059 memcpy(out, data, bytes_to_decode); in DecodePlain()
1061 return static_cast<int>(bytes_to_decode); in DecodePlain()
1116 int64_t bytes_to_decode = static_cast<int64_t>(type_length) * num_values; in DecodePlain() local
1117 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1125 return static_cast<int>(bytes_to_decode); in DecodePlain()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dencoding.cc1059 int64_t bytes_to_decode = num_values * static_cast<int64_t>(sizeof(T)); in DecodePlain() local
1060 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1064 if (bytes_to_decode > 0) { in DecodePlain()
1065 memcpy(out, data, bytes_to_decode); in DecodePlain()
1067 return static_cast<int>(bytes_to_decode); in DecodePlain()
1122 int64_t bytes_to_decode = static_cast<int64_t>(type_length) * num_values; in DecodePlain() local
1123 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1131 return static_cast<int>(bytes_to_decode); in DecodePlain()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dencoding.cc1040 int64_t bytes_to_decode = num_values * static_cast<int64_t>(sizeof(T)); in DecodePlain() local
1041 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1045 if (bytes_to_decode > 0) { in DecodePlain()
1046 memcpy(out, data, bytes_to_decode); in DecodePlain()
1048 return static_cast<int>(bytes_to_decode); in DecodePlain()
1103 int64_t bytes_to_decode = static_cast<int64_t>(type_length) * num_values; in DecodePlain() local
1104 if (bytes_to_decode > data_size || bytes_to_decode > INT_MAX) { in DecodePlain()
1112 return static_cast<int>(bytes_to_decode); in DecodePlain()
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/dbdrivers/
H A Ddbd_mysql.c85 int bytes_to_decode = strlen(in); in decryptPassword() local
86 unsigned char *encryptedText = base64decode(in, bytes_to_decode); //changed in decryptPassword()
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/
H A Dmainrelay.c1126 int bytes_to_decode = strlen(in); in decrypt_aes_128() local
1127 unsigned char *encryptedText = base64decode(in, bytes_to_decode); in decrypt_aes_128()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_convert_dynamic.c1008 data->bytes_to_decode = bData->bytes; in ConvertBase64DecodeOption()
/dports/security/snort/snort-2.9.18/doc/
H A Dsnort_manual.tex16251 base64_decode[:[bytes <bytes_to_decode>][, ][offset <offset>[, relative]]];