Searched refs:_reply (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcb-util/dist/icccm/
H A Dicccm.c64 prop->_reply = reply;
65 prop->encoding = prop->_reply->type;
66 prop->format = prop->_reply->format;
67 prop->name_len = xcb_get_property_value_length(prop->_reply);
68 prop->name = xcb_get_property_value(prop->_reply);
76 free(prop->_reply);
248 prop->_reply = reply;
249 prop->instance_name = (char *) xcb_get_property_value(prop->_reply);
252 if(name_len == xcb_get_property_value_length(prop->_reply))
275 free(prop->_reply);
[all...]
H A Dxcb_icccm.h55 xcb_get_property_reply_t *_reply; member in struct:__anonb7d0756f0108
312 xcb_get_property_reply_t *_reply; member in struct:__anonb7d0756f0208
852 xcb_get_property_reply_t *_reply; member in struct:__anonb7d0756f0808

Completed in 4 milliseconds