Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ANY

4484 #define SQLITE_ANY            5    /* Deprecated */
11913 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
131727 ** with SQLITE_ANY as the encoding.
132368 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
132375 ** If SQLITE_ANY is specified, add three versions of the function
132380 }else if( enc==SQLITE_ANY ){
145154 const int any = SQLITE_ANY;
157507 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
157532 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
158013 {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc},