Searched refs:retkeys (Results 1 – 1 of 1) sorted by relevance
174 unsigned long long *retkeys; in read_keys() local195 retkeys = malloc(counts * sizeof(unsigned long long)); in read_keys()196 assert(retkeys); in read_keys()200 retkeys[counts++] = strtoull(l, NULL, 10); in read_keys()203 *keys = retkeys; in read_keys()