Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c1444 sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3WindowCodeInit()
1514 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()
1745 sqlite3VdbeAppendP4(v, pFunc, P4_FUNCDEF); in windowAggStep()
1790 sqlite3VdbeAppendP4(v, pWin->pWFunc, P4_FUNCDEF); in windowAggFinal()
1795 sqlite3VdbeAppendP4(v, pWin->pWFunc, P4_FUNCDEF); in windowAggFinal()
1872 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in windowFullScan()
2060 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in windowIfNewPeer()
2205 sqlite3VdbeAppendP4(v, (void*)pColl, P4_COLLSEQ); in windowCodeRangeTest()
2915 sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO); in sqlite3WindowCodeStep()
H A Dupdate.c76 sqlite3VdbeAppendP4(v, pValue, P4_MEM); in sqlite3ColumnDefault()
695 sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3Update()
1074 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3Update()
H A Dvdbe.h242 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
H A Dinsert.c184 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3TableAffinity()
193 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3TableAffinity()
1798 sqlite3VdbeAppendP4(v, zMsg, P4_DYNAMIC); in sqlite3GenerateConstraintChecks()
2121 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3GenerateConstraintChecks()
2614 sqlite3VdbeAppendP4(v, pTab, P4_TABLE); in sqlite3CompleteInsertion()
H A Ddelete.c838 sqlite3VdbeAppendP4(v, (char*)pTab, P4_TABLE); in sqlite3GenerateRowDelete()
H A Dvdbeaux.c1453 void sqlite3VdbeAppendP4(Vdbe *p, void *pP4, int n){ in sqlite3VdbeAppendP4() function
1479 if( pKeyInfo ) sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3VdbeSetP4KeyInfo()
H A Dselect.c6270 sqlite3VdbeAppendP4(v, pF->pFunc, P4_FUNCDEF); in finalizeAggFunctions()
6358 sqlite3VdbeAppendP4(v, pF->pFunc, P4_FUNCDEF); in updateAccumulator()
H A Dexpr.c4287 sqlite3VdbeAppendP4(v, (char*)z, P4_STATIC); in sqlite3ExprCodeTarget()
H A Dwhere.c6136 sqlite3VdbeAppendP4(v, pInfo, P4_KEYINFO); in sqlite3WhereBegin()