Searched refs:long_len (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xcb-util/dist/property/ |
| H A D | xcb_property.h | 50 uint32_t long_len; member in struct:__anoneb3346fb0108 74 * @param long_len The maximum length of the property. 81 uint32_t long_len); 90 uint32_t long_len); 116 * @param long_len The maximum length of the property value that will be 125 uint32_t long_len, 135 * @param long_len The maximum length of the property value that will be 142 uint8_t xcb_property_set_default_handler(xcb_property_handlers_t *prophs, uint32_t long_len, xcb_generic_property_handler_t handler, void *data);
|
| H A D | property.c | 35 xcb_get_any_property(xcb_connection_t *c, uint8_t del, xcb_window_t window, xcb_atom_t name, uint32_t long_len) argument 39 return xcb_get_property(c, del, window, name, type, 0, long_len); 47 uint32_t long_len) 49 return xcb_get_property_unchecked(c, del, window, name, XCB_GET_PROPERTY_TYPE_ANY, 0, long_len); 60 xcb_get_property_cookie_t cookie = xcb_get_any_property(c, 0, window, atom, h->long_len); 122 set_prop_handler(xcb_property_handler_t *cur, uint32_t long_len, xcb_generic_property_handler_t handler, void *data) argument 124 cur->long_len = long_len; 130 xcb_property_set_handler(xcb_property_handlers_t *prophs, xcb_atom_t name, uint32_t long_len, xcb_generic_property_handler_t handler, void *data) argument 137 set_prop_handler(&cur->h, long_len, handle 43 xcb_get_any_property_unchecked(xcb_connection_t * c,uint8_t del,xcb_window_t window,xcb_atom_t name,uint32_t long_len) argument 143 xcb_property_set_default_handler(xcb_property_handlers_t * prophs,uint32_t long_len,xcb_generic_property_handler_t handler,void * data) argument [all...] |
| /xsrc/external/mit/xcb-util/dist/icccm/ |
| H A D | icccm.c | 122 xcb_watch_wm_name(xcb_property_handlers_t *prophs, uint32_t long_len, argument 125 xcb_property_set_handler(prophs, WM_NAME, long_len, handler, data); 171 xcb_watch_wm_icon_name(xcb_property_handlers_t *prophs, uint32_t long_len, argument 174 xcb_property_set_handler(prophs, WM_ICON_NAME, long_len, handler, data); 221 xcb_watch_wm_client_machine(xcb_property_handlers_t *prophs, uint32_t long_len, argument 224 xcb_property_set_handler(prophs, WM_CLIENT_MACHINE, long_len, handler, data);
|
| H A D | xcb_icccm.h | 170 * @param long_len Length of data. 174 void xcb_watch_wm_name(xcb_property_handlers_t *prophs, uint32_t long_len, 230 * @param long_len Length of data. 234 void xcb_watch_wm_icon_name(xcb_property_handlers_t *prophs, uint32_t long_len, 291 * @param long_len Length of data. 296 uint32_t long_len,
|
Completed in 6 milliseconds