Home
last modified time | relevance | path

Searched refs:parse_label (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c141 static int parse_label(AVIOContext *pb, int *cur_byte, AVBPrint *bp) in parse_label() function
204 ret = parse_label(pb, &cur_byte, &label); in parse_file()
218 ret = parse_label(pb, &cur_byte, &label); in parse_file()
/third_party/uboot/u-boot-2020.01/cmd/
Dpxe_utils.c980 static int parse_label(char **c, struct pxe_menu *cfg) in parse_label() function
1120 err = parse_label(&p, cfg); in parse_pxefile_top()