P4_COLLSEQ 58011 third_party/sqlite/amalgamation/sqlite3.c case P4_COLLSEQ: { P4_COLLSEQ 63647 third_party/sqlite/amalgamation/sqlite3.c assert( pOp->p4type==P4_COLLSEQ ); P4_COLLSEQ 63718 third_party/sqlite/amalgamation/sqlite3.c assert( pOp[-1].p4type==P4_COLLSEQ ); P4_COLLSEQ 64127 third_party/sqlite/amalgamation/sqlite3.c assert( pOp->p4type==P4_COLLSEQ || pOp->p4.pColl==0 ); P4_COLLSEQ 67612 third_party/sqlite/amalgamation/sqlite3.c assert( pOp[-1].p4type==P4_COLLSEQ ); P4_COLLSEQ 70993 third_party/sqlite/amalgamation/sqlite3.c (void*)p4, P4_COLLSEQ); P4_COLLSEQ 73349 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); P4_COLLSEQ 75605 third_party/sqlite/amalgamation/sqlite3.c (char*)pColl, P4_COLLSEQ); P4_COLLSEQ 93516 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); P4_COLLSEQ 283 third_party/sqlite/src/src/analyze.c (char*)pColl, P4_COLLSEQ); P4_COLLSEQ 256 third_party/sqlite/src/src/expr.c (void*)p4, P4_COLLSEQ); P4_COLLSEQ 2612 third_party/sqlite/src/src/expr.c sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); P4_COLLSEQ 3594 third_party/sqlite/src/src/select.c sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ); P4_COLLSEQ 1323 third_party/sqlite/src/src/vdbe.c assert( pOp->p4type==P4_COLLSEQ ); P4_COLLSEQ 1392 third_party/sqlite/src/src/vdbe.c assert( pOp[-1].p4type==P4_COLLSEQ ); P4_COLLSEQ 1797 third_party/sqlite/src/src/vdbe.c assert( pOp->p4type==P4_COLLSEQ || pOp->p4.pColl==0 ); P4_COLLSEQ 5192 third_party/sqlite/src/src/vdbe.c assert( pOp[-1].p4type==P4_COLLSEQ ); P4_COLLSEQ 886 third_party/sqlite/src/src/vdbeaux.c case P4_COLLSEQ: {