/netbsd/external/public-domain/sqlite/dist/ |
H A D | sqlite3ext.h | 48 int (*changes)(sqlite3*); 49 int (*close)(sqlite3*); 50 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*, 52 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*, 95 int (*errcode)(sqlite3*db); 107 void (*interruptx)(sqlite3*); 205 int (*limit)(sqlite3*,int,int); 210 sqlite3_backup *(*backup_init)(sqlite3*,const char*,sqlite3*,const char*); 233 void *(*wal_hook)(sqlite3*,int(*)(void*,sqlite3*,const char*,int),void*); 238 int (*close_v2)(sqlite3*); [all …]
|
H A D | sqlite3.h | 246 typedef struct sqlite3 sqlite3; typedef 2891 sqlite3*, 3090 sqlite3*, 5456 sqlite3*, 5463 sqlite3*, 5471 sqlite3*, 5506 sqlite3*, 5511 sqlite3*, 5900 sqlite3*, 6710 sqlite3*, [all …]
|
H A D | sqlite3.c | 1285 typedef struct sqlite3 sqlite3; typedef 3930 sqlite3*, 4129 sqlite3*, 7749 sqlite3*, 154289 sqlite3 *db = (sqlite3 *)ptr; 154323 sqlite3 *db = (sqlite3 *)ptr; 156701 sqlite3 *db = va_arg(ap, sqlite3*); 156719 sqlite3 *db = va_arg(ap, sqlite3*); 156786 sqlite3 *db = va_arg(ap, sqlite3*); 156818 sqlite3 *db = va_arg(ap, sqlite3*); [all …]
|
/netbsd/external/gpl3/gcc/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1 module etc.c.sqlite3; 74 struct sqlite3; 602 sqlite3*, 1132 sqlite3*, 1140 sqlite3*, 1149 sqlite3*, 1160 sqlite3*, 1166 sqlite3*, 1268 sqlite3*, 1516 sqlite3*, [all …]
|
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1 module etc.c.sqlite3; 74 struct sqlite3; 602 sqlite3*, 1132 sqlite3*, 1140 sqlite3*, 1149 sqlite3*, 1160 sqlite3*, 1166 sqlite3*, 1268 sqlite3*, 1516 sqlite3*, [all …]
|
/netbsd/external/public-domain/sqlite/lib/ |
H A D | Makefile | 3 LIB= sqlite3 4 INCS= sqlite3.h sqlite3ext.h 7 SRCS= sqlite3.c 14 FILES+= sqlite3.pc 20 CLEANFILES+=sqlite3.pc 23 COPTS.sqlite3.c+= ${CC_WNO_RETURN_LOCAL_ADDR} 33 all: sqlite3.pc 36 sqlite3.pc: ${SRCDIR}/sqlite3.h sqlite3.pc.in 39 ${TOOL_SED} -e s/@VERSION@/$$V/ < ${.CURDIR}/sqlite3.pc.in \
|
/netbsd/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 | database.cpp | 50 ::sqlite3* db; 60 impl(::sqlite3* db_, const bool owned_) : in impl() 90 static ::sqlite3* 93 ::sqlite3* db; in safe_open() 132 _pimpl(new impl(static_cast< ::sqlite3* >(db_), owned_)) in database()
|
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 | 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 | database_test.cpp | 58 ::sqlite3* db; in ATF_TEST_CASE_BODY() 91 ::sqlite3* db; in ATF_TEST_CASE_BODY()
|
/netbsd/external/mpl/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
|
/netbsd/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() 135 sqlite3 **db; in db_prepare() 153 sqlite3 **db; in db_exec() 164 sqlite3 **db; in db_errcode() 174 sqlite3 **db; in db_errmsg() 184 sqlite3 **db; in db_get_autocommit() 194 sqlite3 **db; in db_changes()
|
H A D | Makefile | 6 LUA_DPLIBS+= sqlite3 \
|
/netbsd/usr.sbin/makemandb/ |
H A D | apropos-utils.h | 107 sqlite3 *init_db(mandb_access_mode, const char *); 108 void close_db(sqlite3 *); 110 int run_query(sqlite3 *, query_format, query_args *);
|
H A D | apropos-utils.c | 85 register_tokenizer(sqlite3 *db) in register_tokenizer() 168 close_db(sqlite3 *db) in close_db() 179 create_db(sqlite3 *db) in create_db() 349 sqlite3 * 352 sqlite3 *db = NULL; in init_db() 669 execute_search_query(sqlite3 *db, char *query, query_args *args) in execute_search_query() 863 run_query_html(sqlite3 *db, query_args *args) in run_query_html() 1031 run_query_pager(sqlite3 *db, query_args *args) in run_query_pager() 1119 run_query_term(sqlite3 *db, query_args *args) in run_query_term() 1138 run_query_none(sqlite3 *db, query_args *args) in run_query_none() [all …]
|
H A D | whatis.c | 49 whatis(sqlite3 *db, const char *cmd) in whatis() 84 sqlite3 *db; in main()
|
H A D | makemandb.c | 100 static int check_md5(const char *, sqlite3 *, char **, void *, size_t); 104 static int insert_into_db(sqlite3 *, mandb_rec *); 122 static void build_file_cache(sqlite3 *, const char *, const char *, 124 static void update_db(sqlite3 *, struct mparse *, mandb_rec *); 126 static void optimize(sqlite3 *); 302 sqlite3 *db; in main() 460 traversedir(const char *parent, const char *file, sqlite3 *db, in traversedir() 513 build_file_cache(sqlite3 *db, const char *parent, const char *file, in build_file_cache() 703 update_db(sqlite3 *db, struct mparse *mp, mandb_rec *rec) in update_db() 1463 insert_into_db(sqlite3 *db, mandb_rec *rec) in insert_into_db() [all …]
|
/netbsd/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"
|
/netbsd/external/bsd/file/dist/magic/magdir/ |
H A D | sql | 106 #!:mime application/x-sqlite3 107 !:mime application/vnd.sqlite3 108 # seldom found extension sqlite3 like in SyncData.sqlite3 120 !:ext sqlite/sqlite3/db/db3/dbe/sdb/help 215 #!:mime application/x-panasonic-sqlite3
|
/netbsd/external/public-domain/sqlite/ |
H A D | README | 2 To regenerate the man pages, build and run sqlite2mdoc < /usr/include/sqlite3.h
|
/netbsd/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/ |
H A D | dlz_sqlite3_dynamic.c | 110 sqlite3_close((sqlite3 *)db->dbconn); in sqlite3_destroy() 152 sqlite3_find_avail(sqlite3_instance_t *sqlite3) { in sqlite3_find_avail() argument 157 head = dbi = DLZ_LIST_HEAD(*(sqlite3->db)); in sqlite3_find_avail() 175 sqlite3->log(ISC_LOG_INFO, in sqlite3_find_avail() 873 sqlite3 *dbc = NULL; in dlz_create()
|
/netbsd/external/public-domain/sqlite/bin/ |
H A D | Makefile | 3 PROG= sqlite3
|
/netbsd/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() 455 sqlite3 *db, in bind_principal() 1139 sqlite3 *db;
|