Home
last modified time | relevance | path

Searched refs:SPACE_CHARS (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.c150 p += strspn(p, SPACE_CHARS); in get_word_until_chars()
171 get_word_until_chars(buf, buf_size, SPACE_CHARS, pp); in get_word()
182 p += strspn(p, SPACE_CHARS); in rtsp_parse_range_npt()
363 *p += strspn(*p, SPACE_CHARS); in ff_rtsp_next_attr_and_value()
656 p += strspn(p, SPACE_CHARS); in sdp_parse_line()
725 p += strspn(p, SPACE_CHARS); in ff_sdp_parse()
895 q += strspn(q, SPACE_CHARS); in rtsp_parse_range()
923 p += strspn(p, SPACE_CHARS); in rtsp_parse_transport()
1062 p += strspn(p, SPACE_CHARS); in rtsp_parse_rtp_info()
1114 p += strspn(p, SPACE_CHARS); in ff_rtsp_parse_line()
[all …]
Dconcatdec.c79 char *ret = *cursor += strspn(*cursor, SPACE_CHARS); in get_keyword()
80 *cursor += strcspn(*cursor, SPACE_CHARS); in get_keyword()
83 *cursor += strspn(*cursor, SPACE_CHARS); in get_keyword()
416 char *filename = av_get_token((const char **)&cursor, SPACE_CHARS); in concat_read_header()
449 metadata = av_get_token((const char **)&cursor, SPACE_CHARS); in concat_read_header()
Dinternal.h499 #define SPACE_CHARS " \t\r\n" macro
Dhttp.c729 end += strspn(end, SPACE_CHARS); in check_http_code()
Dutils.c4960 p += strspn(p, SPACE_CHARS);