Lines Matching defs:enc
11529 u32 enc; /* Text encoding */
11843 u32 enc,
11888 switch( enc ){
12157 ** and inspecting the header field. If successful, set the pCsr->enc variable
12167 pCsr->enc = get_uint32(&aPg1[56]);
12286 ctx, pCsr->enc, iType, pCsr->pPtr,
14962 u32 enc = recoverGetU32(&a[56]);
14982 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF16BE && enc!=SQLITE_UTF16LE ){
14983 enc = SQLITE_UTF8;
14998 recoverPutU32(&aHdr[56], enc);