Lines Matching defs:SQLITE_ANY
5841 #define SQLITE_ANY 5 /* Deprecated */
17957 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
180952 ** with SQLITE_ANY as the encoding.
181685 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
181698 ** If SQLITE_ANY is specified, add three versions of the function
181705 case SQLITE_ANY: {
216575 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
216603 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
217171 {"regexp", 2, SQLITE_ANY|SQLITEICU_EXTRAFLAGS, 0, icuRegexpFunc},