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

/external/libpng/contrib/tools/
H A Dpngfix.c2284 int endrc = ZLIB_OK; local
2290 while (in_bytes < nbytes && endrc == ZLIB_OK)
2370 for (;endrc == ZLIB_OK;
2392 endrc = ZLIB_FATAL; /* stop processing */
2403 endrc = ZLIB_STREAM_END;
2408 endrc = ZLIB_FATAL;
2416 endrc = ZLIB_TOO_FAR_BACK;
2423 endrc = ZLIB_FATAL;
2427 /* Control gets here when further output is not possible; endrc may
2437 /* Keep going, the loop will terminate when endrc i
[all...]

Completed in 191 milliseconds