Searched refs:regArgs (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | attach.c | 342 int regArgs; in codeAttach() local 374 regArgs = sqlite3GetTempRange(pParse, 4); in codeAttach() 375 sqlite3ExprCode(pParse, pFilename, regArgs); in codeAttach() 376 sqlite3ExprCode(pParse, pDbname, regArgs+1); in codeAttach() 377 sqlite3ExprCode(pParse, pKey, regArgs+2); in codeAttach() 381 sqlite3VdbeAddFunctionCall(pParse, 0, regArgs+3-pFunc->nArg, regArgs+3, in codeAttach()
|