Home
last modified time | relevance | path

Searched refs:PIPE_UNLIMITED_INSTANCES (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/tests/nptest/
H A Dnpserver.c45 PIPE_UNLIMITED_INSTANCES, in main()
/reactos/dll/win32/kernel32/client/file/
H A Dnpipe.c271 if (nMaxInstances == 0 || nMaxInstances > PIPE_UNLIMITED_INSTANCES) in CreateNamedPipeW()
279 if (nMaxInstances == PIPE_UNLIMITED_INSTANCES) in CreateNamedPipeW()
1047 *lpCurInstances = min(LocalInfo.CurrentInstances, PIPE_UNLIMITED_INSTANCES); in GetNamedPipeHandleStateW()
1200 *lpMaxInstances = PIPE_UNLIMITED_INSTANCES; in GetNamedPipeInfo()
/reactos/dll/win32/ole32/
H A Drpc.c1979 PIPE_TYPE_BYTE|PIPE_WAIT, PIPE_UNLIMITED_INSTANCES, in local_server_thread()
2019 PIPE_TYPE_BYTE|PIPE_WAIT, PIPE_UNLIMITED_INSTANCES, in RPC_StartLocalServer()
/reactos/dll/win32/rpcrt4/
H A Drpc_transport.c347 PIPE_UNLIMITED_INSTANCES, in rpcrt4_conn_create_pipe()
353 PIPE_UNLIMITED_INSTANCES, in rpcrt4_conn_create_pipe()
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c5906 PIPE_TYPE_BYTE | PIPE_NOWAIT, PIPE_UNLIMITED_INSTANCES, 0, 0, in test_named_pipe_security()
5919 PIPE_TYPE_BYTE | PIPE_NOWAIT, PIPE_UNLIMITED_INSTANCES, in test_named_pipe_security()
/reactos/sdk/include/psdk/
H A Dwinbase.h176 #define PIPE_UNLIMITED_INSTANCES 255 macro