Searched defs: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 | 35 pub(crate) fn EVP_DigestUpdate(ctx: *mut EVP_MD_CTX, buf: *const c_uchar, cnt: c_int) -> c_int; in EVP_DigestUpdate() 39 buf: *const c_uchar, in EVP_DigestFinal_ex() 58 pp: *mut *const c_uchar, in d2i_X509() 132 ip: *const c_uchar, in X509_VERIFY_PARAM_set1_ip()
|
| D | ssl.rs | 83 data: *const c_uchar, in SSL_CTX_set_alpn_protos() 90 data: *mut *const c_uchar, in SSL_get0_alpn_selected()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
| D | ssl_base.rs | 147 let mut data = null() as *const c_uchar; in negotiated_alpn_protocol() constant
|
| /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()
|