Home
last modified time | relevance | path

Searched refs:c_void (Results 7376 – 7400 of 34385) sorted by last modified time

1...<<291292293294295296297298299300>>...1376

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/core-foundation-0.9.1/src/
H A Dpropertylist.rs14 use std::os::raw::c_void;
27 -> Result<(*const c_void, CFPropertyListFormat), CFError> { in create_with_data() argument
44 pub fn create_data(property_list: *const c_void, format: CFPropertyListFormat) -> Result<CFData, CF… in create_data() argument
/dports/www/castor/castor-0.8.16/cargo-crates/core-foundation-0.7.1/src/
H A Dbase.rs16 use std::os::raw::c_void;
332 unsafe impl FromMutVoid for *const c_void { implementation
350 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
357 unsafe impl FromVoid for *const c_void { implementation
358 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
371 fn to_void(&self) -> *const c_void; in to_void() argument
374 unsafe impl ToVoid<*const c_void> for *const c_void { implementation
375 fn to_void(&self) -> *const c_void { in to_void() argument
381 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
387 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
[all …]
H A Dbundle.rs20 use std::os::raw::c_void;
52 pub fn function_pointer_for_name(&self, function_name: CFString) -> *const c_void { in function_pointer_for_name() argument
H A Dlib.rs99 … let reference = $crate::base::CFRetain(reference as *const ::std::os::raw::c_void) as $ty_ref;
143 fn to_void(&self) -> *const ::std::os::raw::c_void {
150 fn to_void(&self) -> *const ::std::os::raw::c_void {
157 fn to_void(&self) -> *const ::std::os::raw::c_void {
H A Dset.rs17 use std::os::raw::c_void;
21 pub struct CFSet<T = *const c_void>(CFSetRef, PhantomData<T>);
/dports/www/castor/castor-0.8.16/cargo-crates/core-foundation-sys-0.7.2/src/
H A Dbase.rs11 use std::os::raw::{c_uint, c_void, c_int};
16 pub type CFAllocatorRef = *const c_void;
17 pub type CFNullRef = *const c_void;
18 pub type CFTypeRef = *const c_void;
61 pub type CFAllocatorRetainCallBack = extern "C" fn(info: *mut c_void) -> *mut c_void;
65 …eCallBack = extern "C" fn(ptr: *mut c_void, newsize: CFIndex, hint: CFOptionFlags, info: *mut c_vo…
66 pub type CFAllocatorDeallocateCallBack = extern "C" fn(ptr: *mut c_void, info: *mut c_void);
73 pub info: *mut c_void,
85 fn as_void_ptr(&self) -> *const c_void; in as_void_ptr() argument
91 fn as_void_ptr(&self) -> *const c_void { in as_void_ptr() argument
[all …]
H A Dbundle.rs10 use std::os::raw::c_void;
18 pub struct __CFBundle(c_void);
29 …FBundleGetFunctionPointerForName(bundle: CFBundleRef, function_name: CFStringRef) -> *const c_void; in CFBundleGetFunctionPointerForName() argument
H A Dattributed_string.rs10 use std::os::raw::c_void;
16 pub struct __CFAttributedString(c_void);
H A Dset.rs10 use std::os::raw::c_void;
14 pub type CFSetApplierFunction = extern "C" fn (value: *const c_void,
15 context: *const c_void);
34 pub struct __CFSet(c_void);
46 pub fn CFSetCreate(allocator: CFAllocatorRef, values: *const *const c_void, numValues: CFIndex, in CFSetCreate() argument
51 pub fn CFSetContainsValue(theSet: CFSetRef, value: *const c_void) -> Boolean; in CFSetContainsValue()
53 pub fn CFSetGetCountOfValue(theSet: CFSetRef, value: *const c_void) -> CFIndex; in CFSetGetCountOfValue()
54 pub fn CFSetGetValue(theSet: CFSetRef, value: *const c_void) -> *const c_void; in CFSetGetValue() argument
55 … CFSetGetValueIfPresent(theSet: CFSetRef, candidate: *const c_void, value: *mut *const c_void) -> … in CFSetGetValueIfPresent() argument
56 pub fn CFSetGetValues(theSet: CFSetRef, values: *mut *const c_void); in CFSetGetValues() argument
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-foundation-0.9.1/src/
H A Dbase.rs16 use std::os::raw::c_void;
332 unsafe impl FromMutVoid for *const c_void { implementation
350 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
357 unsafe impl FromVoid for *const c_void { implementation
358 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
371 fn to_void(&self) -> *const c_void; in to_void() argument
374 unsafe impl ToVoid<*const c_void> for *const c_void { implementation
375 fn to_void(&self) -> *const c_void { in to_void() argument
381 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
387 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
[all …]
H A Dbundle.rs20 use std::os::raw::c_void;
52 pub fn function_pointer_for_name(&self, function_name: CFString) -> *const c_void { in function_pointer_for_name() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/cocoa-0.20.1/src/
H A Dappkit.rs27 use std::os::raw::c_void;
29 pub type CGLContextObj = *mut c_void;
2342 userData: *mut c_void) -> id /* (NSEvent *) */; in enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_()
2354 unsafe fn eventWithEventRef_(_: Self, eventRef: *const c_void) -> id; in eventWithEventRef_()
2366 unsafe fn eventRef(self) -> *const c_void; in eventRef() argument
2367 unsafe fn CGEvent(self) -> *mut c_void /* CGEventRef */; in CGEvent() argument
2394 unsafe fn userData(self) -> *const c_void; in userData() argument
2515 userData: *mut c_void) -> id /* (NSEvent *) */ in enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_()
2590 unsafe fn eventRef(self) -> *const c_void { in eventRef() argument
2594 unsafe fn CGEvent(self) -> *mut c_void /* CGEventRef */ { in CGEvent() argument
[all …]
H A Dfoundation.rs13 use std::os::raw::c_void;
1133 unsafe fn dataWithBytesNoCopy_length_freeWhenDone_(_: Self, bytes: *const c_void, in dataWithBytesNoCopy_length_freeWhenDone_() argument
1164 unsafe fn initWithBytes_length_(self, bytes: *const c_void, length: NSUInteger) -> id; in initWithBytes_length_() argument
1169 unsafe fn initWithBytesNoCopy_length_freeWhenDone_(self, bytes: *const c_void, in initWithBytesNoCopy_length_freeWhenDone_() argument
1179 unsafe fn bytes(self) -> *const c_void; in bytes() argument
1182 unsafe fn getBytes_length_(self, buffer: *mut c_void, length: NSUInteger); in getBytes_length_() argument
1183 unsafe fn getBytes_range_(self, buffer: *mut c_void, range: NSRange); in getBytes_range_() argument
1225 unsafe fn initWithBytesNoCopy_length_freeWhenDone_(self, bytes: *const c_void, in initWithBytesNoCopy_length_freeWhenDone_() argument
1252 unsafe fn bytes(self) -> *const c_void { in bytes() argument
1264 unsafe fn getBytes_length_(self, buffer: *mut c_void, length: NSUInteger) { in getBytes_length_() argument
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/core-foundation-0.9.1/src/
H A Dpropertylist.rs14 use std::os::raw::c_void;
27 -> Result<(*const c_void, CFPropertyListFormat), CFError> { in create_with_data() argument
44 pub fn create_data(property_list: *const c_void, format: CFPropertyListFormat) -> Result<CFData, CF… in create_data() argument
H A Dlib.rs99 … let reference = $crate::base::CFRetain(reference as *const ::std::os::raw::c_void) as $ty_ref;
143 fn to_void(&self) -> *const ::std::os::raw::c_void {
150 fn to_void(&self) -> *const ::std::os::raw::c_void {
157 fn to_void(&self) -> *const ::std::os::raw::c_void {
H A Dbase.rs16 use std::os::raw::c_void;
332 unsafe impl FromMutVoid for *const c_void { implementation
350 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
357 unsafe impl FromVoid for *const c_void { implementation
358 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
371 fn to_void(&self) -> *const c_void; in to_void() argument
374 unsafe impl ToVoid<*const c_void> for *const c_void { implementation
375 fn to_void(&self) -> *const c_void { in to_void() argument
381 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
387 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
[all …]
H A Dbundle.rs20 use std::os::raw::c_void;
52 pub fn function_pointer_for_name(&self, function_name: CFString) -> *const c_void { in function_pointer_for_name() argument
H A Dset.rs17 use std::os::raw::c_void;
21 pub struct CFSet<T = *const c_void>(CFSetRef, PhantomData<T>);
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/core-foundation-0.9.1/src/
H A Dbundle.rs20 use std::os::raw::c_void;
52 pub fn function_pointer_for_name(&self, function_name: CFString) -> *const c_void { in function_pointer_for_name() argument
H A Dbase.rs16 use std::os::raw::c_void;
332 unsafe impl FromMutVoid for *const c_void { implementation
350 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
357 unsafe impl FromVoid for *const c_void { implementation
358 unsafe fn from_void<'a>(x: *const c_void) -> ItemRef<'a, Self> { in from_void()
371 fn to_void(&self) -> *const c_void; in to_void() argument
374 unsafe impl ToVoid<*const c_void> for *const c_void { implementation
375 fn to_void(&self) -> *const c_void { in to_void() argument
381 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
387 fn to_void(&self) -> *const ::std::os::raw::c_void { in to_void() argument
[all …]
H A Dset.rs17 use std::os::raw::c_void;
21 pub struct CFSet<T = *const c_void>(CFSetRef, PhantomData<T>);
H A Dlib.rs99 … let reference = $crate::base::CFRetain(reference as *const ::std::os::raw::c_void) as $ty_ref;
143 fn to_void(&self) -> *const ::std::os::raw::c_void {
150 fn to_void(&self) -> *const ::std::os::raw::c_void {
157 fn to_void(&self) -> *const ::std::os::raw::c_void {
H A Dpropertylist.rs14 use std::os::raw::c_void;
27 -> Result<(*const c_void, CFPropertyListFormat), CFError> { in create_with_data() argument
44 pub fn create_data(property_list: *const c_void, format: CFPropertyListFormat) -> Result<CFData, CF… in create_data() argument
/dports/www/xh/xh-0.14.1/cargo-crates/core-foundation-0.9.1/src/
H A Dset.rs17 use std::os::raw::c_void;
21 pub struct CFSet<T = *const c_void>(CFSetRef, PhantomData<T>);
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-foundation-0.9.1/src/
H A Dlib.rs99 … let reference = $crate::base::CFRetain(reference as *const ::std::os::raw::c_void) as $ty_ref;
143 fn to_void(&self) -> *const ::std::os::raw::c_void {
150 fn to_void(&self) -> *const ::std::os::raw::c_void {
157 fn to_void(&self) -> *const ::std::os::raw::c_void {

1...<<291292293294295296297298299300>>...1376