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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprerror.h58 typedef PRInt32 PRErrorCode; typedef
70 NSPR_API(void) PR_SetError(PRErrorCode errorCode, PRInt32 oserr);
87 NSPR_API(PRErrorCode) PR_GetError(void);
212 PRErrorCode base; /* Error code for first error in table */
242 PRErrorCallbackLookupFn(PRErrorCode code, PRLanguageCode language,
275 NSPR_API(const char *) PR_ErrorToString(PRErrorCode code,
289 NSPR_API(const char *) PR_ErrorToName(PRErrorCode code);
316 NSPR_API(PRErrorCode) PR_ErrorInstallTable(const struct PRErrorTable *table);

Completed in 32 milliseconds