Searched refs:_pipe (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/krb5/src/ccapi/server/win/ |
| H A D | WorkItem.cpp | 51 : _buf(buf), _rpcmsg(type), _pipe(pipe), _sst(sst) { } in WorkItem() 53 WorkItem::WorkItem(const WorkItem& item) : _buf(NULL), _rpcmsg(0), _pipe(NULL), _sst(0) { in WorkItem() 60 WorkItem(_buf, item._pipe, item._rpcmsg, item._sst); in WorkItem() 63 WorkItem::WorkItem() : _buf(NULL), _rpcmsg(CCMSG_INVALID), _pipe(NULL), _sst(0) { } in WorkItem() 67 if (_pipe) ccs_win_pipe_release(_pipe); in ~WorkItem() 78 _pipe = NULL; in take_pipe() 102 ccs_win_pipe_getUuid(_pipe), ccs_win_pipe_getHandle(_pipe)); in print()
|
| H A D | workitem.h | 14 WIN_PIPE* _pipe; variable 29 WIN_PIPE* pipe() const {return _pipe;} in pipe()
|
| /src/lib/libc/sys/ |
| H A D | pipe.c | 35 __weak_reference(__sys_pipe, _pipe);
|
| /src/contrib/ntp/sntp/libopts/compat/ |
| H A D | windows-config.h | 98 #define pipe _pipe
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_socket_stream.cpp | 167 if (::_pipe(PipeFD, 1, 0) == -1) in getSocketFD()
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-death-test-test.cc | 216 EXPECT_EQ(_pipe(fdpipe, 256, O_BINARY), 0); in DieInCRTDebugElse12()
|
| /src/contrib/unbound/dnstap/ |
| H A D | dtstream.c | 2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_start()
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | roken.h.in | 331 #define pipe(fds) _pipe((fds), _PIPE_BUFFER_SZ, O_BINARY);
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 992 return _pipe(fds, size, O_BINARY); in OpenPipe()
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 1194 #define pipe(P) _pipe((P), 0, O_NOINHERIT)
|