MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / lex_space

Function lex_space

libavformat/sbgdec.c:227–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static int lex_space(struct sbg_parser *p)
228{
229 char *c = p->cursor;
230
231 while (p->cursor < p->end && is_space(*p->cursor))
232 p->cursor++;
233 return p->cursor > c;
234}
235
236static int lex_char(struct sbg_parser *p, char c)
237{

Callers 8

lex_line_endFunction · 0.85
lex_wswordFunction · 0.85
parse_timestampFunction · 0.85
parse_time_sequenceFunction · 0.85
parse_block_defFunction · 0.85
parse_synth_defFunction · 0.85
parse_named_defFunction · 0.85
parse_scriptFunction · 0.85

Calls 1

is_spaceFunction · 0.85

Tested by

no test coverage detected