Searched refs:Keylist (Results 1 – 3 of 3) sorted by relevance
204 typedef struct Keylist Keylist; typedef205 struct Keylist { struct209 Keylist *pNext; /* Next block of keys */ argument266 Keylist *pList; /* A list of ROWIDs */268 Keylist **keylistStack; /* The stack used by opcodes ListPush & ListPop */300 void sqliteVdbeKeylistFree(Keylist*);
721 void sqliteVdbeKeylistFree(Keylist *p){ in sqliteVdbeKeylistFree()723 Keylist *pNext = p->pNext; in sqliteVdbeKeylistFree()
3770 Keylist *pKeylist; in sqliteVdbeExec()3774 pKeylist = sqliteMallocRaw( sizeof(Keylist)+999*sizeof(pKeylist->aKey[0]) ); in sqliteVdbeExec()3797 Keylist *pRev, *pTop; in sqliteVdbeExec()3816 Keylist *pKeylist; in sqliteVdbeExec()3857 sizeof(Keylist *) * p->keylistStackDepth); in sqliteVdbeExec()