Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c16714 #define OP_Count 98 /* synopsis: r[P2]=count() */ macro
96822 case OP_Count: { /* out2 */
119609 sqlite3VdbeAddOp3(v, OP_Count, iIdxCur, regTemp,
119819 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1);
151363 sqlite3VdbeAddOp2(v, OP_Count, iCsr, AggInfoFuncReg(pAggInfo,0));