HomeSort by relevance Sort by last modified time
    Searched refs:PNG_MAX_ERROR_TEXT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libpng/
pngerror.c 159 #define PNG_MAX_ERROR_TEXT 64
191 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0')
194 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */
203 char msg[18+PNG_MAX_ERROR_TEXT];
219 char msg[18+PNG_MAX_ERROR_TEXT];
  /external/libpng/
pngerror.c 159 #define PNG_MAX_ERROR_TEXT 64
191 while (iin < PNG_MAX_ERROR_TEXT-1 && error_message[iin] != '\0')
194 /* iin < PNG_MAX_ERROR_TEXT, so the following is safe: */
203 char msg[18+PNG_MAX_ERROR_TEXT];
219 char msg[18+PNG_MAX_ERROR_TEXT];

Completed in 38 milliseconds