Searched refs:P4_COLLSEQ (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 113 #define P4_COLLSEQ (-2) /* P4 is a pointer to a CollSeq structure */ macro
|
| H A D | expr.c | 403 (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 D | window.c | 1741 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 D | analyze.c | 1184 sqlite3VdbeAddOp4(v, OP_Ne, regTemp, 0, regPrev+i, pColl, P4_COLLSEQ); in analyzeOneTable()
|
| H A D | func.c | 32 assert( pOp->p4type==P4_COLLSEQ ); in sqlite3GetFuncCollSeq()
|
| H A D | insert.c | 2334 regOldData+1+x, addrJump, regCmp+i, p4, P4_COLLSEQ in sqlite3GenerateConstraintChecks()
|
| H A D | vdbe.c | 1833 assert( pOp->p4type==P4_COLLSEQ ); in sqlite3VdbeExec() 2216 assert( pOp->p4type==P4_COLLSEQ || pOp->p4.pColl==0 ); in sqlite3VdbeExec()
|
| H A D | select.c | 915 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 D | vdbeaux.c | 1778 case P4_COLLSEQ: { in sqlite3VdbeDisplayP4()
|