Lines Matching refs:num_valid
116 prop->num_valid = 0; in RRCreateOutputProperty()
399 prop->num_valid = num_values; in RRConfigureOutputProperty()
474 if (prop->num_valid) { in ProcRRQueryOutputProperty()
475 extra = xallocarray(prop->num_valid, sizeof(INT32)); in ProcRRQueryOutputProperty()
483 .length = prop->num_valid, in ProcRRQueryOutputProperty()
494 if (prop->num_valid) { in ProcRRQueryOutputProperty()
495 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryOutputProperty()
497 WriteSwappedDataToClient(client, prop->num_valid * sizeof(INT32), in ProcRRQueryOutputProperty()
509 int num_valid; in ProcRRConfigureOutputProperty() local
518 num_valid = in ProcRRConfigureOutputProperty()
521 stuff->range, FALSE, num_valid, in ProcRRConfigureOutputProperty()