| /sqlite-3.40.0/src/ |
| H A D | callback.c | 23 static void callCollNeeded(sqlite3 *db, int enc, const char *zName){ in callCollNeeded() 161 u8 enc, /* Desired text encoding */ in sqlite3FindCollSeq() 181 void sqlite3SetTextEncoding(sqlite3 *db, u8 enc){ in sqlite3SetTextEncoding() 206 u8 enc, /* The desired encoding for the collating sequence */ in sqlite3GetCollSeq() 257 u8 enc = ENC(db); in sqlite3LocateCollSeq() local 301 u8 enc /* Desired text encoding */ in matchQuality() 400 u8 enc, /* Preferred text encoding */ in sqlite3FindFunction()
|
| H A D | vdbemem.c | 420 int sqlite3VdbeMemStringify(Mem *pMem, u8 enc, u8 bForce){ in sqlite3VdbeMemStringify() 1141 u8 enc, /* Encoding of z. 0 for BLOBs */ in sqlite3VdbeMemSetStr() 1302 static SQLITE_NOINLINE const void *valueToText(sqlite3_value* pVal, u8 enc){ in valueToText() 1345 const void *sqlite3ValueText(sqlite3_value* pVal, u8 enc){ in sqlite3ValueText() 1459 u8 enc, /* Encoding to use */ in valueFromFunction() 1557 u8 enc, /* Encoding to use */ in valueFromExpr() 1712 u8 enc, /* Encoding to use */ in sqlite3ValueFromExpr() 1942 u8 enc, /* Encoding to use */ in sqlite3ValueSetStr() 1962 static SQLITE_NOINLINE int valueBytes(sqlite3_value *pVal, u8 enc){ in valueBytes() 1965 int sqlite3ValueBytes(sqlite3_value *pVal, u8 enc){ in sqlite3ValueBytes()
|
| H A D | vdbetrace.c | 138 u8 enc = ENC(db); in sqlite3VdbeExpandSql() local
|
| H A D | main.c | 1817 int enc, in sqlite3CreateFunc() 1951 int enc, in createFunctionApi() 2002 int enc, in sqlite3_create_function() 2015 int enc, in sqlite3_create_function_v2() 2029 int enc, in sqlite3_create_window_function() 2698 u8 enc, in createCollation() 3578 int enc, in sqlite3_create_collation() 3591 int enc, in sqlite3_create_collation_v2() 3616 int enc, in sqlite3_create_collation16()
|
| H A D | test5.c | 97 u8 enc; in name_to_enc() member
|
| H A D | utf.c | 469 char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()
|
| H A D | util.c | 440 int sqlite3AtoF(const char *z, double *pResult, int length, u8 enc){ in sqlite3AtoF() 705 int sqlite3Atoi64(const char *zNum, i64 *pNum, int length, u8 enc){ in sqlite3Atoi64()
|
| H A D | vdbe.c | 343 u8 enc = pRec->enc; in applyNumericAffinity() local 384 u8 enc /* Use this text encoding */ in applyAffinity() 437 u8 enc in sqlite3ValueApplyAffinity()
|
| H A D | vdbeapi.c | 383 u8 enc, /* Encoding of z. 0 for BLOBs */ in setResultStrOrError() 504 unsigned char enc in sqlite3_result_text64() 1603 unsigned char enc in sqlite3_bind_text64()
|
| H A D | update.c | 68 u8 enc = ENC(sqlite3VdbeDb(v)); in sqlite3ColumnDefault() local
|
| H A D | pragma.c | 2079 u8 enc; in sqlite3Pragma() member 2107 u8 enc = pEnc->enc ? pEnc->enc : SQLITE_UTF16NATIVE; in sqlite3Pragma() local
|
| H A D | vdbeInt.h | 219 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */ member 377 u8 enc; /* Encoding to use for results */ member
|
| H A D | resolve.c | 996 u8 enc = ENC(pParse->db); /* The database encoding */ in resolveExprStep() local
|
| H A D | expr.c | 4456 u8 enc = ENC(db); /* The text encoding used by this database */ in sqlite3ExprCodeTarget() local 6354 u8 enc = ENC(pParse->db); in analyzeAggregate() local
|
| H A D | test1.c | 1841 int enc; in test_create_function_v2() local 1848 int enc; in test_create_function_v2() member 3144 int enc = ENC(db); in test_collate_needed_cb() local
|
| H A D | sqliteInt.h | 1352 u8 enc; /* Text encoding used by this database */ member 1556 u8 enc; /* Text encoding */ member 2155 u8 enc; /* Text encoding handled by xCmp() */ member 2495 u8 enc; /* Text encoding - one of the SQLITE_UTF* values */ member
|
| H A D | tclsqlite.c | 901 int enc, in tclCollateNeeded()
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | dbdata.c | 114 u32 enc; /* Text encoding */ member 428 u32 enc, in dbdataValue()
|
| H A D | sqlite3recover.c | 2348 u32 enc = recoverGetU32(&a[56]); in recoverVfsRead() local
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | icu.c | 507 unsigned int enc; /* Optimal text encoding */ in sqlite3IcuInit() member
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | fossildelta.c | 1074 static const int enc = SQLITE_UTF8|SQLITE_INNOCUOUS; in sqlite3_fossildelta_init() local
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 1795 int enc; in sqlite3_geopoly_init() local
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 2969 u8 enc /* String encoding (0 for blobs) */ in sessionValueSetStr() 3046 u8 enc = (eType==SQLITE_TEXT ? SQLITE_UTF8 : 0); in sessionReadRecord() local
|