Searched defs:num_warnings (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/
H A Dwarnings.c64 static int continue_prompt(int num_warnings) { argument
68 num_warnings);
91 int num_warnings = 0; local
105 ++num_warnings) {
111 if (num_warnings) {
112 if (!disable_prompt && !continue_prompt(num_warnings))
/external/libjpeg-turbo/
H A Djpeglib.h748 * should count warnings in num_warnings. The surrounding application
749 * can check for bad data by seeing if num_warnings is nonzero at the
752 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
/external/pdfium/third_party/libjpeg/
H A Djpeglib.h774 * should count warnings in num_warnings. The surrounding application
775 * can check for bad data by seeing if num_warnings is nonzero at the
778 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr

Completed in 386 milliseconds