Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17784 #define OP_Count 100 /* synopsis: r[P2]=count() */ macro
100403 case OP_Count: { /* out2 */
124775 sqlite3VdbeAddOp3(v, OP_Count, iIdxCur, regTemp,
124985 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1);
157821 sqlite3VdbeAddOp2(v, OP_Count, iCsr, AggInfoFuncReg(pAggInfo,0));