Searched refs:sqlite3VdbeAppendP4 (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | window.c | 1444 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 D | update.c | 76 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 D | vdbe.h | 242 void sqlite3VdbeAppendP4(Vdbe*, void *pP4, int p4type);
|
| H A D | insert.c | 184 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 D | delete.c | 838 sqlite3VdbeAppendP4(v, (char*)pTab, P4_TABLE); in sqlite3GenerateRowDelete()
|
| H A D | vdbeaux.c | 1453 void sqlite3VdbeAppendP4(Vdbe *p, void *pP4, int n){ in sqlite3VdbeAppendP4() function 1479 if( pKeyInfo ) sqlite3VdbeAppendP4(v, pKeyInfo, P4_KEYINFO); in sqlite3VdbeSetP4KeyInfo()
|
| H A D | select.c | 6270 sqlite3VdbeAppendP4(v, pF->pFunc, P4_FUNCDEF); in finalizeAggFunctions() 6358 sqlite3VdbeAppendP4(v, pF->pFunc, P4_FUNCDEF); in updateAccumulator()
|
| H A D | expr.c | 4287 sqlite3VdbeAppendP4(v, (char*)z, P4_STATIC); in sqlite3ExprCodeTarget()
|
| H A D | where.c | 6136 sqlite3VdbeAppendP4(v, pInfo, P4_KEYINFO); in sqlite3WhereBegin()
|