Searched refs:sqlite3 (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/lib/
H A DMakefile3 LIB= sqlite3
4 INCS= sqlite3.h sqlite3ext.h
7 SRCS= sqlite3.c
11 FILES+= sqlite3.pc
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.h36 #include "sqlite3.h"
87 sqlite3 *init_db(int);
88 void close_db(sqlite3 *);
89 int run_query(sqlite3 *, const char *[3], query_args *);
90 int run_query_html(sqlite3 *, query_args *);
91 int run_query_pager(sqlite3 *, query_args *);
H A Dwhatis.c49 whatis(sqlite3 *db, const char *cmd)
79 sqlite3 *db;
H A Dapropos-utils.c50 #include "sqlite3.h"
135 close_db(sqlite3 *db)
146 create_db(sqlite3 *db)
278 sqlite3 *
281 sqlite3 *db = NULL;
442 run_query(sqlite3 *db, const char *snippet_args[3], query_args *args)
675 run_query_html(sqlite3 *db, query_args *args)
759 int run_query_pager(sqlite3 *db, query_args *args)
H A Dmakemandb.c42 #include "sqlite3.h"
98 static int check_md5(const char *, sqlite3 *, const char *, char **, void *, size_t);
102 static int insert_into_db(sqlite3 *, mandb_rec *);
118 static void traversedir(const char *, const char *, sqlite3 *, struct mparse *);
121 static void build_file_cache(sqlite3 *, const char *, const char *,
123 static void update_db(sqlite3 *, struct mparse *, mandb_rec *);
125 static void optimize(sqlite3 *);
302 sqlite3 *db;
450 traversedir(const char *parent, const char *file, sqlite3 *db,
498 build_file_cache(sqlite3 *d
[all...]
H A Dapropos.c45 #include "sqlite3.h"
85 sqlite3 *db;
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A DMakefile6 LUA_DPLIBS+= sqlite3 \
H A Dsqlite.c34 #include <sqlite3.h>
81 sqlite3 **db;
83 db = lua_newuserdata(L, sizeof(sqlite3 *));
117 sqlite3 **db;
128 sqlite3 **db;
146 sqlite3 **db;
157 sqlite3 **db;
167 sqlite3 **db;
177 sqlite3 **db;
187 sqlite3 **d
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h16 ** sqlite3.h.
20 #include "sqlite3.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*,
[all...]
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
219 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
225 ** sqlite3 object.
227 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
275 ** the [sqlite3] objec
[all...]
H A Dsqlite3.c11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
17 ** language. The code for the "sqlite3" command-line shell is also in a
549 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
550 /************** Begin file sqlite3.h *****************************************/
580 ** the version number) and changes its name to "sqlite3.h" as
636 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
769 ** the opaque structure named "sqlite3"
777 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
9678 struct sqlite3 { struct
[all...]
H A Dshell.c35 #include "sqlite3.h"
232 static sqlite3 *db = 0;
310 ** The correct way to do this with sqlite3 is to use the bind API, but
413 sqlite3 *db; /* The database */
977 sqlite3 *db /* Database to query */
991 sqlite3 *db, /* Database to query */
1088 sqlite3 *db, /* An open database */
1539 sqlite3 *pDest;
2009 sqlite3 *pSrc;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/bin/
H A DMakefile3 PROG= sqlite3
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dsqlitedb.c29 #include <sqlite3.h>
54 sqlite3 *db;
H A Dzone2sqlite.c42 #include <sqlite3.h>
53 sqlite3 *db;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c76 #include <sqlite3.h>
102 sqlite3 *db; /* sqlite handle */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c37 #include "sqlite3.h"
43 sqlite3 *db;
129 sqlite3 *db,
159 * @param database An open sqlite3 database handle
167 sqlite3 *database,
194 * Opens an sqlite3 database handle to a file, may create the
228 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt)
453 * @param statement A prepared sqlite3 statement
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c40 #include <sqlite3.h>
45 sqlite3 *db;
198 prepare_stmt(krb5_context context, sqlite3 *db,
214 exec_stmt(krb5_context context, sqlite3 *db, const char *str,
230 default_db(krb5_context context, sqlite3 **db)
259 sqlite3 *db;
456 sqlite3 *db,
1152 sqlite3 *db;
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.prog.mk176 sqlite3 \

Completed in 557 milliseconds