Searched refs:get_str (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c41 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen) function
514 get_str(bc, name, sizeof(name));
518 get_str(bc, str_value, sizeof(str_value));
520 get_str(bc, type_str, sizeof(type_str));
522 get_str(bc, str_value, sizeof(str_value));
814 get_str(bc, name, sizeof(name));
818 get_str(bc, str_value, sizeof(str_value));
824 get_str(bc, type_str, sizeof(type_str));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutdec.c36 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen){ function
429 get_str(bc, name, sizeof(name));
433 get_str(bc, str_value, sizeof(str_value));
435 get_str(bc, type_str, sizeof(type_str));
437 get_str(bc, str_value, sizeof(str_value));

Completed in 174 milliseconds