Lines Matching refs:enc

323   return 0==sqlite3Atoi64(pRec->z, piValue, pRec->n, pRec->enc);  in alsoAnInt()
343 u8 enc = pRec->enc; in applyNumericAffinity() local
346 rc = sqlite3AtoF(pRec->z, &rValue, pRec->n, enc); in applyNumericAffinity()
384 u8 enc /* Use this text encoding */ in applyAffinity() argument
407 sqlite3VdbeMemStringify(pRec, enc, 1); in applyAffinity()
437 u8 enc in sqlite3ValueApplyAffinity() argument
439 applyAffinity((Mem *)pVal, affinity, enc); in sqlite3ValueApplyAffinity()
457 rc = sqlite3AtoF(pMem->z, &pMem->u.r, pMem->n, pMem->enc); in computeNumericType()
459 if( rc==0 && sqlite3Atoi64(pMem->z, &ix, pMem->n, pMem->enc)<=1 ){ in computeNumericType()
465 }else if( rc==1 && sqlite3Atoi64(pMem->z, &ix, pMem->n, pMem->enc)==0 ){ in computeNumericType()
551 sqlite3_str_appendf(pStr, "]%s", encnames[pMem->enc]); in sqlite3VdbeMemPrettyPrint()
1306 pOut->enc = encoding; in sqlite3VdbeExec()
1407 pOut->enc = encoding; in sqlite3VdbeExec()
1688 pOut->enc = encoding; in sqlite3VdbeExec()
3021 pDest->enc = encoding; in sqlite3VdbeExec()
3035 pDest->enc = encoding; in sqlite3VdbeExec()
4213 assert( pKeyInfo->enc==ENC(db) ); in sqlite3VdbeExec()
4373 assert( pKeyInfo->enc==ENC(db) ); in sqlite3VdbeExec()
4415 assert( pCx->pKeyInfo->enc==ENC(db) ); in sqlite3VdbeExec()
7475 pCtx->enc = encoding; in sqlite3VdbeExec()
7745 pOut->enc = SQLITE_UTF8; in sqlite3VdbeExec()
8125 sContext.enc = encoding; in sqlite3VdbeExec()
8212 testcase( pName->enc==SQLITE_UTF8 ); in sqlite3VdbeExec()
8213 testcase( pName->enc==SQLITE_UTF16BE ); in sqlite3VdbeExec()
8214 testcase( pName->enc==SQLITE_UTF16LE ); in sqlite3VdbeExec()
8410 pCtx->enc = encoding; in sqlite3VdbeExec()
8438 || pOut->enc==encoding in sqlite3VdbeExec()