Searched refs:prop_info (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c88 XRRPropertyInfo *prop_info; local in function:XRRQueryOutputProperty
109 prop_info = Xmalloc (rbytes);
111 prop_info = NULL;
113 if (prop_info == NULL) {
120 prop_info->pending = rep.pending;
121 prop_info->range = rep.range;
122 prop_info->immutable = rep.immutable;
123 prop_info->num_values = rep.length;
125 prop_info->values = (long *) (prop_info
[all...]
H A DXrrProviderProperty.c88 XRRPropertyInfo *prop_info; local in function:XRRQueryProviderProperty
109 prop_info = Xmalloc (rbytes);
111 prop_info = NULL;
113 if (prop_info == NULL) {
120 prop_info->pending = rep.pending;
121 prop_info->range = rep.range;
122 prop_info->immutable = rep.immutable;
123 prop_info->num_values = rep.length;
125 prop_info->values = (long *) (prop_info
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c879 fsPropInfo *prop_info; local in function:ProcQueryXInfo
894 err = convert_props(&cfp->font->info, &prop_info);
910 prop_info->num_offsets * SIZEOF(fsPropOffset) +
911 prop_info->data_len;
917 SwapPropInfo(prop_info);
918 (void) WriteToClient(client, lendata, (char *) prop_info);
920 FSfree((char *) prop_info);
H A Dfonts.c1121 fsPropInfo *prop_info; local in function:do_list_fonts_with_info
1256 err = convert_props(pFontInfo, &prop_info);
1260 prop_info->num_offsets * SIZEOF(fsPropOffset) +
1261 prop_info->data_len;
1272 SwapPropInfo(prop_info);
1275 (void)WriteToClientUnpadded(client, lenpropdata, (char *) prop_info);
1282 (void) WriteToClient(client, lenpropdata, (char *) prop_info);
1288 FSfree(prop_info);

Completed in 5 milliseconds