Home
last modified time | relevance | path

Searched defs:error_len (Results 1 - 2 of 2) 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

Completed in 8 milliseconds