Home
last modified time | relevance | path

Searched refs:parse_key (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmppkt.c438 int parse_key = 1; in amf_tag_skip() local
463 parse_key = 0; in amf_tag_skip()
469 if (parse_key) { in amf_tag_skip()
598 int parse_key = 1; in amf_tag_contents() local
625 parse_key = 0; in amf_tag_contents()
632 if (parse_key) { in amf_tag_contents()
/third_party/ltp/testcases/kernel/input/
H A Dinput06.c166 static int parse_key(struct input_event *iev) in parse_key() function
217 ret = parse_key(iev); in check_events()
/third_party/ffmpeg/libavcodec/
H A Ddolby_e_parse.c48 static int parse_key(DBEContext *s) in parse_key() function
123 if ((key = parse_key(s)) < 0) in ff_dolby_e_parse_header()
H A Ddolby_e.c625 static int parse_key(DBEContext *s) in parse_key() function
959 if ((key = parse_key(s)) < 0) in parse_audio()
/third_party/python/Lib/tomllib/
H A D_parser.py287 pos, key = parse_key(src, pos)
305 pos, key = parse_key(src, pos)
360 pos, key = parse_key(src, pos)
373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: function

Completed in 9 milliseconds