| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); 49 int (*busy_timeout)(sqlite3*,int ms); 50 int (*changes)(sqlite3*); 51 int (*close)(sqlite3*); 52 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*, 54 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*, 77 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); 80 int (*create_collation)(sqlite3*,const char*,int,void*, 82 int (*create_collation16)(sqlite3*,const void*,int,void*, 84 int (*create_function)(sqlite3*,const char*,int,int,void*, [all …]
|
| H A D | sqlite3.h | 228 typedef struct sqlite3 sqlite3; typedef 308 SQLITE_API int sqlite3_close(sqlite3*); 309 SQLITE_API int sqlite3_close_v2(sqlite3*); 380 sqlite3*, /* An open database */ 1369 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...); 1818 SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff); 1869 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); 1923 SQLITE_API int sqlite3_changes(sqlite3*); 1949 SQLITE_API int sqlite3_total_changes(sqlite3*); 1988 SQLITE_API void sqlite3_interrupt(sqlite3*); [all …]
|
| H A D | sqlite3.c | 256 typedef struct sqlite3 sqlite3; typedef 336 SQLITE_API int sqlite3_close(sqlite3*); 337 SQLITE_API int sqlite3_close_v2(sqlite3*); 408 sqlite3*, /* An open database */ 1397 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...); 1846 SQLITE_API int sqlite3_extended_result_codes(sqlite3*, int onoff); 1897 SQLITE_API sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); 1951 SQLITE_API int sqlite3_changes(sqlite3*); 1977 SQLITE_API int sqlite3_total_changes(sqlite3*); 2016 SQLITE_API void sqlite3_interrupt(sqlite3*); [all …]
|
| /minix3/external/public-domain/sqlite/lib/ |
| H A D | Makefile | 3 LIB= sqlite3 4 INCS= sqlite3.h sqlite3ext.h 7 SRCS= sqlite3.c 11 FILES+= sqlite3.pc 17 CLEANFILES+=sqlite3.pc 29 all: sqlite3.pc 32 sqlite3.pc: ${SRCDIR}/sqlite3.h sqlite3.pc.in 35 ${TOOL_SED} -e s/@VERSION@/$$V/ < ${.CURDIR}/sqlite3.pc.in \
|
| /minix3/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | test_utils.hpp | 81 static inline ::sqlite3* 100 static void create_test_table(::sqlite3*) UTILS_UNUSED; 113 create_test_table(::sqlite3* db) in create_test_table() 121 static void verify_test_table(::sqlite3*) UTILS_UNUSED; 132 verify_test_table(::sqlite3* db) in verify_test_table()
|
| H A D | c_gate.cpp | 66 sqlite::database_c_gate::connect(::sqlite3* raw_database) in connect() 75 ::sqlite3* 78 return static_cast< ::sqlite3* >(_database.raw_database()); in c_database()
|
| H A D | database.cpp | 50 ::sqlite3* db; 60 impl(::sqlite3* db_, const bool owned_) : in impl() 90 static ::sqlite3* 93 ::sqlite3* db; in safe_open() 135 _pimpl(new impl(static_cast< ::sqlite3* >(db_), owned_)) in database()
|
| H A D | c_gate.hpp | 64 static database connect(::sqlite3*); 66 ::sqlite3* c_database(void);
|
| H A D | c_gate_test.cpp | 44 ::sqlite3* raw_db; in ATF_TEST_CASE_BODY() 65 ::sqlite3* raw_db = gate.c_database(); in ATF_TEST_CASE_BODY()
|
| H A D | exceptions.cpp | 85 ::sqlite3* c_db = database_c_gate(database_).c_database(); in from_database()
|
| H A D | database_test.cpp | 58 ::sqlite3* db; in ATF_TEST_CASE_BODY() 91 ::sqlite3* db; in ATF_TEST_CASE_BODY()
|
| H A D | exceptions_test.cpp | 61 ::sqlite3* raw_db; in ATF_TEST_CASE_BODY()
|
| /minix3/external/bsd/bind/dist/contrib/dlz/modules/sqlite3/testing/ |
| H A D | README | 3 - Install SQLite3: sudo apt-get install sqlite3 libsqlite3-dev 4 - Build sqlite3 DLZ module 5 - Run "sqlite3 BindDB < dlz.schema" to set up database 6 - Run "sqlite3 BindDB < dlz.data" to populate it
|
| /minix3/lib/lua/sqlite/ |
| H A D | sqlite.c | 81 sqlite3 **db; in sqlite_open() 83 db = lua_newuserdata(L, sizeof(sqlite3 *)); in sqlite_open() 120 sqlite3 **db; in db_close() 131 sqlite3 **db; in db_prepare() 149 sqlite3 **db; in db_exec() 160 sqlite3 **db; in db_errcode() 170 sqlite3 **db; in db_errmsg() 180 sqlite3 **db; in db_get_autocommit() 190 sqlite3 **db; in db_changes()
|
| H A D | Makefile | 6 LUA_DPLIBS+= sqlite3 \
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 13 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i… 14 …%struct.Btree = type { %struct.sqlite3*, %struct.BtShared*, i8, i8, i8, i32, %struct.Btree*, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] } 36 …%struct.Mem = type { %struct.CountCtx, double, %struct.sqlite3*, i8*, i32, i16, i8, i8, void (i8*)… 43 …%struct.Parse = type { %struct.sqlite3*, i32, i8*, %struct.Vdbe*, i8, i8, i8, i8, i8, i8, i8, [8 x… 45 …ash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table*, i8, i8, i16, i32, %struct.sqlite3* } 54 …%struct.Vdbe = type { %struct.sqlite3*, %struct.Vdbe*, %struct.Vdbe*, i32, i32, %struct.Op*, i32, … 60 …sqlite3 = type { %struct.sqlite3_vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, … 68 …e3_module = type { i32, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**, i8**)*, i32…
|
| /minix3/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_db_migrate_test.sh | 42 | sqlite3 .kyua/store.db 67 sqlite3 .kyua/store.db <"${data}/schema_v1.sql"
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | 2009-04-29-RegAllocAssert.ll | 15 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i… 16 …%struct.Btree = type { %struct.sqlite3*, %struct.BtShared*, i8, i8, i8, i32, %struct.Btree*, %stru… 38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] } 39 …%struct.Mem = type { %struct.CountCtx, double, %struct.sqlite3*, i8*, i32, i16, i8, i8, void (i8*)… 46 …ash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table*, i8, i8, i16, i32, %struct.sqlite3* } 53 …%struct.Vdbe = type { %struct.sqlite3*, %struct.Vdbe*, %struct.Vdbe*, i32, i32, %struct.Op*, i32, … 58 …sqlite3 = type { %struct.sqlite3_vfs*, i32, %struct.Db*, i32, i32, i32, i32, i8, i8, i8, i8, i32, … 66 …e3_module = type { i32, i32 (%struct.sqlite3*, i8*, i32, i8**, %struct.sqlite3_vtab**, i8**)*, i32…
|
| /minix3/external/public-domain/sqlite/bin/ |
| H A D | Makefile | 3 PROG= sqlite3
|
| /minix3/external/bsd/mdocml/dist/ |
| H A D | mansearch.c | 128 static void buildnames(struct manpage *, sqlite3 *, 130 static char *buildoutput(sqlite3 *, sqlite3_stmt *, 163 sqlite3 *db; in mansearch() 350 buildnames(struct manpage *mpage, sqlite3 *db, sqlite3_stmt *s, in buildnames() 401 buildoutput(sqlite3 *db, sqlite3_stmt *s, uint64_t id, uint64_t outbit) in buildoutput()
|
| /minix3/external/bsd/bind/dist/contrib/dlz/modules/sqlite3/ |
| H A D | dlz_sqlite3_dynamic.c | 137 sqlite3_close((sqlite3 *) db->dbconn); in sqlite3_destroy() 178 sqlite3_find_avail(sqlite3_instance_t *sqlite3) { in sqlite3_find_avail() argument 183 head = dbi = DLZ_LIST_HEAD(*(sqlite3->db)); in sqlite3_find_avail() 201 sqlite3->log(ISC_LOG_INFO, in sqlite3_find_avail() 894 sqlite3 *dbc = NULL; in dlz_create()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb-sqlite.c | 43 sqlite3 *db; 129 sqlite3 *db, in hdb_sqlite_prepare_stmt() 167 sqlite3 *database, in hdb_sqlite_exec_stmt() 228 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt) in hdb_sqlite_step()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | scache.c | 45 sqlite3 *db; 198 prepare_stmt(krb5_context context, sqlite3 *db, in prepare_stmt() 214 exec_stmt(krb5_context context, sqlite3 *db, const char *str, in exec_stmt() 230 default_db(krb5_context context, sqlite3 **db) in default_db() 259 sqlite3 *db; in get_def_name() 456 sqlite3 *db, in bind_principal() 1152 sqlite3 *db;
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
| H A D | 2011-09-19-cpsr.ll | 2 ; rdar://problem/10137436: sqlite3 miscompile
|
| /minix3/external/bsd/bind/dist/contrib/sdb/sqlite/ |
| H A D | sqlitedb.c | 54 sqlite3 *db;
|