Searched refs:OP_CollSeq (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c1322 case OP_CollSeq: {
1393 assert( pOp[-1].opcode==OP_CollSeq );
5193 assert( pOp[-1].opcode==OP_CollSeq );
H A Dexpr.c2612 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
H A Dselect.c3594 sqlite3VdbeAddOp4(v, OP_CollSeq, 0, 0, 0, (char *)pColl, P4_COLLSEQ);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8059 #define OP_CollSeq 17 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9290 #define OP_CollSeq 36 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9290 #define OP_CollSeq 36 macro
[all...]

Completed in 432 milliseconds