Searched refs:c_uchar (Results 1 – 4 of 4) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
D | x509.rs | 14 use libc::{c_char, c_int, c_long, c_uchar, c_uint, size_t}; 30 pp: *mut *const c_uchar, in d2i_X509() argument 67 ip: *const c_uchar, in X509_VERIFY_PARAM_set1_ip() argument
|
D | ssl.rs | 14 use libc::{c_char, c_int, c_long, c_uchar, c_uint, c_void}; 83 data: *const c_uchar, in SSL_CTX_set_alpn_protos() argument
|
/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
D | sys_event.rs | 14 use libc::{c_int, c_uchar, c_uint, c_void}; 20 type FfrtFdCallBack = extern "C" fn(*const c_void, c_uint, c_uchar);
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
D | driver.rs | 27 use libc::{c_void, c_int, c_uint, c_uchar}; 301 extern "C" fn ffrt_dispatch_event(data: *const c_void, ready: c_uint, new_tick: c_uchar) { in ffrt_dispatch_event() argument
|