Home
last modified time | relevance | path

Searched defs:c_long (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/rust/crates/nix/src/sys/
Dresource.rs317 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/
Dtls1.rs23 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()
Dssl.rs245 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 …]
Dbio.rs31 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/
Docsp.rs37 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()
Dbio.rs49 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/
Dlinux.rs196 ) -> 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/
Dx86.rs3 pub type c_long = i32; typedef
Dx86_64.rs3 pub type c_long = i64; typedef
Daarch64.rs3 pub type c_long = i64; typedef
Dpowerpc64.rs3 pub type c_long = i64; typedef
Dpowerpc.rs3 pub type c_long = i32; typedef
Darm.rs3 pub type c_long = i32; typedef
/third_party/rust/crates/libc/src/solid/
Daarch64.rs3 pub type c_long = i64; typedef
Darm.rs3 pub type c_long = i32; typedef
/third_party/rust/crates/libc/src/unix/nto/
Daarch64.rs3 pub type c_long = i64; typedef
/third_party/rust/crates/libc/src/unix/newlib/powerpc/
Dmod.rs5 pub type c_long = i32; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield_align_2.rs147 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/
Db64.rs2 pub type c_long = i64; typedef
Db32.rs1 pub type c_long = i32; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dx86.rs1 pub type c_long = i32; typedef
Dsparc64.rs1 pub type c_long = i64; typedef
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dpowerpc64.rs1 pub type c_long = i64; typedef
Dx86.rs1 pub type c_long = i32; typedef
Dpowerpc.rs1 pub type c_long = i32; typedef

12345