Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxpmdec.c210 static size_t mod_strcspn(const char *string, const char *reject) in mod_strcspn() function
334 ptr += mod_strcspn(ptr, "\""); in xpm_decode_frame()
360 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()
375 ptr += mod_strcspn(ptr, "\"") + 1; in xpm_decode_frame()
394 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()
403 ptr += mod_strcspn(ptr, "\"") + 1; in xpm_decode_frame()
417 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()