Searched refs:sqlite3VdbeSetP4KeyInfo (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 243 void sqlite3VdbeSetP4KeyInfo(Parse*, Index*);
|
| H A D | insert.c | 48 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 D | delete.c | 504 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3DeleteFrom()
|
| H A D | fkey.c | 395 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in fkLookupParent()
|
| H A D | where.c | 976 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 D | analyze.c | 1112 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in analyzeOneTable()
|
| H A D | pragma.c | 1542 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in sqlite3Pragma()
|
| H A D | wherecode.c | 2193 sqlite3VdbeSetP4KeyInfo(pParse, pPk); in sqlite3WhereCodeOneLoopStart()
|
| H A D | vdbeaux.c | 1473 void sqlite3VdbeSetP4KeyInfo(Parse *pParse, Index *pIdx){ in sqlite3VdbeSetP4KeyInfo() function
|
| H A D | expr.c | 2887 sqlite3VdbeSetP4KeyInfo(pParse, pIdx); in sqlite3FindInIndex()
|