Home
last modified time | relevance | path

Searched refs:aEnc (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dcallback.c56 static const u8 aEnc[] = { SQLITE_UTF16BE, SQLITE_UTF16LE, SQLITE_UTF8 }; in synthCollSeq() local
58 pColl2 = sqlite3FindCollSeq(db, aEnc[i], z, 0); in synthCollSeq()
H A Dtest1.c1849 } aEnc[] = { in test_create_function_v2() local
1867 if( Tcl_GetIndexFromObjStruct(interp, objv[4], aEnc, sizeof(aEnc[0]), in test_create_function_v2()
1872 enc = aEnc[enc].enc; in test_create_function_v2()