| /third_party/rust/crates/nix/src/sys/ |
| D | resource.rs | 317 pub fn max_rss(&self) -> c_long { in max_rss() 323 pub fn shared_integral(&self) -> c_long { in shared_integral() 329 pub fn unshared_data_integral(&self) -> c_long { in unshared_data_integral() 335 pub fn unshared_stack_integral(&self) -> c_long { in unshared_stack_integral() 341 pub fn minor_page_faults(&self) -> c_long { in minor_page_faults() 346 pub fn major_page_faults(&self) -> c_long { in major_page_faults() 351 pub fn full_swaps(&self) -> c_long { in full_swaps() 356 pub fn block_reads(&self) -> c_long { in block_reads() 361 pub fn block_writes(&self) -> c_long { in block_writes() 366 pub fn ipc_sends(&self) -> c_long { in ipc_sends() [all …]
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| D | tls1.rs | 23 pub unsafe fn SSL_set_tlsext_host_name(s: *mut SSL, name: *mut c_char) -> c_long { in SSL_set_tlsext_host_name() 32 pub unsafe fn SSL_set_tlsext_status_type(s: *mut SSL, type_: c_int) -> c_long { in SSL_set_tlsext_status_type() 41 pub unsafe fn SSL_get_tlsext_status_ocsp_resp(ssl: *mut SSL, resp: *mut *mut c_uchar) -> c_long { in SSL_get_tlsext_status_ocsp_resp() 53 len: c_long, in SSL_set_tlsext_status_ocsp_resp() 54 ) -> c_long { in SSL_set_tlsext_status_ocsp_resp() 69 ) -> c_long { in SSL_CTX_set_tlsext_servername_callback() 76 ) -> c_long { in SSL_CTX_set_tlsext_servername_callback__fixed_rust() 85 pub unsafe fn SSL_CTX_set_tlsext_servername_arg(ctx: *mut SSL_CTX, arg: *mut c_void) -> c_long { in SSL_CTX_set_tlsext_servername_arg() 92 ) -> c_long { in SSL_CTX_set_tlsext_status_cb() 96 pub unsafe fn SSL_CTX_set_tlsext_status_arg(ctx: *mut SSL_CTX, arg: *mut c_void) -> c_long { in SSL_CTX_set_tlsext_status_arg()
|
| D | ssl.rs | 245 pub unsafe fn SSL_CTX_set_mode(ctx: *mut SSL_CTX, op: c_long) -> c_long { in SSL_CTX_set_mode() 278 pub unsafe fn SSL_set_mtu(ssl: *mut SSL, mtu: c_long) -> c_long { in SSL_set_mtu() 283 pub unsafe fn SSL_get_extms_support(ssl: *mut SSL) -> c_long { in SSL_get_extms_support() 363 pub unsafe fn SSL_CTX_set_tmp_dh(ctx: *mut SSL_CTX, dh: *mut DH) -> c_long { in SSL_CTX_set_tmp_dh() 367 pub unsafe fn SSL_CTX_set_tmp_ecdh(ctx: *mut SSL_CTX, key: *mut EC_KEY) -> c_long { in SSL_CTX_set_tmp_ecdh() 371 pub unsafe fn SSL_set_tmp_dh(ssl: *mut SSL, dh: *mut DH) -> c_long { in SSL_set_tmp_dh() 375 pub unsafe fn SSL_set_tmp_ecdh(ssl: *mut SSL, key: *mut EC_KEY) -> c_long { in SSL_set_tmp_ecdh() 379 pub unsafe fn SSL_CTX_add_extra_chain_cert(ctx: *mut SSL_CTX, x509: *mut X509) -> c_long { in SSL_CTX_add_extra_chain_cert() 386 ) -> c_long { in SSL_CTX_get_extra_chain_certs() 391 pub unsafe fn SSL_CTX_set0_verify_cert_store(ctx: *mut SSL_CTX, st: *mut X509_STORE) -> c_long { in SSL_CTX_set0_verify_cert_store() [all …]
|
| D | bio.rs | 31 pub unsafe fn BIO_get_mem_data(b: *mut BIO, pp: *mut *mut c_char) -> c_long { in BIO_get_mem_data() 58 read: unsafe extern "C" fn(*mut BIO, c_int, c_long, *mut c_void) -> c_long, in BIO_meth_set_ctrl() argument
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | ocsp.rs | 37 sec: c_long, in OCSP_check_validity() 38 maxsec: c_long, in OCSP_check_validity() 62 length: c_long, in d2i_OCSP_RESPONSE() 80 length: c_long, in d2i_OCSP_REQUEST()
|
| D | bio.rs | 49 pub fn BIO_ctrl(b: *mut BIO, cmd: c_int, larg: c_long, parg: *mut c_void) -> c_long; in BIO_ctrl() 94 read: Option<unsafe extern "C" fn(*mut BIO, c_int, c_long, *mut c_void) -> c_long>, in BIO_meth_set_ctrl__fixed_rust() argument
|
| /third_party/rust/crates/nix/src/sys/ptrace/ |
| D | linux.rs | 196 ) -> Result<c_long> { in ptrace_peek() 268 ) -> Result<c_long> { in ptrace_other() 292 pub fn getevent(pid: Pid) -> Result<c_long> { in getevent() 527 pub fn read(pid: Pid, addr: AddressType) -> Result<c_long> { in read() 547 pub fn read_user(pid: Pid, offset: AddressType) -> Result<c_long> { in read_user()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | x86.rs | 3 pub type c_long = i32; typedef
|
| D | x86_64.rs | 3 pub type c_long = i64; typedef
|
| D | aarch64.rs | 3 pub type c_long = i64; typedef
|
| D | powerpc64.rs | 3 pub type c_long = i64; typedef
|
| D | powerpc.rs | 3 pub type c_long = i32; typedef
|
| D | arm.rs | 3 pub type c_long = i32; typedef
|
| /third_party/rust/crates/libc/src/solid/ |
| D | aarch64.rs | 3 pub type c_long = i64; typedef
|
| D | arm.rs | 3 pub type c_long = i32; typedef
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | aarch64.rs | 3 pub type c_long = i64; typedef
|
| /third_party/rust/crates/libc/src/unix/newlib/powerpc/ |
| D | mod.rs | 5 pub type c_long = i32; typedef
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | bitfield_align_2.rs | 147 pub fn ptr(&self) -> ::std::os::raw::c_long { in ptr() 153 pub fn set_ptr(&mut self, val: ::std::os::raw::c_long) { in set_ptr() 162 ptr: ::std::os::raw::c_long, in new_bitfield_1()
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | b64.rs | 2 pub type c_long = i64; typedef
|
| D | b32.rs | 1 pub type c_long = i32; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | x86.rs | 1 pub type c_long = i32; typedef
|
| D | sparc64.rs | 1 pub type c_long = i64; typedef
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | powerpc64.rs | 1 pub type c_long = i64; typedef
|
| D | x86.rs | 1 pub type c_long = i32; typedef
|
| D | powerpc.rs | 1 pub type c_long = i32; typedef
|