Searched refs:IsStat4 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 123767 # define IsStat4 1 macro 123769 # define IsStat4 0 macro 124165 assert( IsStat4 || (pNew->iCol==0 && pOld->iCol==0) ); 124183 assert( IsStat4 || nEqZero==0 ); 124403 2+IsStat4, /* nArg */ 124545 1+IsStat4, /* nArg */ 124565 sqlite3VdbeAddFunctionCall(pParse, 0, regStat, regOut, 1+IsStat4, 124870 sqlite3VdbeAddFunctionCall(pParse, 1, regStat, regTemp, 2+IsStat4,
|