Searched refs:sqlite3VdbeAddFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 190 int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
|
| H A D | analyze.c | 937 sqlite3VdbeAddFunctionCall(pParse, 0, regStat, regOut, 1+IsStat4, in callStatGet() 1139 sqlite3VdbeAddFunctionCall(pParse, 0, regStat+1, regStat, 4, in analyzeOneTable() 1238 sqlite3VdbeAddFunctionCall(pParse, 1, regStat, regTemp, 2+IsStat4, in analyzeOneTable()
|
| H A D | attach.c | 381 sqlite3VdbeAddFunctionCall(pParse, 0, regArgs+3-pFunc->nArg, regArgs+3, in codeAttach()
|
| H A D | vdbeaux.c | 361 int sqlite3VdbeAddFunctionCall( in sqlite3VdbeAddFunctionCall() function
|
| H A D | expr.c | 4559 sqlite3VdbeAddFunctionCall(pParse, constMask, r1, target, nFarg, in sqlite3ExprCodeTarget()
|