Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_ANY

4878 #define SQLITE_ANY            5    /* Deprecated */
14397 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
141598 ** with SQLITE_ANY as the encoding.
142241 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
142248 ** If SQLITE_ANY is specified, add three versions of the function
142253 }else if( enc==SQLITE_ANY ){
155300 const int any = SQLITE_ANY;
167946 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
167971 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
168497 {"regexp", 2, SQLITE_ANY|SQLITE_DETERMINISTIC, 0, icuRegexpFunc},