Sweden-Number/dlls/ntdll
Jinoh Kang 731a968003 server: Replace redundant send_socket status fields with force_async boolean field.
The 'status' field of send_socket_request is always either
STATUS_PENDING or STATUS_DEVICE_NOT_READY, and the 'total' field is
always zero.

Replace the 'status' field with 'force_async' boolean field, and get rid
of the 'total' field entirely.

Also, clean up the send_socket handler code a bit.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-25 18:30:28 +01:00
..
tests ntdll/tests: Finalize migration to long types. 2022-03-24 15:52:49 +01:00
unix server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
Makefile.in
actctx.c
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Use RtlLcidToLocaleName() in the preferred UI language stub. 2022-03-22 17:39:01 +01:00
locale.c ntdll: Return the UI language id in uppercase. 2022-03-23 18:42:14 +01:00
make_errors
math.c
misc.c
ntdll.spec ntdll: Implement RtlLcidToLocaleName(). 2022-03-22 17:39:01 +01:00
ntdll_misc.h ntdll: Use RtlLcidToLocaleName() in the preferred UI language stub. 2022-03-22 17:39:01 +01:00
path.c
printf.c
printf.h
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_x86_64.c
string.c
sync.c
thread.c
threadpool.c
time.c
unixlib.h
version.c
version.rc
wcstring.c