Home
last modified time | relevance | path

Searched defs:ignore_end (Results 1 – 2 of 2) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h647 …unsigned ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chu… member
/external/python/cpython3/Parser/
Dtokenizer.c1555 const char *ignore_end = p + 6; in tok_get() local