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

/external/libpng/contrib/tools/
H A Dpngfix.c2278 int endrc = ZLIB_OK; local
2284 while (in_bytes < nbytes && endrc == ZLIB_OK)
2363 for (;endrc == ZLIB_OK;
2385 endrc = ZLIB_FATAL; /* stop processing */
2396 endrc = ZLIB_STREAM_END;
2401 endrc = ZLIB_FATAL;
2409 endrc = ZLIB_TOO_FAR_BACK;
2416 endrc = ZLIB_FATAL;
2420 /* Control gets here when further output is not possible; endrc may
2430 /* Keep going, the loop will terminate when endrc i
[all...]

Completed in 60 milliseconds