Home
last modified time | relevance | path

Searched refs:already_validated (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/intl/encoding_glue/src/
H A Dlib.rs317 …nst Encoding, src: *const u8, src_len: usize, dst: *mut nsACString, already_validated: usize) -> n… in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
318 …without_bom_handling(&*encoding, slice::from_raw_parts(src, src_len), &mut *dst, already_validated) in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
324 already_validated: usize) in decode_from_slice_to_nscstring_without_bom_handling()
329 …_power_of_two(checked_add(already_validated, decoder.max_utf8_buffer_length_without_replacement(by… in decode_from_slice_to_nscstring_without_bom_handling()
330 let with_replacement = checked_add(already_validated, in decode_from_slice_to_nscstring_without_bom_handling()
332 already_validated)); in decode_from_slice_to_nscstring_without_bom_handling()
337 if already_validated != 0 { in decode_from_slice_to_nscstring_without_bom_handling()
339 &mut (dst.to_mut())[..already_validated].copy_from_slice(&bytes[..already_validated]); in decode_from_slice_to_nscstring_without_bom_handling()
341 let mut total_read = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
342 let mut total_written = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
/dports/www/firefox-esr/firefox-91.8.0/intl/encoding_glue/src/
H A Dlib.rs345 already_validated: usize, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
351 already_validated, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
359 already_validated: usize, in decode_from_slice_to_nscstring_without_bom_handling()
365 if already_validated != 0 { in decode_from_slice_to_nscstring_without_bom_handling()
366 &mut (handle.as_mut_slice())[..already_validated] in decode_from_slice_to_nscstring_without_bom_handling()
367 .copy_from_slice(&bytes[..already_validated]); in decode_from_slice_to_nscstring_without_bom_handling()
369 let mut total_read = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
370 let mut total_written = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/encoding_glue/src/
H A Dlib.rs344 already_validated: usize, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
350 already_validated, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
358 already_validated: usize, in decode_from_slice_to_nscstring_without_bom_handling()
364 if already_validated != 0 { in decode_from_slice_to_nscstring_without_bom_handling()
365 &mut (handle.as_mut_slice())[..already_validated] in decode_from_slice_to_nscstring_without_bom_handling()
366 .copy_from_slice(&bytes[..already_validated]); in decode_from_slice_to_nscstring_without_bom_handling()
368 let mut total_read = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
369 let mut total_written = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
/dports/www/firefox/firefox-99.0/intl/encoding_glue/src/
H A Dlib.rs345 already_validated: usize, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
351 already_validated, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
359 already_validated: usize, in decode_from_slice_to_nscstring_without_bom_handling()
365 if already_validated != 0 { in decode_from_slice_to_nscstring_without_bom_handling()
366 (handle.as_mut_slice())[..already_validated].copy_from_slice(&bytes[..already_validated]); in decode_from_slice_to_nscstring_without_bom_handling()
368 let mut total_read = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
369 let mut total_written = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/encoding_glue/src/
H A Dlib.rs345 already_validated: usize, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
351 already_validated, in mozilla_encoding_decode_from_slice_to_nscstring_without_bom_handling()
359 already_validated: usize, in decode_from_slice_to_nscstring_without_bom_handling()
365 if already_validated != 0 { in decode_from_slice_to_nscstring_without_bom_handling()
366 &mut (handle.as_mut_slice())[..already_validated] in decode_from_slice_to_nscstring_without_bom_handling()
367 .copy_from_slice(&bytes[..already_validated]); in decode_from_slice_to_nscstring_without_bom_handling()
369 let mut total_read = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
370 let mut total_written = already_validated; in decode_from_slice_to_nscstring_without_bom_handling()
/dports/editors/poke/poke-1.0/jitter/templates/
H A Dvm1.c284 static bool already_validated = false; in vmprefix_validate_threads_once() local
285 if (already_validated) in vmprefix_validate_threads_once()
354 already_validated = true; in vmprefix_validate_threads_once()
/dports/www/firefox-esr/firefox-91.8.0/intl/
H A DEncoding.h72 nsACString* dst, size_t already_validated);
/dports/lang/spidermonkey78/firefox-78.9.0/intl/
H A DEncoding.h72 nsACString* dst, size_t already_validated);
/dports/www/firefox/firefox-99.0/intl/
H A DEncoding.h73 nsACString* dst, size_t already_validated);
/dports/lang/spidermonkey60/firefox-60.9.0/intl/
H A DEncoding.h71 nsACString* dst, size_t already_validated);
/dports/mail/thunderbird/thunderbird-91.8.0/intl/
H A DEncoding.h72 nsACString* dst, size_t already_validated);
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dvalidator.c352 already_validated(struct dns_msg* ret_msg) in already_validated() function
2242 if(already_validated(qstate->return_msg)) { in val_operate()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Ddescriptor_sets.cpp1193 bool already_validated = false; in ValidateImageDescriptor() local
1197 already_validated = true; in ValidateImageDescriptor()
1200 if (!already_validated) { in ValidateImageDescriptor()
/dports/editors/poke/poke-1.0/libpoke/
H A Dpvm-vm1.c296 static bool already_validated = false; in pvm_validate_threads_once() local
297 if (already_validated) in pvm_validate_threads_once()
366 already_validated = true; in pvm_validate_threads_once()
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlispvm-vm1.c292 static bool already_validated = false; in jitterlispvm_validate_threads_once() local
293 if (already_validated) in jitterlispvm_validate_threads_once()
362 already_validated = true; in jitterlispvm_validate_threads_once()
/dports/editors/poke/poke-1.0/jitter/example-vms/structured/
H A Dstructuredvm-vm1.c292 static bool already_validated = false; in structuredvm_validate_threads_once() local
293 if (already_validated) in structuredvm_validate_threads_once()
362 already_validated = true; in structuredvm_validate_threads_once()
/dports/editors/poke/poke-1.0/jitter/example-vms/uninspired/
H A Duninspired-vm1.c292 static bool already_validated = false; in uninspired_validate_threads_once() local
293 if (already_validated) in uninspired_validate_threads_once()
362 already_validated = true; in uninspired_validate_threads_once()