Home
last modified time | relevance | path

Searched refs:_pipe (Results 1 – 10 of 10) sorted by relevance

/src/crypto/krb5/src/ccapi/server/win/
H A DWorkItem.cpp51 : _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 Dworkitem.h14 WIN_PIPE* _pipe; variable
29 WIN_PIPE* pipe() const {return _pipe;} in pipe()
/src/lib/libc/sys/
H A Dpipe.c35 __weak_reference(__sys_pipe, _pipe);
/src/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h98 #define pipe _pipe
/src/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp167 if (::_pipe(PipeFD, 1, 0) == -1) in getSocketFD()
/src/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc216 EXPECT_EQ(_pipe(fdpipe, 256, O_BINARY), 0); in DieInCRTDebugElse12()
/src/contrib/unbound/dnstap/
H A Ddtstream.c2163 if(_pipe(dtio->commandpipe, 4096, _O_BINARY) == -1) { in dt_io_thread_start()
/src/crypto/heimdal/lib/roken/
H A Droken.h.in331 #define pipe(fds) _pipe((fds), _PIPE_BUFFER_SZ, O_BINARY);
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp992 return _pipe(fds, size, O_BINARY); in OpenPipe()
/src/contrib/sqlite3/autosetup/
H A Djimsh0.c1194 #define pipe(P) _pipe((P), 0, O_NOINHERIT)