Home
last modified time | relevance | path

Searched defs:enc (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/src/
H A Dcallback.c23 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 Dvdbemem.c420 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 Dvdbetrace.c138 u8 enc = ENC(db); in sqlite3VdbeExpandSql() local
H A Dmain.c1817 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 Dtest5.c97 u8 enc; in name_to_enc() member
H A Dutf.c469 char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()
H A Dutil.c440 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 Dvdbe.c343 u8 enc = pRec->enc; in applyNumericAffinity() local
384 u8 enc /* Use this text encoding */ in applyAffinity()
437 u8 enc in sqlite3ValueApplyAffinity()
H A Dvdbeapi.c383 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 Dupdate.c68 u8 enc = ENC(sqlite3VdbeDb(v)); in sqlite3ColumnDefault() local
H A Dpragma.c2079 u8 enc; in sqlite3Pragma() member
2107 u8 enc = pEnc->enc ? pEnc->enc : SQLITE_UTF16NATIVE; in sqlite3Pragma() local
H A DvdbeInt.h219 u8 enc; /* SQLITE_UTF8, SQLITE_UTF16BE, SQLITE_UTF16LE */ member
377 u8 enc; /* Encoding to use for results */ member
H A Dresolve.c996 u8 enc = ENC(pParse->db); /* The database encoding */ in resolveExprStep() local
H A Dexpr.c4456 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 Dtest1.c1841 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 DsqliteInt.h1352 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 Dtclsqlite.c901 int enc, in tclCollateNeeded()
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c114 u32 enc; /* Text encoding */ member
428 u32 enc, in dbdataValue()
H A Dsqlite3recover.c2348 u32 enc = recoverGetU32(&a[56]); in recoverVfsRead() local
/sqlite-3.40.0/ext/icu/
H A Dicu.c507 unsigned int enc; /* Optimal text encoding */ in sqlite3IcuInit() member
/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c1074 static const int enc = SQLITE_UTF8|SQLITE_INNOCUOUS; in sqlite3_fossildelta_init() local
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c1795 int enc; in sqlite3_geopoly_init() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c2969 u8 enc /* String encoding (0 for blobs) */ in sessionValueSetStr()
3046 u8 enc = (eType==SQLITE_TEXT ? SQLITE_UTF8 : 0); in sessionReadRecord() local