Home
last modified time | relevance | path

Searched refs:sqlite3aEQb (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dglobal.c87 const unsigned char *sqlite3aEQb = &sqlite3UpperToLower[256+6-OP_Ne]; variable
H A DsqliteInt.h5059 extern const unsigned char *sqlite3aEQb;
H A Dvdbe.c2144 if( sqlite3aEQb[pOp->opcode] ){ in sqlite3VdbeExec()
2231 res2 = sqlite3aEQb[pOp->opcode]; in sqlite3VdbeExec()