Searched refs:driOptionValue (Results 1 – 2 of 2) sorted by relevance
50 typedef union driOptionValue { union55 } driOptionValue; typedef61 driOptionValue start; /**< \brief Start */62 driOptionValue end; /**< \brief End */81 driOptionValue *values;107 driOptionValue value;
210 parseValue(driOptionValue *v, driOptionType type, const char *string) in parseValue()292 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue()321 info->values = calloc(1 << info->tableSize, sizeof(driOptionValue)); in driParseOptionInfo()344 driOptionValue *optval = &info->values[i]; in driParseOptionInfo()379 driOptionValue v; in driParseOptionInfo()681 driOptionValue screenNum; in parseDeviceAttr()749 driOptionValue v = { ._int = data->applicationVersion }; in parseAppAttr()782 driOptionValue v = { ._int = data->engineVersion }; in parseEngineAttr()1018 cache->values = malloc((1<<info->tableSize) * sizeof(driOptionValue)); in initOptionCache()1024 (1<<info->tableSize) * sizeof(driOptionValue)); in initOptionCache()