Home
last modified time | relevance | path

Searched refs:skip_space (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/property/
Dproperty_parse.c24 static const char *skip_space(const char *s) in DEFINE_STACK_OF()
36 *t = skip_space(s + 1); in match_ch()
49 *t = skip_space(s + m_len); in match()
90 *t = skip_space(s); in parse_name()
110 *t = skip_space(s); in parse_number()
135 *t = skip_space(s); in parse_hex()
156 *t = skip_space(s); in parse_oct()
188 *t = skip_space(s + 1); in parse_string()
220 *t = skip_space(s); in parse_unquoted()
325 s = skip_space(s); in ossl_parse_property()
[all …]
/third_party/ffmpeg/libavcodec/
Dass_split.c225 static inline const char *skip_space(const char *buf) in skip_space() function
281 buf = skip_space(buf); in ass_split_section()
293 buf = skip_space(buf + len + (buf[len] == ',')); in ass_split_section()
316 buf = skip_space(buf); in ass_split_section()
325 buf = skip_space(buf); in ass_split_section()
336 buf = skip_space(buf + len + 1); in ass_split_section()
468 buf = skip_space(buf); in ff_ass_split_dialog2()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c481 skip_space(const char **p) in skip_space() function
574 skip_space(&option); in ddebug_screen_create()