Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dglobal.c86 const unsigned char *sqlite3aLTb = &sqlite3UpperToLower[256-OP_Ne]; variable
H A DsqliteInt.h5058 extern const unsigned char *sqlite3aLTb;
H A Dvdbe.c2138 if( sqlite3aLTb[pOp->opcode] ){ in sqlite3VdbeExec()
2229 res2 = sqlite3aLTb[pOp->opcode]; in sqlite3VdbeExec()