/external/rust/crates/nix/src/sys/ |
D | mman.rs | 306 pub unsafe fn mlock(addr: *const c_void, length: size_t) -> Result<()> { in mlock() 319 pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()> { in munlock() 348 …ub unsafe fn mmap(addr: *mut c_void, length: size_t, prot: ProtFlags, flags: MapFlags, fd: RawFd, … in mmap() 367 addr: *mut c_void, in mremap() 371 new_address: Option<* mut c_void>, in mremap() 372 ) -> Result<*mut c_void> { in mremap() 399 pub unsafe fn munmap(addr: *mut c_void, len: size_t) -> Result<()> { in munmap() 411 pub unsafe fn madvise(addr: *mut c_void, length: size_t, advise: MmapAdvise) -> Result<()> { in madvise() 440 pub unsafe fn mprotect(addr: *mut c_void, length: size_t, prot: ProtFlags) -> Result<()> { in mprotect() 452 pub unsafe fn msync(addr: *mut c_void, length: size_t, flags: MsFlags) -> Result<()> { in msync()
|
/external/rust/cxx/src/ |
D | weak_ptr.rs | 47 let this = self as *const Self as *const c_void; in upgrade() constant 103 unsafe fn __null(new: *mut c_void); in __null() 105 unsafe fn __clone(this: *const c_void, new: *mut c_void); in __clone() 107 unsafe fn __downgrade(shared: *const c_void, new: *mut c_void); in __downgrade() 109 unsafe fn __upgrade(weak: *const c_void, shared: *mut c_void); in __upgrade() 111 unsafe fn __drop(this: *mut c_void); in __drop()
|
D | unique_ptr.rs | 221 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void>; in __raw() 227 unsafe fn __drop(repr: MaybeUninit<*mut c_void>); in __drop() 232 fn unique_ptr_std_string_null(this: *mut MaybeUninit<*mut c_void>); in unique_ptr_std_string_null() 234 fn unique_ptr_std_string_raw(this: *mut MaybeUninit<*mut c_void>, raw: *mut CxxString); in unique_ptr_std_string_raw() 240 fn unique_ptr_std_string_drop(this: *mut MaybeUninit<*mut c_void>); in unique_ptr_std_string_drop() 257 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void> { in __raw() 271 unsafe fn __drop(mut repr: MaybeUninit<*mut c_void>) { in __drop() 289 unsafe fn __raw(raw: *mut Self) -> MaybeUninit<*mut c_void> { in __raw() 301 unsafe fn __drop(repr: MaybeUninit<*mut c_void>) { in __drop()
|
D | shared_ptr.rs | 55 let this = self as *const Self as *const c_void; in is_null() constant 63 let this = self as *const Self as *const c_void; in as_ref() constant 76 let this = self as *const Self as *const c_void; in downgrade() constant 184 unsafe fn __null(new: *mut c_void); in __null() 197 unsafe fn __clone(this: *const c_void, new: *mut c_void); in __clone() 201 unsafe fn __drop(this: *mut c_void); in __drop()
|
/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 619 fn ffi_ptr(&mut self) -> *mut c_void; in ffi_ptr() 633 fn ffi_ptr(&self) -> *const c_void; in ffi_ptr() 653 fn ffi_ptr(&mut self) -> *mut c_void { in ffi_ptr() 677 fn ffi_ptr(&self) -> *const c_void { in ffi_ptr() 678 self.ptr as *const T as *const c_void in ffi_ptr() constant 700 fn ffi_ptr(&mut self) -> *mut c_void { in ffi_ptr() 724 fn ffi_ptr(&self) -> *const c_void { in ffi_ptr() 725 &self.val as *const c_int as *const c_void in ffi_ptr() constant 747 fn ffi_ptr(&mut self) -> *mut c_void { in ffi_ptr() 771 fn ffi_ptr(&self) -> *const c_void { in ffi_ptr() [all …]
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | mod.rs | 454 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() 458 msgp: *mut ::c_void, in msgrcv() 472 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t; in getrandom() 473 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() 475 pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_bcmp() 476 pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_memcmp()
|
/external/rust/crates/ash/src/vk/ |
D | platform_types.rs | 4 pub type Display = *const c_void; constant 12 pub type MirConnection = *const c_void; constant 13 pub type MirSurface = *const c_void; constant 14 pub type HINSTANCE = *const c_void; constant 15 pub type HWND = *const c_void; constant
|
/external/rust/crates/shared_library/src/ |
D | dynamic_library.rs | 282 handle: *mut libc::c_void, in symbol() 296 ) -> *mut libc::c_void; in dlopen() 299 handle: *mut libc::c_void, in dlsym() 301 ) -> *mut libc::c_void; in dlsym() 303 handle: *mut libc::c_void, in dlclose() 387 pub unsafe fn symbol(handle: *mut libc::c_void, symbol: *const libc::c_char) -> *mut u8 { in symbol() 397 fn LoadLibraryW(name: *const libc::c_void) -> *mut libc::c_void; in LoadLibraryW() 401 handle: *mut *mut libc::c_void, in GetModuleHandleExW() 404 handle: *mut libc::c_void, in GetProcAddress() 406 ) -> *mut libc::c_void; in GetProcAddress() [all …]
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | mod.rs | 475 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() 479 msgp: *mut ::c_void, in msgrcv() 495 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t; in getrandom() 496 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() 497 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() 499 pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_bcmp() 500 pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_memcmp()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
D | mod.rs | 475 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() 479 msgp: *mut ::c_void, in msgrcv() 495 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t; in getrandom() 496 pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int; in getentropy() 497 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() 499 pub fn timingsafe_bcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_bcmp() 500 pub fn timingsafe_memcmp(a: *const ::c_void, b: *const ::c_void, len: ::size_t) -> ::c_int; in timingsafe_memcmp()
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.6.8.rs | 235 … *mut ::std::os::raw::c_void, in sqlite3_exec() 244 arg2: *mut ::std::os::raw::c_void, in sqlite3_exec() 531 … *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 572 -> *mut ::std::os::raw::c_void; in sqlite3_malloc() 575 pub fn sqlite3_realloc(arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc() 577 -> *mut ::std::os::raw::c_void; in sqlite3_realloc() 580 pub fn sqlite3_free(arg1: *mut ::std::os::raw::c_void); in sqlite3_free() 591 P: *mut ::std::os::raw::c_void); in sqlite3_randomness() 597 … *mut ::std::os::raw::c_void, in sqlite3_set_authorizer() 617 … *mut ::std::os::raw::c_void, in sqlite3_trace() [all …]
|
D | bindgen_3.6.23.rs | 263 … *mut ::std::os::raw::c_void, in sqlite3_exec() 272 arg2: *mut ::std::os::raw::c_void, in sqlite3_exec() 559 … *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 600 -> *mut ::std::os::raw::c_void; in sqlite3_malloc() 603 pub fn sqlite3_realloc(arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc() 605 -> *mut ::std::os::raw::c_void; in sqlite3_realloc() 608 pub fn sqlite3_free(arg1: *mut ::std::os::raw::c_void); in sqlite3_free() 619 P: *mut ::std::os::raw::c_void); in sqlite3_randomness() 625 … *mut ::std::os::raw::c_void, in sqlite3_set_authorizer() 645 … *mut ::std::os::raw::c_void, in sqlite3_trace() [all …]
|
D | bindgen_3.7.7.rs | 308 … *mut ::std::os::raw::c_void, in sqlite3_exec() 317 arg2: *mut ::std::os::raw::c_void, in sqlite3_exec() 657 … *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 705 -> *mut ::std::os::raw::c_void; in sqlite3_malloc() 708 pub fn sqlite3_realloc(arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc() 710 -> *mut ::std::os::raw::c_void; in sqlite3_realloc() 713 pub fn sqlite3_free(arg1: *mut ::std::os::raw::c_void); in sqlite3_free() 724 P: *mut ::std::os::raw::c_void); in sqlite3_randomness() 730 … *mut ::std::os::raw::c_void, in sqlite3_set_authorizer() 750 … *mut ::std::os::raw::c_void, in sqlite3_trace() [all …]
|
D | bindgen_3.7.16.rs | 342 … *mut ::std::os::raw::c_void, in sqlite3_exec() 351 arg2: *mut ::std::os::raw::c_void, in sqlite3_exec() 691 … *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 739 -> *mut ::std::os::raw::c_void; in sqlite3_malloc() 742 pub fn sqlite3_realloc(arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc() 744 -> *mut ::std::os::raw::c_void; in sqlite3_realloc() 747 pub fn sqlite3_free(arg1: *mut ::std::os::raw::c_void); in sqlite3_free() 758 P: *mut ::std::os::raw::c_void); in sqlite3_randomness() 764 … *mut ::std::os::raw::c_void, in sqlite3_set_authorizer() 784 … *mut ::std::os::raw::c_void, in sqlite3_trace() [all …]
|
/external/rust/crates/libc/src/windows/msvc/ |
D | mod.rs | 15 dest: *mut ::c_void, in memccpy() 16 src: *const ::c_void, in memccpy() 19 ) -> *mut ::c_void; in memccpy()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | bindgen_bundled_version.rs | 504 arg1: *mut ::std::os::raw::c_void, in sqlite3_exec() 510 arg2: *mut ::std::os::raw::c_void, in sqlite3_exec() 1394 arg1: *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 1398 arg3: *mut ::std::os::raw::c_void, in sqlite3_busy_handler() 1433 pub fn sqlite3_malloc(arg1: ::std::os::raw::c_int) -> *mut ::std::os::raw::c_void; in sqlite3_malloc() 1436 pub fn sqlite3_malloc64(arg1: sqlite3_uint64) -> *mut ::std::os::raw::c_void; in sqlite3_malloc64() 1440 arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc() 1442 ) -> *mut ::std::os::raw::c_void; in sqlite3_realloc() 1446 arg1: *mut ::std::os::raw::c_void, in sqlite3_realloc64() 1448 ) -> *mut ::std::os::raw::c_void; in sqlite3_realloc64() [all …]
|
/external/rust/crates/jni/src/wrapper/objects/ |
D | auto_primitive_array.rs | 28 ptr: *mut c_void, in new() 42 pub fn as_ptr(&self) -> *mut c_void { in as_ptr() 86 impl<'a> From<&'a AutoPrimitiveArray<'a, '_>> for *mut c_void { implementation 87 fn from(other: &'a AutoPrimitiveArray) -> *mut c_void { in from()
|
/external/rust/crates/libc/src/ |
D | psp.rs | 2612 buf: *mut c_void, in sceAudioOutputPanned() 2618 buf: *mut c_void, in sceAudioOutputPannedBlocking() 2639 pub fn sceAudioInputBlocking(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void); in sceAudioInputBlocking() 2640 pub fn sceAudioInput(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void); in sceAudioInput() 2646 pub fn sceAtracSetDataAndGetID(buf: *mut c_void, bufsize: usize) -> i32; in sceAtracSetDataAndGetID() 2737 top_addr: *mut *mut c_void, in sceDisplayGetFrameBuf() 2762 list: *const c_void, in sceGeListEnQueue() 2763 stall: *mut c_void, in sceGeListEnQueue() 2768 list: *const c_void, in sceGeListEnQueueHead() 2769 stall: *mut c_void, in sceGeListEnQueueHead() [all …]
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 422 base: *mut c_void, in qsort() 425 compar: ::Option<unsafe extern "C" fn(*const c_void, *const c_void) -> c_int>, in qsort() 428 key: *const c_void, in bsearch() 429 base: *const c_void, in bsearch() 432 compar: ::Option<unsafe extern "C" fn(*const c_void, *const c_void) -> c_int>, in bsearch() 433 ) -> *mut c_void; in bsearch() 444 pub fn fmemopen(buf: *mut c_void, size: size_t, mode: *const c_char) -> *mut FILE; in fmemopen() 466 pub fn fread(ptr: *mut c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fread() 471 pub fn fwrite(ptr: *const c_void, size: size_t, nobj: size_t, stream: *mut FILE) -> size_t; in fwrite() 492 pub fn calloc(nobj: size_t, size: size_t) -> *mut c_void; in calloc() [all …]
|
/external/rust/crates/memchr/src/memchr/ |
D | c.rs | 12 haystack.as_ptr() as *const c_void, in memchr() constant 34 haystack.as_ptr() as *const c_void, in memrchr() constant
|
/external/rust/crates/rusqlite/src/ |
D | collation.rs | 12 unsafe extern "C" fn free_boxed_value<T>(p: *mut c_void) { in free_boxed_value() 50 arg1: *mut c_void, in create_collation() 52 arg3: *const c_void, in create_collation() 54 arg5: *const c_void, in create_collation() 115 arg1: *mut c_void, in collation_needed()
|
/external/crosvm/rutabaga_gfx/src/ |
D | renderer_utils.rs | 43 pub unsafe extern "C" fn write_fence(cookie: *mut c_void, fence: u32) { in write_fence() 63 cookie: *mut c_void, in write_context_fence() 86 pub unsafe extern "C" fn get_server_fd(cookie: *mut c_void, version: u32) -> c_int { in get_server_fd()
|
/external/crosvm/media/libvda/src/decode/ |
D | bindings.rs | 148 pub fn initialize(impl_type: vda_impl_type_t) -> *mut ::std::os::raw::c_void; in initialize() 151 pub fn deinitialize(impl_: *mut ::std::os::raw::c_void); in deinitialize() 158 impl_: *mut ::std::os::raw::c_void, in init_decode_session() 164 impl_: *mut ::std::os::raw::c_void, in close_decode_session() 170 ctx: *mut ::std::os::raw::c_void, in vda_decode() 179 ctx: *mut ::std::os::raw::c_void, in vda_set_output_buffer_count() 185 ctx: *mut ::std::os::raw::c_void, in vda_use_output_buffer() 196 ctx: *mut ::std::os::raw::c_void, in vda_reuse_output_buffer()
|
/external/rust/crates/grpcio-sys/bindings/ |
D | aarch64-unknown-linux-gnu-bindings.rs | 365 pub fn gpr_event_set(ev: *mut gpr_event, value: *mut ::std::os::raw::c_void); in gpr_event_set() 373 pub fn gpr_event_get(ev: *mut gpr_event) -> *mut ::std::os::raw::c_void; in gpr_event_get() 384 ) -> *mut ::std::os::raw::c_void; in gpr_event_wait() 448 p: *mut ::std::os::raw::c_void, in grpc_slice_new() 450 destroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in grpc_slice_new() 459 p: *mut ::std::os::raw::c_void, in grpc_slice_new_with_user_data() 461 destroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in grpc_slice_new_with_user_data() 462 user_data: *mut ::std::os::raw::c_void, in grpc_slice_new_with_user_data() 469 p: *mut ::std::os::raw::c_void, in grpc_slice_new_with_len() 472 unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void, arg2: usize), in grpc_slice_new_with_len() [all …]
|
D | x86_64-unknown-linux-gnu-bindings.rs | 365 pub fn gpr_event_set(ev: *mut gpr_event, value: *mut ::std::os::raw::c_void); in gpr_event_set() 373 pub fn gpr_event_get(ev: *mut gpr_event) -> *mut ::std::os::raw::c_void; in gpr_event_get() 384 ) -> *mut ::std::os::raw::c_void; in gpr_event_wait() 448 p: *mut ::std::os::raw::c_void, in grpc_slice_new() 450 destroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in grpc_slice_new() 459 p: *mut ::std::os::raw::c_void, in grpc_slice_new_with_user_data() 461 destroy: ::std::option::Option<unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void)>, in grpc_slice_new_with_user_data() 462 user_data: *mut ::std::os::raw::c_void, in grpc_slice_new_with_user_data() 469 p: *mut ::std::os::raw::c_void, in grpc_slice_new_with_len() 472 unsafe extern "C" fn(arg1: *mut ::std::os::raw::c_void, arg2: usize), in grpc_slice_new_with_len() [all …]
|