Lines Matching defs:SQLITE_ANY
4484 #define SQLITE_ANY 5 /* Deprecated */
11913 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
131745 ** with SQLITE_ANY as the encoding.
132386 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
132393 ** If SQLITE_ANY is specified, add three versions of the function
132398 }else if( enc==SQLITE_ANY ){
145184 const int any = SQLITE_ANY;
157537 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
157562 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
158043 {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},