Searched refs:P4_KEYINFO (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 121 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */ macro
|
| H A D | select.c | 766 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 D | window.c | 1444 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 D | update.c | 695 sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3Update()
|
| H A D | vdbeaux.c | 1244 case P4_KEYINFO: { in freeP4() 1479 if( pKeyInfo ) sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3VdbeSetP4KeyInfo() 1755 case P4_KEYINFO: { in sqlite3VdbeDisplayP4()
|
| H A D | vdbe.c | 4154 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 D | build.c | 3771 sqlite3KeyInfoRef(pKey), P4_KEYINFO); in sqlite3RefillIndex() 3787 (char *)pKey, P4_KEYINFO); in sqlite3RefillIndex()
|
| H A D | expr.c | 3219 sqlite3VdbeChangeP4(v, addr, (void *)pKeyInfo, P4_KEYINFO); in sqlite3CodeRhsOfIN()
|
| H A D | where.c | 6136 sqlite3VdbeAppendP4(v, pInfo, P4_KEYINFO); in sqlite3WhereBegin()
|