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

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h200 ** A Keylist is a bunch of keys into a table. The keylist can
204 typedef struct Keylist Keylist; typedef in typeref:struct:Keylist
205 struct Keylist { struct
209 Keylist *pNext; /* Next block of keys */
266 Keylist *pList; /* A list of ROWIDs */
268 Keylist **keylistStack; /* The stack used by opcodes ListPush & ListPop */
300 void sqliteVdbeKeylistFree(Keylist*);

Completed in 23 milliseconds