Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c368 int eCallCtx /* Calling context */ in sqlite3VdbeAddFunctionCall() argument
388 addr = sqlite3VdbeAddOp4(v, eCallCtx ? OP_PureFunc : OP_Function, in sqlite3VdbeAddFunctionCall()
390 sqlite3VdbeChangeP5(v, eCallCtx & NC_SelfRef); in sqlite3VdbeAddFunctionCall()