ENC 61376 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3VdbeChangeEncoding(pVar, ENC(p->db)); ENC 61786 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(db); ENC 62460 third_party/sqlite/amalgamation/sqlite3.c u8 encoding = ENC(db); /* The database encoding */ ENC 65422 third_party/sqlite/amalgamation/sqlite3.c u.aw.pKeyInfo->enc = ENC(p->db); ENC 65515 third_party/sqlite/amalgamation/sqlite3.c u.ax.pCx->pKeyInfo->enc = ENC(p->db); ENC 70054 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(pParse->db); /* The database encoding */ ENC 70847 third_party/sqlite/amalgamation/sqlite3.c pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0); ENC 72224 third_party/sqlite/amalgamation/sqlite3.c && sqlite3FindCollSeq(db, ENC(db), pIdx->azColl[0], 0)==pReq ENC 73271 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(db); /* The text encoding used by this database */ ENC 74362 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(pParse->db); ENC 76181 third_party/sqlite/amalgamation/sqlite3.c }else if( aNew->pSchema->file_format && aNew->pSchema->enc!=ENC(db) ){ ENC 77726 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp2(v, OP_Integer, ENC(db), reg3); ENC 78113 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(db); ENC 80531 third_party/sqlite/amalgamation/sqlite3.c pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0); ENC 80636 third_party/sqlite/amalgamation/sqlite3.c db->xCollNeeded16(db->pCollNeededArg, db, (int)ENC(db), zExternal); ENC 80721 third_party/sqlite/amalgamation/sqlite3.c CollSeq *p = sqlite3GetCollSeq(db, ENC(db), pColl, zName); ENC 88805 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeChangeP4(v, -1, encnames[ENC(pParse->db)].zName, P4_STATIC); ENC 88819 third_party/sqlite/amalgamation/sqlite3.c ENC(pParse->db) = pEnc->enc ? pEnc->enc : SQLITE_UTF16NATIVE; ENC 89326 third_party/sqlite/amalgamation/sqlite3.c ENC(db) = encoding; ENC 89330 third_party/sqlite/amalgamation/sqlite3.c if( meta[BTREE_TEXT_ENCODING-1]!=ENC(db) ){ ENC 89340 third_party/sqlite/amalgamation/sqlite3.c pDb->pSchema->enc = ENC(db); ENC 90681 third_party/sqlite/amalgamation/sqlite3.c pInfo->enc = ENC(db); ENC 91767 third_party/sqlite/amalgamation/sqlite3.c pKeyInfo->enc = ENC(db); ENC 92149 third_party/sqlite/amalgamation/sqlite3.c pKeyMerge->enc = ENC(db); ENC 92189 third_party/sqlite/amalgamation/sqlite3.c pKeyDup->enc = ENC(db); ENC 95763 third_party/sqlite/amalgamation/sqlite3.c u8 enc = ENC(sqlite3VdbeDb(v)); ENC 109336 third_party/sqlite/amalgamation/sqlite3.c ENC(*ppDb) = SQLITE_UTF16NATIVE; ENC 138 third_party/sqlite/src/src/attach.c }else if( aNew->pSchema->file_format && aNew->pSchema->enc!=ENC(db) ){ ENC 887 third_party/sqlite/src/src/build.c sqlite3VdbeAddOp2(v, OP_Integer, ENC(db), reg3); ENC 1274 third_party/sqlite/src/src/build.c u8 enc = ENC(db); ENC 3692 third_party/sqlite/src/src/build.c pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0); ENC 38 third_party/sqlite/src/src/callback.c db->xCollNeeded16(db->pCollNeededArg, db, (int)ENC(db), zExternal); ENC 123 third_party/sqlite/src/src/callback.c CollSeq *p = sqlite3GetCollSeq(db, ENC(db), pColl, zName); ENC 110 third_party/sqlite/src/src/expr.c pColl = sqlite3FindCollSeq(db, ENC(db), zColl, 0); ENC 1487 third_party/sqlite/src/src/expr.c && sqlite3FindCollSeq(db, ENC(db), pIdx->azColl[0], 0)==pReq ENC 2534 third_party/sqlite/src/src/expr.c u8 enc = ENC(db); /* The text encoding used by this database */ ENC 3625 third_party/sqlite/src/src/expr.c u8 enc = ENC(pParse->db); ENC 2091 third_party/sqlite/src/src/main.c ENC(*ppDb) = SQLITE_UTF16NATIVE; ENC 1269 third_party/sqlite/src/src/pragma.c sqlite3VdbeChangeP4(v, -1, encnames[ENC(pParse->db)].zName, P4_STATIC); ENC 1283 third_party/sqlite/src/src/pragma.c ENC(pParse->db) = pEnc->enc ? pEnc->enc : SQLITE_UTF16NATIVE; ENC 264 third_party/sqlite/src/src/prepare.c ENC(db) = encoding; ENC 268 third_party/sqlite/src/src/prepare.c if( meta[BTREE_TEXT_ENCODING-1]!=ENC(db) ){ ENC 278 third_party/sqlite/src/src/prepare.c pDb->pSchema->enc = ENC(db); ENC 523 third_party/sqlite/src/src/resolve.c u8 enc = ENC(pParse->db); /* The database encoding */ ENC 759 third_party/sqlite/src/src/select.c pInfo->enc = ENC(db); ENC 1845 third_party/sqlite/src/src/select.c pKeyInfo->enc = ENC(db); ENC 2227 third_party/sqlite/src/src/select.c pKeyMerge->enc = ENC(db); ENC 2267 third_party/sqlite/src/src/select.c pKeyDup->enc = ENC(db); ENC 2655 third_party/sqlite/src/src/test1.c int enc = ENC(db); ENC 2663 third_party/sqlite/src/src/test1.c db, "test_collate", ENC(db), SQLITE_INT_TO_PTR(enc), test_collate_func); ENC 64 third_party/sqlite/src/src/update.c u8 enc = ENC(sqlite3VdbeDb(v)); ENC 555 third_party/sqlite/src/src/vdbe.c u8 encoding = ENC(db); /* The database encoding */ ENC 3064 third_party/sqlite/src/src/vdbe.c pKeyInfo->enc = ENC(p->db); ENC 3155 third_party/sqlite/src/src/vdbe.c pCx->pKeyInfo->enc = ENC(p->db); ENC 1042 third_party/sqlite/src/src/vdbeapi.c rc = sqlite3VdbeChangeEncoding(pVar, ENC(p->db)); ENC 125 third_party/sqlite/src/src/vdbetrace.c u8 enc = ENC(db);