Home
last modified time | relevance | path

Searched refs:sqlite3KeyInfoOfIndex (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dupdate.c692 KeyInfo *pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pPk); in sqlite3Update()
H A Dvdbemem.c1408 pRec->pKeyInfo = sqlite3KeyInfoOfIndex(p->pParse, pIdx); in valueNew()
H A Dbuild.c3765 pKey = sqlite3KeyInfoOfIndex(pParse, pIndex); in sqlite3RefillIndex()
5528 KeyInfo *sqlite3KeyInfoOfIndex(Parse *pParse, Index *pIdx){ in sqlite3KeyInfoOfIndex() function
H A DsqliteInt.h5122 KeyInfo *sqlite3KeyInfoOfIndex(Parse*, Index*);
H A Dvdbeaux.c1478 pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pIdx); in sqlite3VdbeSetP4KeyInfo()
H A Dselect.c7760 pKeyInfo = sqlite3KeyInfoOfIndex(pParse, pBest); in sqlite3Select()