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

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_err.c40 GifErrorString(int ErrorCode) argument
44 switch (ErrorCode) {
H A Dgif_lib.h162 int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
213 int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
258 extern const char *GifErrorString(int ErrorCode); /* new in 2012 - ESR */
H A Ddgif_lib.c651 DGifCloseFile(GifFileType *GifFile, int *ErrorCode) argument
679 if (ErrorCode != NULL)
680 *ErrorCode = D_GIF_ERR_NOT_READABLE;
687 if (ErrorCode != NULL)
688 *ErrorCode = D_GIF_ERR_CLOSE_FAILED;
696 if (ErrorCode != NULL)
697 *ErrorCode = D_GIF_SUCCEEDED;
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmserr.c479 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);
504 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) argument
510 cmsUNUSED_PARAMETER(ErrorCode);
536 void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...) argument
550 lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer);
H A Dlcms2_plugin.h128 CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *ErrorText, ...);
H A Dlcms2.h1095 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);

Completed in 72 milliseconds