Searched refs:PIPE_UNLIMITED_INSTANCES (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/tests/nptest/ |
H A D | npserver.c | 45 PIPE_UNLIMITED_INSTANCES, in main()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | npipe.c | 271 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 D | rpc.c | 1979 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 D | rpc_transport.c | 347 PIPE_UNLIMITED_INSTANCES, in rpcrt4_conn_create_pipe() 353 PIPE_UNLIMITED_INSTANCES, in rpcrt4_conn_create_pipe()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 5906 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 D | winbase.h | 176 #define PIPE_UNLIMITED_INSTANCES 255 macro
|