Home
last modified time | relevance | path

Searched defs:Keylist (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/src/
H A DvdbeInt.h204 typedef struct Keylist Keylist; typedef
205 struct Keylist { struct
209 Keylist *pNext; /* Next block of keys */ argument
210 int aKey[1]; /* One or more keys. Extra space allocated as needed */