Searched refs:driOptionValue (Results 1 – 2 of 2) sorted by relevance
44 typedef union driOptionValue { union49 } driOptionValue; typedef55 driOptionValue start; /**< \brief Start */56 driOptionValue end; /**< \brief End */76 driOptionValue *values;
306 parseValue(driOptionValue *v, driOptionType type, const XML_Char *string) in parseValue()411 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue()535 driOptionValue v; in parseEnumAttr()730 info->values = calloc(1 << info->tableSize, sizeof (driOptionValue)); in driParseOptionInfo()797 driOptionValue screenNum; in parseDeviceAttr()929 cache->values = malloc((1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()935 (1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()