Searched refs:ErrorBucketTable (Results 1 – 2 of 2) sorted by relevance
17 for ( ULONG i = 0; i < ARRAYSIZE(ErrorBucketTable); i++ ) in ConvertWinErrorToNtstatus()19 if (WinError < ErrorBucketTable[i].BaseErrorCode) in ConvertWinErrorToNtstatus()28 if ( WinError < (ErrorBucketTable[i].BaseErrorCode + in ConvertWinErrorToNtstatus()29 ErrorBucketTable[i].RunLength) ) in ConvertWinErrorToNtstatus()34 index += (WinError - ErrorBucketTable[i].BaseErrorCode); in ConvertWinErrorToNtstatus()43 index += ErrorBucketTable[i].RunLength; in ConvertWinErrorToNtstatus()
1740 CONST ERROR_BUCKET ErrorBucketTable[] = { variable