Lines Matching refs:_reply
64 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);
702 protocols->_reply = reply;
703 protocols->atoms_len = xcb_get_property_value_length(protocols->_reply) / (reply->format / 8);
704 protocols->atoms = (xcb_atom_t *) xcb_get_property_value(protocols->_reply);
725 free(protocols->_reply);