Home
last modified time | relevance | path

Searched refs:pAltCursor (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h111 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ member
H A Dvdbe.c298 memset(pCx, 0, offsetof(VdbeCursor,pAltCursor)); in allocateCursor()
2844 pC = pC->pAltCursor; in sqlite3VdbeExec()
6464 pTabCur->pAltCursor = pC; in sqlite3VdbeExec()