Home
last modified time | relevance | path

Searched refs:sqlite3VdbeAddFunctionCall (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h190 int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
H A Danalyze.c937 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 Dattach.c381 sqlite3VdbeAddFunctionCall(pParse, 0, regArgs+3-pFunc->nArg, regArgs+3, in codeAttach()
H A Dvdbeaux.c361 int sqlite3VdbeAddFunctionCall( in sqlite3VdbeAddFunctionCall() function
H A Dexpr.c4559 sqlite3VdbeAddFunctionCall(pParse, constMask, r1, target, nFarg, in sqlite3ExprCodeTarget()