Lines Matching defs:SQLITE_ANY
5696 #define SQLITE_ANY 5 /* Deprecated */
17329 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
174568 ** with SQLITE_ANY as the encoding.
175275 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
175288 ** If SQLITE_ANY is specified, add three versions of the function
175295 case SQLITE_ANY: {
207299 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
207327 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
207862 {"regexp", 2, SQLITE_ANY|SQLITEICU_EXTRAFLAGS, 0, icuRegexpFunc},