Searched refs:retkeys (Results 1 – 1 of 1) sorted by relevance
168 unsigned long long *retkeys; in read_keys() local189 retkeys = malloc(counts * sizeof(unsigned long long)); in read_keys()190 assert(retkeys); in read_keys()194 retkeys[counts++] = strtoull(l, NULL, 10); in read_keys()197 *keys = retkeys; in read_keys()