Home
last modified time | relevance | path

Searched refs:P4_KEYINFO (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h121 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */ macro
H A Dselect.c766 sqlite3VdbeChangeP4(v, -1, (char*)pKI, P4_KEYINFO); in pushOntoSorter()
2624 (char*)pKeyInfo, P4_KEYINFO); in generateWithRecursiveQuery()
3135 P4_KEYINFO); in multiSelect()
3211 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO); in generateOutputSubroutine()
3688 (char*)pKeyMerge, P4_KEYINFO); in multiSelectOrderBy()
6249 pFunc->iDistinct, 0, 0, (char*)pKeyInfo, P4_KEYINFO); in resetAccumulator()
7187 (char*)pKeyInfo, P4_KEYINFO in sqlite3Select()
7230 P4_KEYINFO); in sqlite3Select()
7497 0, (char*)pKeyInfo, P4_KEYINFO); in sqlite3Select()
7623 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO); in sqlite3Select()
[all …]
H A Dwindow.c1444 sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3WindowCodeInit()
1872 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in windowFullScan()
2060 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in windowIfNewPeer()
2915 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in sqlite3WindowCodeStep()
H A Dupdate.c695 sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3Update()
H A Dvdbeaux.c1244 case P4_KEYINFO: { in freeP4()
1479 if( pKeyInfo ) sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3VdbeSetP4KeyInfo()
1755 case P4_KEYINFO: { in sqlite3VdbeDisplayP4()
H A Dvdbe.c4154 assert( pOp->p4type==P4_KEYINFO ); in sqlite3VdbeExec()
4211 if( pOp->p4type==P4_KEYINFO ){ in sqlite3VdbeExec()
4237 pCur->isTable = pOp->p4type!=P4_KEYINFO; in sqlite3VdbeExec()
4367 assert( pOp->p4type==P4_KEYINFO ); in sqlite3VdbeExec()
H A Dbuild.c3771 sqlite3KeyInfoRef(pKey), P4_KEYINFO); in sqlite3RefillIndex()
3787 (char *)pKey, P4_KEYINFO); in sqlite3RefillIndex()
H A Dexpr.c3219 sqlite3VdbeChangeP4(v, addr, (void *)pKeyInfo, P4_KEYINFO); in sqlite3CodeRhsOfIN()
H A Dwhere.c6136 sqlite3VdbeAppendP4(v, pInfo, P4_KEYINFO); in sqlite3WhereBegin()