Lines Matching defs:P4_COLLSEQ
8477 CollSeq *pColl; /* Used when p4type is P4_COLLSEQ */
8527 #define P4_COLLSEQ (-4) /* P4 is a pointer to a CollSeq structure */
60240 ** Other values of n (P4_STATIC, P4_COLLSEQ etc.) indicate that zP4 points
60428 case P4_COLLSEQ: {
66237 assert( pOp->p4type==P4_COLLSEQ );
66311 assert( pOp[-1].p4type==P4_COLLSEQ );
66723 assert( pOp->p4type==P4_COLLSEQ || pOp->p4.pColl==0 );
70360 assert( pOp[-1].p4type==P4_COLLSEQ );
74683 (void*)p4, P4_COLLSEQ);
77060 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
79874 (char*)pColl, P4_COLLSEQ);
98174 sqlite3VdbeAddOp4(v, OP_CollSeq, regHit, 0, 0, (char *)pColl, P4_COLLSEQ);
98596 sqlite3VdbeChangeP4(v, -1, (const char *)pColl, P4_COLLSEQ);