Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxpmdec.c211 static size_t mod_strcspn(const char *string, const char *reject) in mod_strcspn() function
334 ptr += mod_strcspn(ptr, "\""); in xpm_decode_frame()
363 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()
378 ptr += mod_strcspn(ptr, "\"") + 1; in xpm_decode_frame()
397 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()
406 ptr += mod_strcspn(ptr, "\"") + 1; in xpm_decode_frame()
420 ptr += mod_strcspn(ptr, ",") + 1; in xpm_decode_frame()

Completed in 1 milliseconds