Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_ANY

6167 ** [[SQLITE_ANY]] <dt>SQLITE_ANY</dt><dd>This encoding value may only be used
6171 ** parameter) is SQLITE_ANY, that indicates that the function does not have
6201 #define SQLITE_ANY 5 /* Deprecated */
19013 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
188292 ** with SQLITE_ANY as the encoding.
189066 enc &= (SQLITE_FUNC_ENCMASK|SQLITE_ANY);
189079 ** If SQLITE_ANY is specified, add three versions of the function
189086 case SQLITE_ANY: {
224371 return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY,
224399 return sqlite3_create_function_v2(db, zQueryFunc, -1, SQLITE_ANY,
224967 {"regexp", 2, SQLITE_ANY|SQLITEICU_EXTRAFLAGS, 0, icuRegexpFunc},