• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tsocket/

Lines Matching defs:subreq

43 static void tdgram_sendto_queue_done(struct tevent_req *subreq);
92 struct tevent_req *subreq;
94 subreq = tdgram_sendto_send(state,
100 if (tevent_req_nomem(subreq, req)) {
103 tevent_req_set_callback(subreq, tdgram_sendto_queue_done, req);
106 static void tdgram_sendto_queue_done(struct tevent_req *subreq)
108 struct tevent_req *req = tevent_req_callback_data(subreq,
115 ret = tdgram_sendto_recv(subreq, &sys_errno);
116 talloc_free(subreq);
170 static void tstream_readv_pdu_readv_done(struct tevent_req *subreq);
214 struct tevent_req *subreq;
258 subreq = tstream_readv_send(state,
263 if (tevent_req_nomem(subreq, req)) {
266 tevent_req_set_callback(subreq, tstream_readv_pdu_readv_done, req);
269 static void tstream_readv_pdu_readv_done(struct tevent_req *subreq)
271 struct tevent_req *req = tevent_req_callback_data(subreq,
278 ret = tstream_readv_recv(subreq, &sys_errno);
318 static void tstream_readv_pdu_queue_done(struct tevent_req *subreq);
364 struct tevent_req *subreq;
366 subreq = tstream_readv_pdu_send(state,
371 if (tevent_req_nomem(subreq, req)) {
374 tevent_req_set_callback(subreq, tstream_readv_pdu_queue_done ,req);
377 static void tstream_readv_pdu_queue_done(struct tevent_req *subreq)
379 struct tevent_req *req = tevent_req_callback_data(subreq,
386 ret = tstream_readv_pdu_recv(subreq, &sys_errno);
387 talloc_free(subreq);
425 static void tstream_writev_queue_done(struct tevent_req *subreq);
471 struct tevent_req *subreq;
473 subreq = tstream_writev_send(state,
478 if (tevent_req_nomem(subreq, req)) {
481 tevent_req_set_callback(subreq, tstream_writev_queue_done ,req);
484 static void tstream_writev_queue_done(struct tevent_req *subreq)
486 struct tevent_req *req = tevent_req_callback_data(subreq,
493 ret = tstream_writev_recv(subreq, &sys_errno);
494 talloc_free(subreq);