Searched defs:Keylist (Results 1 – 1 of 1) sorted by relevance
204 typedef struct Keylist Keylist; typedef205 struct Keylist { struct209 Keylist *pNext; /* Next block of keys */ argument210 int aKey[1]; /* One or more keys. Extra space allocated as needed */