Searched defs:pipe (Results 1 – 8 of 8) sorted by relevance
/thrift-3.4.0/lib/cpp/test/ |
D | TPipeInterruptTest.cpp | 50 static void acceptWorker(TPipeServer *pipe) { in acceptWorker() 61 static void interruptWorker(TPipeServer *pipe) { in interruptWorker()
|
D | TPipedTransportTest.cpp | 35 std::shared_ptr<TMemoryBuffer> pipe(new TMemoryBuffer); in BOOST_AUTO_TEST_CASE() local
|
D | ThrifttReadCheckTests.cpp | 81 std::shared_ptr<TMemoryBuffer> pipe(new TMemoryBuffer); in BOOST_AUTO_TEST_CASE() local
|
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/ |
D | TNamedPipeTransport.cs | 33 …public TNamedPipeTransport(string pipe, TConfiguration config, int timeout = DEFAULT_CONNECT_TIMEO… in TNamedPipeTransport() 38 …public TNamedPipeTransport(string server, string pipe, TConfiguration config, int timeout = DEFAUL… in TNamedPipeTransport()
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TPipe.cpp | 179 void pseudo_sync_write(HANDLE pipe, HANDLE event, const uint8_t* buf, uint32_t len) { in pseudo_sync_write() 203 uint32_t pseudo_sync_read(HANDLE pipe, HANDLE event, uint8_t* buf, uint32_t len) { in pseudo_sync_read() 313 uint32_t pipe_read(HANDLE pipe, uint8_t* buf, uint32_t len) { in pipe_read() 333 void pipe_write(HANDLE pipe, const uint8_t* buf, uint32_t len) { in pipe_write() 371 TAutoHandle pipe(pipehandle); in setPipeHandle() local
|
/thrift-3.4.0/test/netstd/Client/ |
D | TestClient.cs | 75 public string pipe = string.Empty; field in ThriftTest.TestClient.TestParams
|
/thrift-3.4.0/lib/netstd/Thrift/Transport/Server/ |
D | TNamedPipeServerTransport.cs | 109 private static void Close(NamedPipeServerStream pipe) in Close()
|
/thrift-3.4.0/test/netstd/Server/ |
D | TestServer.cs | 78 internal string pipe = string.Empty; field in ThriftTest.ServerParam
|