Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h201 typedef struct Keylist Keylist; typedef
202 struct Keylist { struct
206 Keylist *pNext; /* Next block of keys */ argument
207 int aKey[1]; /* One or more keys. Extra space allocated as needed */