| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
| D | stack.rs | 23 fn OPENSSL_sk_pop(st: *mut OPENSSL_STACK) -> *mut c_void; in OPENSSL_sk_pop() 25 fn OPENSSL_sk_value(stack: *const OPENSSL_STACK, idx: c_int) -> *mut c_void; in OPENSSL_sk_value() 38 fn sk_pop(st: STACK) -> *mut c_void; in sk_pop() 39 fn sk_value(st: STACK, idx: c_int) -> *mut c_void; in sk_value() 68 pub(crate) unsafe fn unified_sk_value(st: STACK, idx: c_int) -> *mut c_void { in unified_sk_value() 106 pub(crate) unsafe fn unified_sk_pop(st: STACK) -> *mut c_void { in unified_sk_pop()
|
| D | bio.rs | 23 pub(crate) fn BIO_new_mem_buf(buf: *const c_void, len: c_int) -> *mut BIO; in BIO_new_mem_buf() 25 pub(crate) fn BIO_set_data(a: *mut BIO, data: *mut c_void); in BIO_set_data() 27 pub(crate) fn BIO_get_data(a: *mut BIO) -> *mut c_void; in BIO_get_data()
|
| D | pem.rs | 35 user_data: *mut c_void, in PEM_read_bio_X509()
|
| D | ssl.rs | 44 parg: *mut c_void, in SSL_CTX_ctrl() 125 arg: *mut c_void, in SSL_CTX_set_cert_verify_callback() 190 pub(crate) fn SSL_read(ssl: *mut SSL, buf: *mut c_void, num: c_int) -> c_int; in SSL_read() 192 pub(crate) fn SSL_write(ssl: *mut SSL, buf: *const c_void, num: c_int) -> c_int; in SSL_write()
|
| /commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
| D | sys_event.rs | 20 type FfrtFdCallBack = extern "C" fn(*const c_void, c_uint, c_uchar); constant 30 fn ffrt_sys_event_destroy(event: FfrtSysEventHandleT, func: DestroyFunc, arg: *mut c_void); in ffrt_sys_event_destroy() 37 data: *const c_void, in ffrt_poller_register() 48 waker: *mut c_void, in ffrt_timer_start()
|
| D | task.rs | 118 data: *mut c_void, in ffrt_submit_coroutine()
|
| /commonlibrary/rust/ylong_runtime/ylong_signal/src/ |
| D | unix.rs | 56 pub(crate) extern "C" fn sig_handler(sig_num: c_int, sig_info: *mut siginfo_t, data: *mut c_void) { in sig_handler() 87 fn execute_act(act: &sigaction, sig_num: c_int, sig_info: *mut siginfo_t, data: *mut c_void) { in execute_act()
|
| /commonlibrary/c_utils/base/src/rust/ |
| D | ashmem.rs | 49 pub type c_void; typedef 52 pub unsafe fn AsVoidPtr(inPtr: *const c_char) -> *const c_void; in AsVoidPtr() 92 data: *const c_void, in WriteToAshmem() 101 pub unsafe fn ReadFromAshmem(self: &Ashmem, size: i32, offset: i32) -> *const c_void; in ReadFromAshmem()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/quic/ |
| D | mod.rs | 98 &config as *const _ as *const c_void, in connect() constant 299 config: *const c_void, in quiche_conn_new_with_tls() 300 ssl: *mut c_void, in quiche_conn_new_with_tls() 302 ) -> *mut c_void; in quiche_conn_new_with_tls()
|
| /commonlibrary/c_utils/base/include/ |
| D | ashmem.h | 38 using c_void = void; variable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
| D | ffrt_timer.rs | 24 extern "C" fn timer_wake_hook(data: *mut c_void) { in timer_register()
|
| D | spawner.rs | 35 extern "C" fn exec_drop(data: *mut c_void) { in ffrt_submit()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
| D | driver.rs | 323 extern "C" fn ffrt_dispatch_signal_event(data: *const c_void, _ready: c_uint, _new_tick: c_uchar) { in ffrt_dispatch_signal_event() 333 extern "C" fn ffrt_dispatch_event(data: *const c_void, ready: c_uint, new_tick: c_uchar) { in ffrt_dispatch_event() 418 token.0 as *const c_void, in register_source_with_token() constant 439 token as *const c_void, in register_source() constant
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
| D | ctx.rs | 317 list.as_ptr() as *const c_void as *mut c_void, in set_sigalgs_list() constant 323 SSL_CTX_set1_sigalgs_list(ptr, list.as_ptr() as *const c_void as *mut c_void) in set_sigalgs_list() constant
|
| D | ssl_base.rs | 122 unsafe { SSL_write(self.as_ptr(), buf.as_ptr() as *const c_void, len) } in write() constant
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | afd.rs | 140 overlapped: *mut c_void, in poll()
|
| D | winapi.rs | 165 lpvInBuffer: *const c_void, in WSAIoctl() 167 lpvOutBuffer: *mut c_void, in WSAIoctl()
|
| D | selector.rs | 607 fn into_overlapped(sock_state: Pin<Arc<Mutex<SockState>>>) -> *mut c_void { in into_overlapped()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | bio.rs | 187 _ptr: *mut c_void, in ctrl()
|