Home
last modified time | relevance | path

Searched defs:error_len (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dpppoe.c487 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
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2601 static int init_input_stream(int ist_index, char *error, int error_len) in init_input_stream() argument
3117 init_output_stream(OutputStream *ost, AVFrame *frame, char *error, int error_len) init_output_stream() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa_cmd.h620 __le32 error_len; /* Error Length */ member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa_cmd.h633 __le32 error_len; /* Error Length */ member

Completed in 14 milliseconds