Home
last modified time | relevance | path

Searched defs:subreq (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/netfs/
H A Dread_helper.c73 struct netfs_read_subrequest *subreq; in netfs_rreq_clear_subreqs() local
116 struct netfs_read_subrequest *subreq; in netfs_alloc_subrequest() local
172 struct netfs_read_subrequest *subreq, in netfs_read_from_cache()
191 struct netfs_read_subrequest *subreq) in netfs_fill_with_zeroes()
215 struct netfs_read_subrequest *subreq) in netfs_read_from_server()
240 struct netfs_read_subrequest *subreq; in netfs_rreq_unmark_after_write() local
375 struct netfs_read_subrequest *subreq; in netfs_rreq_unlock() local
482 struct netfs_read_subrequest *subreq; in netfs_rreq_perform_resubmissions() local
523 struct netfs_read_subrequest *subreq; in netfs_rreq_is_still_valid() local
718 struct netfs_read_subrequest *subreq) in netfs_rreq_prepare_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/netfs/
H A Dread_helper.c73 struct netfs_read_subrequest *subreq; in netfs_rreq_clear_subreqs() local
116 struct netfs_read_subrequest *subreq; in netfs_alloc_subrequest() local
172 struct netfs_read_subrequest *subreq, in netfs_read_from_cache()
191 struct netfs_read_subrequest *subreq) in netfs_fill_with_zeroes()
215 struct netfs_read_subrequest *subreq) in netfs_read_from_server()
240 struct netfs_read_subrequest *subreq; in netfs_rreq_unmark_after_write() local
375 struct netfs_read_subrequest *subreq; in netfs_rreq_unlock() local
482 struct netfs_read_subrequest *subreq; in netfs_rreq_perform_resubmissions() local
523 struct netfs_read_subrequest *subreq; in netfs_rreq_is_still_valid() local
718 struct netfs_read_subrequest *subreq) in netfs_rreq_prepare_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/netfs/
H A Dread_helper.c73 struct netfs_read_subrequest *subreq; in netfs_rreq_clear_subreqs() local
116 struct netfs_read_subrequest *subreq; in netfs_alloc_subrequest() local
172 struct netfs_read_subrequest *subreq, in netfs_read_from_cache()
191 struct netfs_read_subrequest *subreq) in netfs_fill_with_zeroes()
215 struct netfs_read_subrequest *subreq) in netfs_read_from_server()
240 struct netfs_read_subrequest *subreq; in netfs_rreq_unmark_after_write() local
375 struct netfs_read_subrequest *subreq; in netfs_rreq_unlock() local
482 struct netfs_read_subrequest *subreq; in netfs_rreq_perform_resubmissions() local
523 struct netfs_read_subrequest *subreq; in netfs_rreq_is_still_valid() local
718 struct netfs_read_subrequest *subreq) in netfs_rreq_prepare_read()
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dcluster_wait.c59 struct tevent_req *req, *subreq; in cluster_wait_send() local
110 static void cluster_wait_join_registered(struct tevent_req *subreq) in cluster_wait_join_registered()
128 static void cluster_wait_sync_registered(struct tevent_req *subreq) in cluster_wait_sync_registered()
152 static void cluster_wait_join(struct tevent_req *subreq) in cluster_wait_join()
183 static void cluster_wait_join_sent(struct tevent_req *subreq) in cluster_wait_join_sent()
214 struct tevent_req *subreq; in cluster_wait_join_handler() local
254 static void cluster_wait_join_unregistered(struct tevent_req *subreq) in cluster_wait_join_unregistered()
281 static void cluster_wait_sync_sent(struct tevent_req *subreq) in cluster_wait_sync_sent()
303 struct tevent_req *subreq; in cluster_wait_sync_handler() local
318 static void cluster_wait_sync_unregistered(struct tevent_req *subreq) in cluster_wait_sync_unregistered()
H A Dg_lock_loop.c69 state->num_nodes = num_nodes;
70 state->timelimit = timelimit;
105 if (tevent_req_nomem(subreq, req)) {
116 tevent_req_set_callback(subreq, glock_loop_finish, req); in fetch_ring_wait()
140 if (tevent_req_nomem(subreq, req)) { in fetch_ring_start()
141 return; in fetch_ring_start()
142 } in fetch_ring_start()
143 tevent_req_set_callback(subreq, glock_loop_unlocked, req);
180 status = tevent_wakeup_recv(subreq);
181 TALLOC_FREE(subreq);
[all …]
H A Dtunnel_test.c118 struct tevent_req *req, *subreq; in tunnel_test_send() local
146 static void tunnel_test_send_tunnel_done(struct tevent_req *subreq) in tunnel_test_send_tunnel_done()
171 static void tunnel_test_recv_tunnel_done(struct tevent_req *subreq) in tunnel_test_recv_tunnel_done()
195 static void tunnel_test_start(struct tevent_req *subreq) in tunnel_test_start()
229 struct tevent_req *subreq; in tunnel_test_msg_send() local
250 static void tunnel_test_msg_send_done(struct tevent_req *subreq) in tunnel_test_msg_send_done()
312 static void tunnel_test_done(struct tevent_req *subreq) in tunnel_test_done()
341 static void tunnel_test_finish(struct tevent_req *subreq) in tunnel_test_finish()
364 static void tunnel_test_send_tunnel_closed(struct tevent_req *subreq) in tunnel_test_send_tunnel_closed()
389 static void tunnel_test_recv_tunnel_closed(struct tevent_req *subreq) in tunnel_test_recv_tunnel_closed()
H A Dmessage_ring.c58 struct tevent_req *req, *subreq; in message_ring_send() local
84 static void message_ring_wait(struct tevent_req *subreq) in message_ring_wait()
108 static void message_ring_start(struct tevent_req *subreq) in message_ring_start()
150 static void message_ring_each_second(struct tevent_req *subreq) in message_ring_each_second()
221 static void message_ring_msg_sent(struct tevent_req *subreq) in message_ring_msg_sent()
243 struct tevent_req *subreq; in message_ring_msg_handler() local
276 static void message_ring_finish(struct tevent_req *subreq) in message_ring_finish()
H A Dtransaction_loop.c41 struct tevent_req *subreq; member
60 struct tevent_req *req, *subreq; in transaction_loop_send() local
97 static void transaction_loop_start(struct tevent_req *subreq) in transaction_loop_start()
142 static void transaction_loop_started(struct tevent_req *subreq) in transaction_loop_started()
202 static void transaction_loop_committed(struct tevent_req *subreq) in transaction_loop_committed()
251 static void transaction_loop_each_second(struct tevent_req *subreq) in transaction_loop_each_second()
310 static void transaction_loop_finish(struct tevent_req *subreq) in transaction_loop_finish()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dtest_notify.c51 struct tevent_req *req, *subreq; in wait_for_one_notify_send() local
78 static void wait_for_one_notify_opened(struct tevent_req *subreq) in wait_for_one_notify_opened()
125 static void wait_for_one_notify_done(struct tevent_req *subreq) in wait_for_one_notify_done()
147 static void wait_for_one_notify_closed(struct tevent_req *subreq) in wait_for_one_notify_closed()
304 struct tevent_req *req, *subreq; in notify_bench3_send() local
331 static void notify_bench3_mkdir1_done(struct tevent_req *subreq) in notify_bench3_mkdir1_done()
351 static void notify_bench3_before_notify(struct tevent_req *subreq) in notify_bench3_before_notify()
383 static void notify_bench3_notify_done(struct tevent_req *subreq) in notify_bench3_notify_done()
405 static void notify_bench3_notifies_done(struct tevent_req *subreq) in notify_bench3_notifies_done()
419 static void notify_bench3_chkpath_done(struct tevent_req *subreq) in notify_bench3_chkpath_done()
[all …]
H A Dtest_cleanup.c45 printf("open of %s failed (%s)\n", fname, nt_errstr(status));
88 status = cli_ntcreate(
89 cli1, fname, 0, FILE_GENERIC_READ|FILE_GENERIC_WRITE,
103 if (!torture_open_connection(&cli3, 1)) { in chain3_andx_write_done()
104 return false; in chain3_andx_write_done()
105 } in chain3_andx_write_done()
121 status = cli_lock32(cli1, fnum1, 2, 1, 0, WRITE_LOCK); in chain3_andx_close_done()
122 if (!NT_STATUS_IS_OK(status)) {
155 nt_errstr(status));
156 return false;
[all …]
H A Dtest_notify_online.c49 struct tevent_req *req, *subreq; in notify_online_send() local
72 static void notify_online_opened_dir(struct tevent_req *subreq) in notify_online_opened_dir()
104 static void notify_online_notify_callback(struct tevent_req *subreq) in notify_online_notify_callback()
127 static void notify_online_opened_file(struct tevent_req *subreq) in notify_online_opened_file()
148 static void notify_online_sent_read(struct tevent_req *subreq) in notify_online_sent_read()
171 static void notify_online_sent_closefile(struct tevent_req *subreq) in notify_online_sent_closefile()
192 static void notify_online_waited(struct tevent_req *subreq) in notify_online_waited()
209 static void notify_online_sent_closedir(struct tevent_req *subreq) in notify_online_sent_closedir()
H A Dwbc_async.c210 struct tevent_req *result, *subreq; in wb_connect_send() local
286 static void wbc_connect_connected(struct tevent_req *subreq) in wbc_connect_connected()
337 struct tevent_req *result, *subreq; in wb_open_pipe_send() local
398 static void wb_open_pipe_ping_done(struct tevent_req *subreq) in wb_open_pipe_ping_done()
430 static void wb_open_pipe_getpriv_done(struct tevent_req *subreq) in wb_open_pipe_getpriv_done()
458 static void wb_open_pipe_connect_priv_done(struct tevent_req *subreq) in wb_open_pipe_connect_priv_done()
548 struct tevent_req *subreq; in wb_trans_trigger() local
580 struct tevent_req *subreq; in wb_trans_retry() local
613 static void wb_trans_retry_wait_done(struct tevent_req *subreq) in wb_trans_retry_wait_done()
636 static void wb_trans_connect_done(struct tevent_req *subreq) in wb_trans_connect_done()
[all …]
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/stretchr/testify/testify-1.5.1/assert/
H A Dhttp_assertions_test.go59 assert.True(mockT1.Failed())
82 assert.Equal(mockAssert.HTTPError(httpOK, "GET", "/", nil), false)
83 assert.Equal(mockAssert.HTTPError(httpRedirect, "GET", "/", nil), false)
107 handler := func(w http.ResponseWriter, r *http.Request) {
/dports/net/samba412/samba-4.12.15/source4/librpc/rpc/
H A Ddcerpc_roh.c145 struct tevent_req *subreq = NULL; in roh_connect_channel_send() local
187 static void roh_connect_channel_done(struct tevent_req *subreq) in roh_connect_channel_done()
327 struct tevent_req *subreq; in roh_continue_resolve_name() local
427 static void roh_send_RPC_DATA_IN_done(struct tevent_req *subreq) in roh_send_RPC_DATA_IN_done()
481 static void roh_send_CONN_A1_done(struct tevent_req *subreq) in roh_send_CONN_A1_done()
504 static void roh_send_CONN_B1_done(struct tevent_req *subreq) in roh_send_CONN_B1_done()
554 static void roh_recv_CONN_A3_done(struct tevent_req *subreq) in roh_recv_CONN_A3_done()
577 static void roh_recv_CONN_C2_done(struct tevent_req *subreq) in roh_recv_CONN_C2_done()
633 struct tevent_req *req, *subreq; in tstream_roh_readv_send() local
724 struct tevent_req *subreq = NULL; in tstream_roh_writev_send() local
[all …]
H A Ddcerpc_auth.c78 struct tevent_req *subreq; in dcerpc_bind_auth_none_send() local
100 static void dcerpc_bind_auth_none_done(struct tevent_req *subreq) in dcerpc_bind_auth_none_done()
154 struct tevent_req *subreq; in bind_auth_next_step() local
201 static void bind_auth_next_gensec_done(struct tevent_req *subreq) in bind_auth_next_gensec_done()
265 static void bind_auth_recv_alter(struct tevent_req *subreq) in bind_auth_recv_alter()
284 static void bind_auth_recv_bindreply(struct tevent_req *subreq) in bind_auth_recv_bindreply()
335 struct tevent_req *subreq; in dcerpc_bind_auth_send() local
455 static void dcerpc_bind_auth_gensec_done(struct tevent_req *subreq) in dcerpc_bind_auth_gensec_done()
H A Ddcerpc_roh_channel_out.c59 struct tevent_req *subreq; in roh_send_RPC_DATA_OUT_send() local
136 static void roh_send_RPC_DATA_OUT_done(struct tevent_req *subreq) in roh_send_RPC_DATA_OUT_done()
181 struct tevent_req *subreq; in roh_send_CONN_A1_send() local
258 static void roh_send_CONN_A1_done(struct tevent_req *subreq) in roh_send_CONN_A1_done()
306 struct tevent_req *subreq; in roh_recv_out_channel_response_send() local
327 static void roh_recv_out_channel_response_done(struct tevent_req *subreq) in roh_recv_out_channel_response_done()
393 struct tevent_req *subreq; in roh_recv_CONN_A3_send() local
415 static void roh_recv_CONN_A3_done(struct tevent_req *subreq) in roh_recv_CONN_A3_done()
483 struct tevent_req *subreq; in roh_recv_CONN_C2_send() local
504 static void roh_recv_CONN_C2_done(struct tevent_req *subreq) in roh_recv_CONN_C2_done()
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dclimessage.c38 struct tevent_req *req, *subreq; in cli_message_start_send() local
90 static void cli_message_start_done(struct tevent_req *subreq) in cli_message_start_done()
143 struct tevent_req *req, *subreq; in cli_message_text_send() local
186 static void cli_message_text_done(struct tevent_req *subreq) in cli_message_text_done()
217 struct tevent_req *req, *subreq; in cli_message_end_send() local
237 static void cli_message_end_done(struct tevent_req *subreq) in cli_message_end_done()
275 struct tevent_req *req, *subreq; in cli_message_send() local
295 static void cli_message_started(struct tevent_req *subreq) in cli_message_started()
322 static void cli_message_sent(struct tevent_req *subreq) in cli_message_sent()
362 static void cli_message_done(struct tevent_req *subreq) in cli_message_done()
H A Dclisymlink.c56 struct tevent_req *req, *subreq; in cli_symlink_send() local
84 static void cli_symlink_create_done(struct tevent_req *subreq) in cli_symlink_create_done()
134 static void cli_symlink_set_reparse_done(struct tevent_req *subreq) in cli_symlink_set_reparse_done()
170 static void cli_symlink_delete_on_close_done(struct tevent_req *subreq) in cli_symlink_delete_on_close_done()
191 static void cli_symlink_close_done(struct tevent_req *subreq) in cli_symlink_close_done()
265 struct tevent_req *req, *subreq; in cli_readlink_send() local
287 static void cli_readlink_opened(struct tevent_req *subreq) in cli_readlink_opened()
327 static void cli_readlink_got_reparse_data(struct tevent_req *subreq) in cli_readlink_got_reparse_data()
360 static void cli_readlink_closed(struct tevent_req *subreq) in cli_readlink_closed()
/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/src/
H A Dyaksuri_progress.c118 static int alloc_chunk(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in alloc_chunk()
144 static int simple_release(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in simple_release()
174 static int pack_d2d_acquire(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in pack_d2d_acquire()
305 static int pack_d2rh_acquire(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in pack_d2rh_acquire()
360 static int pack_d2urh_acquire(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in pack_d2urh_acquire()
428 static int pack_d2urh_release(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in pack_d2urh_release()
452 static int pack_h2d_acquire(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in pack_h2d_acquire()
504 static int unpack_d2d_acquire(yaksuri_request_s * reqpriv, yaksuri_subreq_s * subreq, in unpack_d2d_acquire()
867 yaksuri_subreq_s *subreq; in yaksuri_progress_enqueue() local
1053 yaksuri_subreq_s *subreq, *tmp2; in yaksuri_progress_poke() local
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpc_server/mdssvc/
H A Dmdssvc_es.c121 struct tevent_req *subreq = NULL; in mds_es_connect() local
146 static void mds_es_connected(struct tevent_req *subreq) in mds_es_connected()
185 struct tevent_req *subreq = NULL; in mds_es_connect_send() local
259 static void mds_es_http_connect_done(struct tevent_req *subreq) in mds_es_http_connect_done()
295 static void mds_es_http_waited(struct tevent_req *subreq) in mds_es_http_waited()
328 struct tevent_req *subreq = NULL; in mds_es_reconnect_on_error() local
408 struct tevent_req *subreq = NULL; in mds_es_next_search_trigger() local
432 static void mds_es_search_done(struct tevent_req *subreq) in mds_es_search_done()
539 struct tevent_req *subreq = NULL; in mds_es_search_send() local
636 static void mds_es_search_http_send_done(struct tevent_req *subreq) in mds_es_search_http_send_done()
[all …]
/dports/net/samba412/samba-4.12.15/source4/libcli/wrepl/
H A Dwinsrepl.c227 struct tevent_req *subreq; in wrepl_connect_trigger() local
288 struct tevent_req *subreq; in wrepl_connect() local
408 struct tevent_req *subreq; in wrepl_request_trigger() local
584 struct tevent_req *subreq; in wrepl_request() local
621 struct tevent_req *subreq; in wrepl_associate_send() local
718 struct tevent_req *subreq; in wrepl_associate() local
753 struct tevent_req *subreq; in wrepl_associate_stop_send() local
828 struct tevent_req *subreq; in wrepl_associate_stop() local
864 struct tevent_req *subreq; in wrepl_pull_table_send() local
957 struct tevent_req *subreq; in wrepl_pull_table() local
[all …]
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dmiddleware.c69 struct st_mruby_subreq_t *subreq; member
101 struct st_mruby_subreq_t *subreq = _subreq; in on_gc_dispose_app_request() local
111 struct st_mruby_subreq_t *subreq = _subreq; in on_gc_dispose_app_input_stream() local
228 struct st_mruby_subreq_t *subreq = (void *)_subreq; in subreq_ostream_send() local
445 struct st_mruby_subreq_t *subreq = (void *)data; in on_subreq_error_callback() local
483 struct st_mruby_subreq_t *subreq; member
807 struct st_mruby_subreq_t *subreq; in middleware_wait_response_callback() local
879 struct st_mruby_subreq_t *subreq; in middleware_wait_chunk_callback() local
932 struct st_mruby_subreq_t *subreq = sender->subreq; in do_sender_start() local
1011 struct st_mruby_subreq_t *subreq; in h2o_mruby_middleware_sender_create() local
[all …]
/dports/net/samba412/samba-4.12.15/libcli/http/
H A Dhttp_conn.c58 struct tevent_req *subreq = NULL; in http_connect_send() local
126 static void http_connect_dns_done(struct tevent_req *subreq) in http_connect_dns_done()
167 struct tevent_req *subreq = NULL; in http_connect_tcp_connect() local
194 static void http_connect_tcp_done(struct tevent_req *subreq) in http_connect_tcp_done()
234 static void http_connect_tls_done(struct tevent_req *subreq) in http_connect_tls_done()
300 struct tevent_req *subreq = NULL; in http_disconnect_send() local
328 static void http_conn_disconnect_done(struct tevent_req *subreq) in http_conn_disconnect_done()
/dports/net/samba412/samba-4.12.15/source4/libnet/
H A Dlibnet_domain.c63 struct tevent_req *subreq; in continue_domain_open_rpc_connect() local
278 struct tevent_req *subreq; in libnet_DomainOpenSamr_send() local
425 struct tevent_req *subreq; in libnet_DomainOpenLsa_send() local
495 struct tevent_req *subreq; in continue_rpc_connect_lsa() local
700 struct tevent_req *subreq; in libnet_DomainCloseLsa_send() local
740 static void continue_lsa_close(struct tevent_req *subreq) in continue_lsa_close()
808 struct tevent_req *subreq; in libnet_DomainCloseSamr_send() local
846 static void continue_samr_close(struct tevent_req *subreq) in continue_samr_close()
988 struct tevent_req *subreq; in continue_rpc_connect() local
1013 static void continue_samr_connect(struct tevent_req *subreq) in continue_samr_connect()
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/server/
H A Dctdb_mutex_fcntl_helper.c94 struct tevent_req *req, *subreq; in wait_for_parent_send() local
121 static void wait_for_parent_check(struct tevent_req *subreq) in wait_for_parent_check()
180 struct tevent_req *req, *subreq; in wait_for_lost_send() local
218 static void wait_for_lost_check(struct tevent_req *subreq) in wait_for_lost_check()
293 struct tevent_req *req, *subreq; in wait_for_exit_send() local
322 static void wait_for_exit_parent_done(struct tevent_req *subreq) in wait_for_exit_parent_done()
340 static void wait_for_exit_lost_done(struct tevent_req *subreq) in wait_for_exit_lost_done()

12345678910>>...20