Home
last modified time | relevance | path

Searched refs:sqlite3VdbeSetP4KeyInfo (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h243 void sqlite3VdbeSetP4KeyInfo(Parse*, Index*);
H A Dinsert.c48 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3OpenTable()
2686 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in sqlite3OpenTableAndIndices()
3095 sqlite3VdbeSetP4KeyInfo(pParse, pSrcIdx); in xferOptimization()
3098 sqlite3VdbeSetP4KeyInfo(pParse, pDestIdx); in xferOptimization()
H A Ddelete.c504 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3DeleteFrom()
H A Dfkey.c395 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in fkLookupParent()
H A Dwhere.c976 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in constructAutomaticIndex()
6090 sqlite3VdbeSetP4KeyInfo(pParse, pIx); in sqlite3WhereBegin()
6141 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3WhereBegin()
6407 sqlite3VdbeSetP4KeyInfo(pParse, pIx); in sqlite3WhereEnd()
H A Danalyze.c1112 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in analyzeOneTable()
H A Dpragma.c1542 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in sqlite3Pragma()
H A Dwherecode.c2193 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3WhereCodeOneLoopStart()
H A Dvdbeaux.c1473 void sqlite3VdbeSetP4KeyInfo(Parse *pParse, Index *pIdx){ in sqlite3VdbeSetP4KeyInfo() function
H A Dexpr.c2887 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in sqlite3FindInIndex()