Home
last modified time | relevance | path

Searched refs:valid_values (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c59 free(prop->valid_values); in RRDestroyProviderProperty()
116 prop->valid_values = NULL; in RRCreateProviderProperty()
375 free(prop->valid_values); in RRConfigureProviderProperty()
376 prop->valid_values = new_values; in RRConfigureProviderProperty()
466 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryProviderProperty()
H A Drrproperty.c60 free(prop->valid_values); in RRDestroyOutputProperty()
117 prop->valid_values = NULL; in RRCreateOutputProperty()
400 free(prop->valid_values); in RRConfigureOutputProperty()
401 prop->valid_values = new_values; in RRConfigureOutputProperty()
495 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryOutputProperty()
H A Drandrstr.h108 INT32 *valid_values; member
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch1450 valid_values if valid_values else {})
1455 def load_from_files(self, file_paths, defaults, valid_values,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog109302 (especially prop->valid_values field was not free(3)ed). Extract the common
109303 routine and fix double-free prop->valid_values in RRDestroyOutputProperty by
142319 fromClient, range, valid_values, immutable).