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