Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.h113 #define P4_COLLSEQ (-2) /* P4 is a pointer to a CollSeq structure */ macro
H A Dexpr.c403 (void*)p4, P4_COLLSEQ); in codeCompare()
3532 (void*)pColl, P4_COLLSEQ); in sqlite3ExprCodeIN()
3542 (void*)pColl, P4_COLLSEQ); in sqlite3ExprCodeIN()
3637 (void*)pColl, P4_COLLSEQ); in sqlite3ExprCodeIN()
4557 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); in sqlite3ExprCodeTarget()
H A Dwindow.c1741 sqlite3VdbeAddOp4(v, OP_CollSeq, 0,0,0, (const char*)pColl, P4_COLLSEQ); in windowAggStep()
2205 sqlite3VdbeAppendP4(v, (void*)pColl, P4_COLLSEQ); in windowCodeRangeTest()
H A Danalyze.c1184 sqlite3VdbeAddOp4(v, OP_Ne, regTemp, 0, regPrev+i, pColl, P4_COLLSEQ); in analyzeOneTable()
H A Dfunc.c32 assert( pOp->p4type==P4_COLLSEQ ); in sqlite3GetFuncCollSeq()
H A Dinsert.c2334 regOldData+1+x, addrJump, regCmp+i, p4, P4_COLLSEQ in sqlite3GenerateConstraintChecks()
H A Dvdbe.c1833 assert( pOp->p4type==P4_COLLSEQ ); in sqlite3VdbeExec()
2216 assert( pOp->p4type==P4_COLLSEQ || pOp->p4.pColl==0 ); in sqlite3VdbeExec()
H A Dselect.c915 sqlite3VdbeChangeP4(v, -1, (const char *)pColl, P4_COLLSEQ); in codeDistinct()
6355 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ); in updateAccumulator()
H A Dvdbeaux.c1778 case P4_COLLSEQ: { in sqlite3VdbeDisplayP4()