Searched refs:error_len (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/cxx/src/ |
H A D | lossy.rs | 14 if let Some(error_len) = utf8_error.error_len() { in display() 15 bytes = &bytes[valid_up_to + error_len..]; in display() 53 let end_of_broken = if let Some(error_len) = utf8_error.error_len() { in debug() 54 valid.len() + error_len in debug()
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | raw_str.rs | 1381 error.error_len().unwrap_or_else(|| substring.len());
|
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 487 u16_t error_len = LWIP_MIN(len, sizeof(error_tmp)-1); in pppoe_disc_input() local 488 strncpy(error_tmp, (char*)pb->payload + off + sizeof(pt), error_len); in pppoe_disc_input() local 489 error_tmp[error_len] = '\0'; in pppoe_disc_input()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 809 char *error, int error_len); 2601 static int init_input_stream(int ist_index, char *error, int error_len) in init_input_stream() argument 2609 snprintf(error, error_len, "Decoder (codec %s) not found for input stream #%d:%d", in init_input_stream() 2641 snprintf(error, error_len, "Device setup failed for " in init_input_stream() 2651 snprintf(error, error_len, in init_input_stream() 3118 char *error, int error_len) in init_output_stream() 3146 snprintf(error, error_len, "Device setup failed for " in init_output_stream() 3163 snprintf(error, error_len, in init_output_stream() 3173 snprintf(error, error_len, in init_output_stream() 3117 init_output_stream(OutputStream *ost, AVFrame *frame, char *error, int error_len) init_output_stream() argument
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 4397 assert_eq!(error.error_len(), $expected_error_len); in from_utf8_error() [all...] |
Completed in 76 milliseconds