Searched refs:Keylist (Results 1 – 3 of 3) sorted by relevance
201 typedef struct Keylist Keylist; typedef202 struct Keylist { struct206 Keylist *pNext; /* Next block of keys */ argument263 Keylist *pList; /* A list of ROWIDs */265 Keylist **keylistStack; /* The stack used by opcodes ListPush & ListPop */297 void sqliteVdbeKeylistFree(Keylist*);
718 void sqliteVdbeKeylistFree(Keylist *p){ in sqliteVdbeKeylistFree()720 Keylist *pNext = p->pNext; in sqliteVdbeKeylistFree()
3768 Keylist *pKeylist; in sqliteVdbeExec()3772 pKeylist = sqliteMallocRaw( sizeof(Keylist)+999*sizeof(pKeylist->aKey[0]) ); in sqliteVdbeExec()3795 Keylist *pRev, *pTop; in sqliteVdbeExec()3814 Keylist *pKeylist; in sqliteVdbeExec()3855 sizeof(Keylist *) * p->keylistStackDepth); in sqliteVdbeExec()