Searched refs:rcb (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | applicationlayer.c | 484 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 D | structures.c | 310 || ((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 D | structures.h | 465 * Closure for rcb. 1022 SPDY_ResponseCallback rcb; member 1025 * Extra argument to rcb.
|
H A D | session.c | 583 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 D | test_aio.rs | 595 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 D | microspdy.h | 1170 * @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 8 milliseconds