Home
last modified time | relevance | path

Searched refs:pipe_handles (Results 1 – 17 of 17) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/rpc_server/
H A Drpc_handles.c163 if (p->pipe_handles == NULL) { in num_pipe_handles()
166 return p->pipe_handles->count; in num_pipe_handles()
207 hl = plist->pipe_handles; in init_pipe_handles()
236 p->pipe_handles = hl; in init_pipe_handles()
266 (int)p->pipe_handles->count)); in create_rpc_handle_internal()
302 p->pipe_handles->count++; in create_rpc_handle_internal()
394 p->pipe_handles->count--; in close_policy_hnd()
408 if (p->pipe_handles == NULL) { in close_policy_by_pipe()
412 p->pipe_handles->pipe_ref_count--; in close_policy_by_pipe()
418 TALLOC_FREE(p->pipe_handles); in close_policy_by_pipe()
[all …]
H A Drpc_pipes.h173 struct handle_list *pipe_handles; in X509_ATTRIBUTE_create()
/dports/sysutils/fanout/fanout-0.6.1/
H A Dfanmux9 my @pipe_handles; #Filehandles to which we write the characters.
23 if ($pipe_handles[$HandleCount] = IO::File->new($OnePipe, O_WRONLY)) {
28 $pipe_handles[$HandleCount]->autoflush(1);
29 print { $pipe_handles[$HandleCount] } "stty echo\n\n";
46 print { $pipe_handles[$Handle] } "$InChars";
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host_unittest.cc194 base::PlatformFile pipe_handles[2]; in TEST_F() local
195 ASSERT_EQ(0, pipe(pipe_handles)); in TEST_F()
196 base::File read_file(pipe_handles[0]); in TEST_F()
200 pipe_handles[1], formatted_message.data(), formatted_message.size())); in TEST_F()
201 base::File write_file(pipe_handles[1]); in TEST_F()
244 base::PlatformFile pipe_handles[2]; in TEST_F() local
245 ASSERT_EQ(0, pipe(pipe_handles)); in TEST_F()
246 read_file = base::File(pipe_handles[0]); in TEST_F()
247 base::File write_file(pipe_handles[1]); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host_unittest.cc200 base::PlatformFile pipe_handles[2]; in TEST_F() local
201 ASSERT_EQ(0, pipe(pipe_handles)); in TEST_F()
202 base::File read_file(pipe_handles[0]); in TEST_F()
206 pipe_handles[1], formatted_message.data(), formatted_message.size())); in TEST_F()
207 base::File write_file(pipe_handles[1]); in TEST_F()
250 base::PlatformFile pipe_handles[2]; in TEST_F() local
251 ASSERT_EQ(0, pipe(pipe_handles)); in TEST_F()
252 read_file = base::File(pipe_handles[0]); in TEST_F()
253 base::File write_file(pipe_handles[1]); in TEST_F()
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dws_pipe.h91 WS_DLL_PUBLIC gboolean ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pi…
H A Dws_pipe.c640 ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pid) in ws_pipe_wait_for_pipe() argument
670 pipeinsts[i].pipeHandle = pipe_handles[i]; in ws_pipe_wait_for_pipe()
/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dws_pipe.h91 WS_DLL_PUBLIC gboolean ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pi…
H A Dws_pipe.c640 ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pid) in ws_pipe_wait_for_pipe() argument
670 pipeinsts[i].pipeHandle = pipe_handles[i]; in ws_pipe_wait_for_pipe()
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dws_pipe.h91 WS_DLL_PUBLIC gboolean ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pi…
H A Dws_pipe.c640 ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pid) in ws_pipe_wait_for_pipe() argument
670 pipeinsts[i].pipeHandle = pipe_handles[i]; in ws_pipe_wait_for_pipe()
/dports/net/tshark/wireshark-3.6.1/wsutil/
H A Dws_pipe.h91 WS_DLL_PUBLIC gboolean ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pi…
H A Dws_pipe.c640 ws_pipe_wait_for_pipe(HANDLE * pipe_handles, int num_pipe_handles, HANDLE pid) in ws_pipe_wait_for_pipe() argument
670 pipeinsts[i].pipeHandle = pipe_handles[i]; in ws_pipe_wait_for_pipe()
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dextcap.c1661 HANDLE pipe_handles[3]; in extcap_init_interfaces() local
1663 pipe_handles[0] = interface_opts->extcap_pipe_h; in extcap_init_interfaces()
1667 pipe_handles[1] = interface_opts->extcap_control_in_h; in extcap_init_interfaces()
1668 pipe_handles[2] = interface_opts->extcap_control_out_h; in extcap_init_interfaces()
1672 ws_pipe_wait_for_pipe(pipe_handles, num_pipe_handles, pid); in extcap_init_interfaces()
/dports/net/wireshark/wireshark-3.6.1/
H A Dextcap.c1661 HANDLE pipe_handles[3]; in extcap_init_interfaces() local
1663 pipe_handles[0] = interface_opts->extcap_pipe_h; in extcap_init_interfaces()
1667 pipe_handles[1] = interface_opts->extcap_control_in_h; in extcap_init_interfaces()
1668 pipe_handles[2] = interface_opts->extcap_control_out_h; in extcap_init_interfaces()
1672 ws_pipe_wait_for_pipe(pipe_handles, num_pipe_handles, pid); in extcap_init_interfaces()
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dextcap.c1661 HANDLE pipe_handles[3]; in extcap_init_interfaces() local
1663 pipe_handles[0] = interface_opts->extcap_pipe_h; in extcap_init_interfaces()
1667 pipe_handles[1] = interface_opts->extcap_control_in_h; in extcap_init_interfaces()
1668 pipe_handles[2] = interface_opts->extcap_control_out_h; in extcap_init_interfaces()
1672 ws_pipe_wait_for_pipe(pipe_handles, num_pipe_handles, pid); in extcap_init_interfaces()
/dports/net/tshark/wireshark-3.6.1/
H A Dextcap.c1661 HANDLE pipe_handles[3]; in extcap_init_interfaces() local
1663 pipe_handles[0] = interface_opts->extcap_pipe_h; in extcap_init_interfaces()
1667 pipe_handles[1] = interface_opts->extcap_control_in_h; in extcap_init_interfaces()
1668 pipe_handles[2] = interface_opts->extcap_control_out_h; in extcap_init_interfaces()
1672 ws_pipe_wait_for_pipe(pipe_handles, num_pipe_handles, pid); in extcap_init_interfaces()