Home
last modified time | relevance | path

Searched defs:pipe_fd (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dsync_pipe_write.c27 pipe_write_header(int pipe_fd, char indicator, int length) in pipe_write_header()
50 pipe_write_block(int pipe_fd, char indicator, const char *msg) in pipe_write_block()
85 sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, in sync_pipe_errmsg_to_parent()
/dports/net/wireshark/wireshark-3.6.1/
H A Dsync_pipe_write.c27 pipe_write_header(int pipe_fd, char indicator, int length) in pipe_write_header()
50 pipe_write_block(int pipe_fd, char indicator, const char *msg) in pipe_write_block()
85 sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, in sync_pipe_errmsg_to_parent()
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dsync_pipe_write.c27 pipe_write_header(int pipe_fd, char indicator, int length) in pipe_write_header()
50 pipe_write_block(int pipe_fd, char indicator, const char *msg) in pipe_write_block()
85 sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, in sync_pipe_errmsg_to_parent()
/dports/net/tshark/wireshark-3.6.1/
H A Dsync_pipe_write.c27 pipe_write_header(int pipe_fd, char indicator, int length) in pipe_write_header()
50 pipe_write_block(int pipe_fd, char indicator, const char *msg) in pipe_write_block()
85 sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, in sync_pipe_errmsg_to_parent()
/dports/dns/dnsperf/dnsperf-2.7.0/src/
H A Dos.c62 perf_os_waituntilreadable(struct perf_net_socket* sock, int pipe_fd, int64_t timeout) in perf_os_waituntilreadable()
69 perf_os_waituntilanyreadable(struct perf_net_socket** socks, unsigned int nfds, int pipe_fd, in perf_os_waituntilanyreadable()
113 perf_os_waituntilanywritable(struct perf_net_socket** socks, unsigned int nfds, int pipe_fd, in perf_os_waituntilanywritable()
/dports/devel/libsearpc/libsearpc-d1fd751/lib/
H A Dsearpc-named-pipe-transport.h39 SearpcNamedPipe pipe_fd; member
58 SearpcNamedPipe pipe_fd; member
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Notification/SMTP/
H A DSSL.pm25 use English;
29 use Net::SMTP::SSL;
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dws_pipe.h24 #define ws_get_pipe_handle(pipe_fd) ((HANDLE)_get_osfhandle(pipe_fd)) argument
27 #define ws_get_pipe_handle(pipe_fd) (pipe_fd) argument
/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dws_pipe.h24 #define ws_get_pipe_handle(pipe_fd) ((HANDLE)_get_osfhandle(pipe_fd)) argument
27 #define ws_get_pipe_handle(pipe_fd) (pipe_fd) argument
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dws_pipe.h24 #define ws_get_pipe_handle(pipe_fd) ((HANDLE)_get_osfhandle(pipe_fd)) argument
27 #define ws_get_pipe_handle(pipe_fd) (pipe_fd) argument
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dsubprocess-posix.c56 …bool tr_spawn_async_in_child(char* const* cmd, char* const* env, char const* work_dir, int pipe_fd) in tr_spawn_async_in_child()
86 static bool tr_spawn_async_in_parent(int pipe_fd, tr_error** error) in tr_spawn_async_in_parent()
/dports/dns/bind911/bind-9.11.37/contrib/dnsperf-2.1.0.0-1/
H A Dos.c61 perf_os_waituntilreadable(int fd, int pipe_fd, int64_t timeout) in perf_os_waituntilreadable()
94 perf_os_waituntilanyreadable(int *fds, unsigned int nfds, int pipe_fd, in perf_os_waituntilanyreadable()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_lmt_vmsplice.c26 int pipe_fd; member
135 static int do_vmsplice(MPID_Request *sreq, int pipe_fd, MPID_IOV iov[], in do_vmsplice()
216 static int do_readv(MPID_Request *rreq, int pipe_fd, MPID_IOV iov[], in do_readv()
262 int pipe_fd; in MPID_nem_lmt_vmsplice_start_recv() local
381 int pipe_fd; in MPID_nem_lmt_vmsplice_start_send() local
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_util.c95 void Test_and_Close_Pipe( FILE_DESCRIPTOR_OR_ERROR * pipe_fd ) in Test_and_Close_Pipe()
101 void Init_Pipe( FILE_DESCRIPTOR_OR_ERROR * pipe_fd ) in Init_Pipe()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/elements/
H A Dfdsrc.c80 gint pipe_fd[2]; in GST_START_TEST() local
130 gint pipe_fd[2]; in GST_START_TEST() local
/dports/devel/distcc/distcc-3.3.5/src/
H A Dmon-notify.c52 static volatile int pipe_fd[2]; variable
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dmy-vsnprintf.c56 int pipe_fd[2]; in my_vsnprintf() local
/dports/devel/dev86/dev86-0.16.20/libc/misc/
H A Dpopen.c9 int pipe_fd[2]; local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/forwarder2/
H A Dpipe_notifier.cc20 int pipe_fd[2]; in PipeNotifier() local
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dlogging_timestamp_test.c15 int pipe_fd[2]; in test_timestamp_regex() local

12345678910>>...20