Home
last modified time | relevance | path

Searched refs:rcb (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c484 SPDY_ResponseCallback rcb, in SPDY_build_response_with_callback()
490 if(NULL == rcb) in SPDY_build_response_with_callback()
492 SPDYF_DEBUG("rcb is NULL"); in SPDY_build_response_with_callback()
516 response->rcb = rcb; in SPDY_build_response_with_callback()
600 else if(NULL == response->rcb) in SPDY_queue_response()
480 SPDY_build_response_with_callback(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, SPDY_ResponseCallback rcb, void *rcb_cls, uint32_t block_size) SPDY_build_response_with_callback() argument
H A Dstructures.c310 || ((0 == data_size) && (NULL != response->rcb)) in SPDYF_response_queue_create()
311 || ((0 < data_size) && (NULL == response->rcb)), in SPDYF_response_queue_create()
312 "either data or request->rcb must not be null"); in SPDYF_response_queue_create()
396 if(closestream && NULL == response->rcb) in SPDYF_response_queue_create()
H A Dstructures.h465 * Closure for rcb.
1022 SPDY_ResponseCallback rcb; member
1025 * Extra argument to rcb.
H A Dsession.c583 if(NULL == response_queue->response->rcb) in SPDYF_handler_write_data()
627 ret = response_queue->response->rcb(response_queue->response->rcb_cls, in SPDYF_handler_write_data()
/third_party/rust/crates/nix/test/sys/
H A Dtest_aio.rs595 let mut rcb = Box::pin(AioRead::new( in test_aio_suspend() variables
603 rcb.as_mut().submit().unwrap(); in test_aio_suspend()
608 &*rcb as &dyn AsRef<libc::aiocb>, in test_aio_suspend()
617 if rcb.as_mut().error() != Err(Errno::EINPROGRESS) in test_aio_suspend()
625 assert_eq!(rcb.as_mut().aio_return().unwrap(), rlen); in test_aio_suspend()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrospdy.h1170 * @param rcb callback to use to obtain response data
1171 * @param rcb_cls extra argument to @a rcb
1172 * @param block_size preferred block size for querying rcb (advisory only,
1173 * the lib will call rcb specifying the block size); clients
1187 SPDY_ResponseCallback rcb,

Completed in 7 milliseconds