Home
last modified time | relevance | path

Searched defs:xcb_generic_error_t (Results 1 – 16 of 16) sorted by relevance

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dmod.rs76 pub(crate) struct xcb_generic_error_t { struct
77 pub(crate) response_type: u8,
78 pub(crate) error_code: u8,
79 pub(crate) sequence: u16,
80 pub(crate) resource_id: u32,
81 pub(crate) minor_code: u16,
82 pub(crate) major_code: u8,
83 pub(crate) pad0: u8,
84 pub(crate) pad: [u32; 5],
85 pub(crate) full_sequence: u32,
H A Dtest.rs44 ) -> *mut xcb_generic_error_t { in xcb_request_check()
142 _e: *mut *mut xcb_generic_error_t, in xcb_wait_for_reply64()
151 _error: *mut *mut xcb_generic_error_t, in xcb_poll_for_reply64()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DMachineFrameInfo.h76 /// important optimization on register-poor architectures. Because original in as_ptr()
77 /// variable sized alloca's in the source program are the only source of in as_ptr()
78 /// variable sized stack objects, it is safe to decide whether there will be in as_ptr()
79 /// any variable sized objects before all stack objects are known (for in as_ptr()
80 /// example, register allocator spill code never needs variable sized in as_ptr()
83 /// When prolog/epilog code emission is performed, the final stack frame is in as_ptr()
84 /// built and the machine instructions are modified to refer to the actual in as_ptr()
85 /// stack offsets of the object, eliminating all MO_FrameIndex operands from in as_ptr()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs127 pub struct xcb_generic_error_t { struct
138 impl Clone for xcb_generic_error_t { argument
139 fn clone(&self) -> xcb_generic_error_t { *self } in clone()
284 -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/src/ffi/
H A Dbase.rs125 pub struct xcb_generic_error_t { struct
136 impl Clone for xcb_generic_error_t { argument
137 fn clone(&self) -> xcb_generic_error_t { in clone()
279 ) -> *mut xcb_generic_error_t; in xcb_request_check()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dtest.rs44 ) -> *mut xcb_generic_error_t { in xcb_request_check()
142 _e: *mut *mut xcb_generic_error_t, in xcb_wait_for_reply64()
151 _error: *mut *mut xcb_generic_error_t, in xcb_poll_for_reply64()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/lib/utils/
H A Dx11utils_p.h40 Ret *(reply_func)(xcb_connection_t*, Cookie, xcb_generic_error_t**), in _qtcX11Call() argument
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/lib/utils/
H A Dx11utils_p.h40 Ret *(reply_func)(xcb_connection_t*, Cookie, xcb_generic_error_t**), in _qtcX11Call() argument
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/lib/utils/
H A Dx11utils_p.h40 Ret *(reply_func)(xcb_connection_t*, Cookie, xcb_generic_error_t**), in _qtcX11Call() argument
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/lib/utils/
H A Dx11utils_p.h40 Ret *(reply_func)(xcb_connection_t*, Cookie, xcb_generic_error_t**), in _qtcX11Call() argument
/dports/x11/libxcb/libxcb-1.14/src/
H A Dxcb.h192 } xcb_generic_error_t; typedef