Searched refs:OP_Count (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 17147 #define OP_Count 98 /* synopsis: r[P2]=count() */ macro 98080 case OP_Count: { /* out2 */ 121254 sqlite3VdbeAddOp3(v, OP_Count, iIdxCur, regTemp, 121464 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1); 153511 sqlite3VdbeAddOp2(v, OP_Count, iCsr, AggInfoFuncReg(pAggInfo,0));
|