37 references to ERROR_SUCCESS
Microsoft.AspNetCore.Server.HttpSys (37)
AsyncAcceptContext.cs (5)
49if (statusCode != ErrorCodes.ERROR_SUCCESS && 65if (errorCode != ErrorCodes.ERROR_SUCCESS && 74if (errorCode == ErrorCodes.ERROR_SUCCESS) 98if (statusCode != ErrorCodes.ERROR_SUCCESS && 212case ErrorCodes.ERROR_SUCCESS:
HttpSysListener.cs (1)
382if (statusCode != ErrorCodes.ERROR_SUCCESS)
NativeInterop\DisconnectListener.cs (2)
98statusCode != ErrorCodes.ERROR_SUCCESS) 107if (statusCode == ErrorCodes.ERROR_SUCCESS && HttpSysListener.SkipIOCPCallbackOnSuccess)
NativeInterop\HttpApi.cs (1)
60if (statusCode == ErrorCodes.ERROR_SUCCESS)
NativeInterop\HttpServerSessionHandle.cs (1)
38ErrorCodes.ERROR_SUCCESS;
NativeInterop\RequestQueue.cs (1)
73else if (statusCode != ErrorCodes.ERROR_SUCCESS)
NativeInterop\ServerSession.cs (1)
17if (statusCode != ErrorCodes.ERROR_SUCCESS)
NativeInterop\UrlGroup.cs (5)
38if (statusCode != ErrorCodes.ERROR_SUCCESS) 94if (statusCode != ErrorCodes.ERROR_SUCCESS) 144if (statusCode != ErrorCodes.ERROR_SUCCESS) 155if (findUrlStatusCode == ErrorCodes.ERROR_SUCCESS) 197if (statusCode != ErrorCodes.ERROR_SUCCESS)
RequestProcessing\ClientCertLoader.cs (4)
182else if (statusCode == ErrorCodes.ERROR_SUCCESS && 187else if (statusCode != ErrorCodes.ERROR_SUCCESS && 250(errorCode == ErrorCodes.ERROR_SUCCESS && !HttpSysListener.SkipIOCPCallbackOnSuccess)) 261else if (errorCode != ErrorCodes.ERROR_SUCCESS)
RequestProcessing\RequestContext.cs (2)
230if (statusCode == ErrorCodes.ERROR_SUCCESS) 312if (statusCode != ErrorCodes.ERROR_SUCCESS)
RequestProcessing\RequestStream.cs (4)
154else if (statusCode != ErrorCodes.ERROR_SUCCESS && statusCode != ErrorCodes.ERROR_HANDLE_EOF) 210UpdateAfterRead(ErrorCodes.ERROR_SUCCESS, dataRead); 261if (statusCode != ErrorCodes.ERROR_SUCCESS && statusCode != ErrorCodes.ERROR_IO_PENDING) 283else if (statusCode == ErrorCodes.ERROR_SUCCESS &&
RequestProcessing\RequestStreamAsyncResult.cs (2)
77else if (errorCode != ErrorCodes.ERROR_SUCCESS && errorCode != ErrorCodes.ERROR_HANDLE_EOF) 99internal void Complete(int read, uint errorCode = ErrorCodes.ERROR_SUCCESS)
RequestProcessing\Response.cs (2)
365statusCode == ErrorCodes.ERROR_SUCCESS && 666if (errorCode != ErrorCodes.ERROR_SUCCESS)
RequestProcessing\ResponseBody.cs (5)
170if (statusCode != ErrorCodes.ERROR_SUCCESS && statusCode != ErrorCodes.ERROR_HANDLE_EOF 382if (statusCode != ErrorCodes.ERROR_SUCCESS && statusCode != ErrorCodes.ERROR_IO_PENDING) 405if (statusCode == ErrorCodes.ERROR_SUCCESS && HttpSysListener.SkipIOCPCallbackOnSuccess) 705if (statusCode != ErrorCodes.ERROR_SUCCESS && statusCode != ErrorCodes.ERROR_IO_PENDING) 728if (statusCode == ErrorCodes.ERROR_SUCCESS && HttpSysListener.SkipIOCPCallbackOnSuccess)
RequestProcessing\ResponseStreamAsyncResult.cs (1)
236if (errorCode != ErrorCodes.ERROR_SUCCESS && errorCode != ErrorCodes.ERROR_HANDLE_EOF)