SQLITE_ANY 108294 third_party/sqlite/amalgamation/sqlite3.c }else if( enc==SQLITE_ANY ){ SQLITE_ANY 119637 third_party/sqlite/amalgamation/sqlite3.c const int any = SQLITE_ANY; SQLITE_ANY 127479 third_party/sqlite/amalgamation/sqlite3.c return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY, SQLITE_ANY 127954 third_party/sqlite/amalgamation/sqlite3.c {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc}, SQLITE_ANY 346 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c const int any = SQLITE_ANY; SQLITE_ANY 455 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c const int any = SQLITE_ANY; SQLITE_ANY 459 third_party/sqlite/src/ext/icu/icu.c {"regexp", 2, SQLITE_ANY, 0, icuRegexpFunc}, SQLITE_ANY 3222 third_party/sqlite/src/ext/rtree/rtree.c return sqlite3_create_function_v2(db, zGeom, -1, SQLITE_ANY, SQLITE_ANY 1049 third_party/sqlite/src/src/main.c }else if( enc==SQLITE_ANY ){ SQLITE_ANY 1004 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "x_coalesce", -1, SQLITE_ANY, 0, SQLITE_ANY 1007 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "hex8", 1, SQLITE_ANY, 0, SQLITE_ANY 1012 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "hex16", 1, SQLITE_ANY, 0, SQLITE_ANY 1017 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "tkt2213func", 1, SQLITE_ANY, 0, SQLITE_ANY 1021 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "pointer_change", 4, SQLITE_ANY, 0, SQLITE_ANY 1155 third_party/sqlite/src/src/test1.c rc = sqlite3_create_function(db, "legacy_count", 0, SQLITE_ANY, 0, 0, SQLITE_ANY 1943 third_party/sqlite/src/src/test1.c {"any", SQLITE_ANY }, SQLITE_ANY 41 third_party/sqlite/src/src/test_autoext.c sqlite3_create_function(db, "sqr", 1, SQLITE_ANY, 0, sqrFunc, 0, 0); SQLITE_ANY 66 third_party/sqlite/src/src/test_autoext.c sqlite3_create_function(db, "cube", 1, SQLITE_ANY, 0, cubeFunc, 0, 0); SQLITE_ANY 455 third_party/sqlite/src/src/test_func.c sqlite3_create_function(db, "test_agg_errmsg16", 0, SQLITE_ANY, 0, 0, SQLITE_ANY 101 third_party/sqlite/src/src/test_loadext.c nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0); SQLITE_ANY 102 third_party/sqlite/src/src/test_loadext.c nErr |= sqlite3_create_function(db, "sqlite3_status", 1, SQLITE_ANY, 0, SQLITE_ANY 104 third_party/sqlite/src/src/test_loadext.c nErr |= sqlite3_create_function(db, "sqlite3_status", 2, SQLITE_ANY, 0, SQLITE_ANY 277 third_party/sqlite/src/src/test_multiplex.c rc = sqlite3_create_function(db, "multiplex_control", 2, SQLITE_ANY,