Searched refs:szError (Results 1 – 1 of 1) sorted by relevance
193 static char szError[64]; in FormatNPAPIError() local197 sprintf(szError, "NPERR_NO_ERROR"); in FormatNPAPIError()200 sprintf(szError, "NPERR_GENERIC_ERROR"); in FormatNPAPIError()203 sprintf(szError, "NPERR_INVALID_INSTANCE_ERROR"); in FormatNPAPIError()206 sprintf(szError, "NPERR_INVALID_FUNCTABLE_ERROR"); in FormatNPAPIError()209 sprintf(szError, "NPERR_MODULE_LOAD_FAILED_ERROR"); in FormatNPAPIError()212 sprintf(szError, "NPERR_OUT_OF_MEMORY_ERROR"); in FormatNPAPIError()215 sprintf(szError, "NPERR_INVALID_PLUGIN_ERROR"); in FormatNPAPIError()218 sprintf(szError, "NPERR_INVALID_PLUGIN_DIR_ERROR"); in FormatNPAPIError()221 sprintf(szError, "NPERR_INCOMPATIBLE_VERSION_ERROR"); in FormatNPAPIError()[all …]