Home
last modified time | relevance | path

Searched refs:c_void (Results 301 – 325 of 30161) sorted by relevance

1...<<11121314151617181920>>...1207

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/x11/src/
H A Dxt.rs14 c_void,
40 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
46 …dInput (_4: c_int, _3: *mut c_void, _2: Option<unsafe extern "C" fn (*mut c_void, *mut c_int, *mut…
90 pub fn XtCallbackExclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
91 pub fn XtCallbackNone (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
92 pub fn XtCallbackNonexclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
93 pub fn XtCallbackPopdown (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
94 pub fn XtCallbackReleaseCacheRef (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
95 pub fn XtCallbackReleaseCacheRefList (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
265 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/x11-2.18.1/src/
H A Dxt.rs14 c_void,
40 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
46 …dInput (_4: c_int, _3: *mut c_void, _2: Option<unsafe extern "C" fn (*mut c_void, *mut c_int, *mut…
90 pub fn XtCallbackExclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
91 pub fn XtCallbackNone (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
92 pub fn XtCallbackNonexclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
93 pub fn XtCallbackPopdown (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
94 pub fn XtCallbackReleaseCacheRef (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
95 pub fn XtCallbackReleaseCacheRefList (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
265 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/x11-2.18.2/src/
H A Dxt.rs14 c_void,
40 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
46 …dInput (_4: c_int, _3: *mut c_void, _2: Option<unsafe extern "C" fn (*mut c_void, *mut c_int, *mut…
90 pub fn XtCallbackExclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
91 pub fn XtCallbackNone (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
92 pub fn XtCallbackNonexclusive (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
93 pub fn XtCallbackPopdown (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
94 pub fn XtCallbackReleaseCacheRef (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
95 pub fn XtCallbackReleaseCacheRefList (_3: Widget, _2: *mut c_void, _1: *mut c_void) -> (),
265 …st c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *mut c_void) -…
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/core-graphics/src/
H A Ddata_provider.rs17 use std::os::raw::c_void;
21 pub type CGDataProviderGetBytesCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, size_t…
27 … type CGDataProviderGetBytePointerCallback = Option<unsafe extern fn (*mut c_void) -> *mut c_void>;
28 pub type CGDataProviderGetBytesAtOffsetCallback = Option<unsafe extern fn (*mut c_void, *mut c_void
29 …e CGDataProviderReleaseBytePointerCallback = Option<unsafe extern fn (*mut c_void, *const c_void)>;
30 pub type CGDataProviderReleaseDataCallback = Option<unsafe extern fn (*mut c_void, *const c_void, s…
31 …ProviderGetBytesAtPositionCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, off_t, siz…
62 unsafe extern "C" fn release<T>(info: *mut c_void, _: *const c_void, _: size_t) { in from_buffer() argument
70 let ptr = buffer.as_ptr() as *const c_void; in from_slice()
86 unsafe extern "C" fn release(info: *mut c_void, _: *const c_void, _: size_t) { in from_custom_data() argument
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-graphics-0.22.2/src/
H A Ddata_provider.rs17 use std::os::raw::c_void;
21 pub type CGDataProviderGetBytesCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, size_t…
27 … type CGDataProviderGetBytePointerCallback = Option<unsafe extern fn (*mut c_void) -> *mut c_void>;
28 pub type CGDataProviderGetBytesAtOffsetCallback = Option<unsafe extern fn (*mut c_void, *mut c_void
29 …e CGDataProviderReleaseBytePointerCallback = Option<unsafe extern fn (*mut c_void, *const c_void)>;
30 pub type CGDataProviderReleaseDataCallback = Option<unsafe extern fn (*mut c_void, *const c_void, s…
31 …ProviderGetBytesAtPositionCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, off_t, siz…
62 unsafe extern "C" fn release<T>(info: *mut c_void, _: *const c_void, _: size_t) { in from_buffer() argument
70 let ptr = buffer.as_ptr() as *const c_void; in from_slice()
86 unsafe extern "C" fn release(info: *mut c_void, _: *const c_void, _: size_t) { in from_custom_data() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-graphics/src/
H A Ddata_provider.rs17 use std::os::raw::c_void;
21 pub type CGDataProviderGetBytesCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, size_t…
27 … type CGDataProviderGetBytePointerCallback = Option<unsafe extern fn (*mut c_void) -> *mut c_void>;
28 pub type CGDataProviderGetBytesAtOffsetCallback = Option<unsafe extern fn (*mut c_void, *mut c_void
29 …e CGDataProviderReleaseBytePointerCallback = Option<unsafe extern fn (*mut c_void, *const c_void)>;
30 pub type CGDataProviderReleaseDataCallback = Option<unsafe extern fn (*mut c_void, *const c_void, s…
31 …ProviderGetBytesAtPositionCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, off_t, siz…
62 unsafe extern "C" fn release<T>(info: *mut c_void, _: *const c_void, _: size_t) { in from_buffer() argument
70 let ptr = buffer.as_ptr() as *const c_void; in from_slice()
86 unsafe extern "C" fn release(info: *mut c_void, _: *const c_void, _: size_t) { in from_custom_data() argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-graphics-0.22.2/src/
H A Ddata_provider.rs17 use std::os::raw::c_void;
21 pub type CGDataProviderGetBytesCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, size_t…
27 … type CGDataProviderGetBytePointerCallback = Option<unsafe extern fn (*mut c_void) -> *mut c_void>;
28 pub type CGDataProviderGetBytesAtOffsetCallback = Option<unsafe extern fn (*mut c_void, *mut c_void
29 …e CGDataProviderReleaseBytePointerCallback = Option<unsafe extern fn (*mut c_void, *const c_void)>;
30 pub type CGDataProviderReleaseDataCallback = Option<unsafe extern fn (*mut c_void, *const c_void, s…
31 …ProviderGetBytesAtPositionCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, off_t, siz…
62 unsafe extern "C" fn release<T>(info: *mut c_void, _: *const c_void, _: size_t) { in from_buffer() argument
70 let ptr = buffer.as_ptr() as *const c_void; in from_slice()
86 unsafe extern "C" fn release(info: *mut c_void, _: *const c_void, _: size_t) { in from_custom_data() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-graphics/src/
H A Ddata_provider.rs17 use std::os::raw::c_void;
21 pub type CGDataProviderGetBytesCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, size_t…
27 … type CGDataProviderGetBytePointerCallback = Option<unsafe extern fn (*mut c_void) -> *mut c_void>;
28 pub type CGDataProviderGetBytesAtOffsetCallback = Option<unsafe extern fn (*mut c_void, *mut c_void
29 …e CGDataProviderReleaseBytePointerCallback = Option<unsafe extern fn (*mut c_void, *const c_void)>;
30 pub type CGDataProviderReleaseDataCallback = Option<unsafe extern fn (*mut c_void, *const c_void, s…
31 …ProviderGetBytesAtPositionCallback = Option<unsafe extern fn (*mut c_void, *mut c_void, off_t, siz…
62 unsafe extern "C" fn release<T>(info: *mut c_void, _: *const c_void, _: size_t) { in from_buffer() argument
70 let ptr = buffer.as_ptr() as *const c_void; in from_slice()
86 unsafe extern "C" fn release(info: *mut c_void, _: *const c_void, _: size_t) { in from_custom_data() argument
[all …]
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat-ffi/src/
H A Dcliargsparser.rs2 use libc::{c_char, c_void};
15 ) -> *mut c_void { in create_rs_cliargsparser() argument
25 Box::into_raw(Box::new(CliArgsParser::new(args))) as *mut c_void in create_rs_cliargsparser()
30 pub unsafe extern "C" fn destroy_rs_cliargsparser(object: *mut c_void) { in destroy_rs_cliargsparser() argument
39 unsafe fn with_cliargsparser<F, T>(object: *mut c_void, action: F, default: T) -> T in with_cliargsparser() argument
56 unsafe fn with_cliargsparser_str<F>(object: *mut c_void, action: F) -> *mut c_char in with_cliargsparser_str() argument
86 pub unsafe extern "C" fn rs_cliargsparser_do_import(object: *mut c_void) -> bool { in rs_cliargsparser_do_import()
91 pub unsafe extern "C" fn rs_cliargsparser_do_export(object: *mut c_void) -> bool { in rs_cliargsparser_do_export()
96 pub unsafe extern "C" fn rs_cliargsparser_do_vacuum(object: *mut c_void) -> bool { in rs_cliargsparser_do_vacuum()
141 pub unsafe extern "C" fn rs_cliargsparser_silent(object: *mut c_void) -> bool { in rs_cliargsparser_silent()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/zmq-sys-0.8.2/src/
H A Dffi.rs16 unsafe extern "C" fn(data: *mut ::std::os::raw::c_void,
17 hint: *mut ::std::os::raw::c_void);
21 pub socket: *mut ::std::os::raw::c_void,
44 pub fn zmq_ctx_new() -> *mut ::std::os::raw::c_void; in zmq_ctx_new()
57 -> *mut ::std::os::raw::c_void; in zmq_init()
94 -> *mut ::std::os::raw::c_void; in zmq_socket() argument
104 pub fn zmq_bind(s: *mut ::std::os::raw::c_void, in zmq_bind() argument
110 pub fn zmq_unbind(s: *mut ::std::os::raw::c_void, in zmq_unbind() argument
116 pub fn zmq_send(s: *mut ::std::os::raw::c_void, in zmq_send() argument
123 pub fn zmq_recv(s: *mut ::std::os::raw::c_void, in zmq_recv() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Foundation/Collections/
H A Dmod.rs18 pub type IIterable = *mut ::core::ffi::c_void;
19 pub type IIterator = *mut ::core::ffi::c_void;
20 pub type IKeyValuePair = *mut ::core::ffi::c_void;
21 pub type IMap = *mut ::core::ffi::c_void;
23 pub type IMapView = *mut ::core::ffi::c_void;
26 pub type IPropertySet = *mut ::core::ffi::c_void;
27 pub type IVector = *mut ::core::ffi::c_void;
29 pub type IVectorView = *mut ::core::ffi::c_void;
31 pub type PropertySet = *mut ::core::ffi::c_void;
32 pub type StringMap = *mut ::core::ffi::c_void;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Services/Store/
H A Dmod.rs5 pub type StoreAppLicense = *mut ::core::ffi::c_void;
6 pub type StoreAvailability = *mut ::core::ffi::c_void;
23 pub type StoreCollectionData = *mut ::core::ffi::c_void;
39 pub type StoreContext = *mut ::core::ffi::c_void;
56 pub type StoreImage = *mut ::core::ffi::c_void;
57 pub type StoreLicense = *mut ::core::ffi::c_void;
96 pub type StorePrice = *mut ::core::ffi::c_void;
97 pub type StoreProduct = *mut ::core::ffi::c_void;
119 pub type StoreQueueItem = *mut ::core::ffi::c_void;
191 pub type StoreSku = *mut ::core::ffi::c_void;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/ApplicationModel/
H A Dmod.rs71 pub type AppDisplayInfo = *mut ::core::ffi::c_void;
85 pub type AppInfo = *mut ::core::ffi::c_void;
86 pub type AppInstallerInfo = *mut ::core::ffi::c_void;
99 pub type AppInstance = *mut ::core::ffi::c_void;
118 pub type ISuspendingDeferral = *mut ::core::ffi::c_void;
137 pub type Package = *mut ::core::ffi::c_void;
138 pub type PackageCatalog = *mut ::core::ffi::c_void;
159 pub type PackageId = *mut ::core::ffi::c_void;
187 pub type PackageStatus = *mut ::core::ffi::c_void;
220 pub type StartupTask = *mut ::core::ffi::c_void;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Input/Inking/
H A Dmod.rs23 pub type IInkPointFactory = *mut ::core::ffi::c_void;
25 pub type IInkPresenterStencil = *mut ::core::ffi::c_void;
27 pub type IInkStrokeContainer = *mut ::core::ffi::c_void;
28 pub type InkDrawingAttributes = *mut ::core::ffi::c_void;
82 pub type InkManager = *mut ::core::ffi::c_void;
109 pub type InkPoint = *mut ::core::ffi::c_void;
110 pub type InkPresenter = *mut ::core::ffi::c_void;
152 pub type InkRecognizer = *mut ::core::ffi::c_void;
154 pub type InkStroke = *mut ::core::ffi::c_void;
157 pub type InkStrokeInput = *mut ::core::ffi::c_void;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/Sms/
H A Dmod.rs22 pub type ISmsBinaryMessage = *mut ::core::ffi::c_void;
23 pub type ISmsDevice = *mut ::core::ffi::c_void;
24 pub type ISmsMessage = *mut ::core::ffi::c_void;
25 pub type ISmsMessageBase = *mut ::core::ffi::c_void;
26 pub type ISmsTextMessage = *mut ::core::ffi::c_void;
28 pub type SmsAppMessage = *mut ::core::ffi::c_void;
29 pub type SmsBinaryMessage = *mut ::core::ffi::c_void;
71 pub type SmsDevice = *mut ::core::ffi::c_void;
72 pub type SmsDevice2 = *mut ::core::ffi::c_void;
142 pub type SmsFilterRule = *mut ::core::ffi::c_void;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/
H A Dmod.rs5 pub type IDesktopWindowXamlSourceNative = *mut ::core::ffi::c_void;
7 pub type IFindReferenceTargetsCallback = *mut ::core::ffi::c_void;
8 pub type IReferenceTracker = *mut ::core::ffi::c_void;
9 pub type IReferenceTrackerExtension = *mut ::core::ffi::c_void;
10 pub type IReferenceTrackerHost = *mut ::core::ffi::c_void;
11 pub type IReferenceTrackerManager = *mut ::core::ffi::c_void;
12 pub type IReferenceTrackerTarget = *mut ::core::ffi::c_void;
14 pub type ISurfaceImageSourceNative = *mut ::core::ffi::c_void;
17 pub type ISwapChainPanelNative = *mut ::core::ffi::c_void;
18 pub type ISwapChainPanelNative2 = *mut ::core::ffi::c_void;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Ddpa_dsa.rs7 use ctypes::{c_int, c_void};
14 p: *mut c_void,
15 pData: *mut c_void,
18 p: *const c_void,
19 pData: *mut c_void,
22 p1: *mut c_void,
23 p2: *mut c_void,
27 p1: *const c_void,
28 p2: *const c_void,
222 ) -> *mut c_void}
[all …]
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Ddpa_dsa.rs6 use ctypes::{c_int, c_void};
13 p: *mut c_void,
14 pData: *mut c_void,
17 p: *const c_void,
18 pData: *mut c_void,
21 p1: *mut c_void,
22 p2: *mut c_void,
26 p1: *const c_void,
27 p2: *const c_void,
221 ) -> *mut c_void}
[all …]

1...<<11121314151617181920>>...1207