Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dglobal.c88 const unsigned char *sqlite3aGTb = &sqlite3UpperToLower[256+12-OP_Ne]; variable
H A DsqliteInt.h5060 extern const unsigned char *sqlite3aGTb;
H A Dvdbe.c2132 if( sqlite3aGTb[pOp->opcode] ){ in sqlite3VdbeExec()
2233 res2 = sqlite3aGTb[pOp->opcode]; in sqlite3VdbeExec()