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

12

/freebsd-10.2-release/contrib/sqlite3/
H A DMakefile.am5 libsqlite3_la_SOURCES = sqlite3.c
8 bin_PROGRAMS = sqlite3
9 sqlite3_SOURCES = shell.c sqlite3.h
13 include_HEADERS = sqlite3.h sqlite3ext.h
15 EXTRA_DIST = sqlite3.1 tea
17 pkgconfig_DATA = sqlite3.pc
19 man_MANS = sqlite3.1
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
226 ** sqlite3 object.
228 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
271 ** for the [sqlite3] object.
273 ** the [sqlite3] object is successfully destroyed and all associated
290 ** with the [sqlite3] objec
[all...]
H A DMakefile.in42 bin_PROGRAMS = sqlite3$(EXEEXT)
45 $(srcdir)/sqlite3.pc.in $(top_srcdir)/configure INSTALL \
55 CONFIG_CLEAN_FILES = sqlite3.pc
68 am_libsqlite3_la_OBJECTS = sqlite3.lo
215 libsqlite3_la_SOURCES = sqlite3.c
217 sqlite3_SOURCES = shell.c sqlite3.h
220 include_HEADERS = sqlite3.h sqlite3ext.h
221 EXTRA_DIST = sqlite3.1 tea
223 pkgconfig_DATA = sqlite3.pc
224 man_MANS = sqlite3
[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
570 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
571 /************** Begin file sqlite3.h *****************************************/
601 ** the version number) and changes its name to "sqlite3.h" as
657 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
790 ** the opaque structure named "sqlite3"
799 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
10033 struct sqlite3 { struct
[all...]
H A Dshell.c35 #include "sqlite3.h"
233 static sqlite3 *db = 0;
311 ** The correct way to do this with sqlite3 is to use the bind API, but
418 sqlite3 *db; /* The database */
1013 sqlite3 *db /* Database to query */
1027 sqlite3 *db, /* Database to query */
1127 sqlite3 *db, /* An open database */
1669 sqlite3 *pDest;
2190 sqlite3 *pSrc;
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A DMakefile.am7 noinst_HEADERS = sqlite3.h sqlite3ext.h
9 libheimsqlite_la_SOURCES = sqlite3.c
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*,int eTextRep,const char*));
53 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,in
[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
552 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
553 /************** Begin file sqlite3.h *****************************************/
583 ** the version number) and changes its name to "sqlite3.h" as
639 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
772 ** the opaque structure named "sqlite3"
780 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
9447 struct sqlite3 { struct
[all...]
H A DMakefile.in124 am_libheimsqlite_la_OBJECTS = sqlite3.lo
390 noinst_HEADERS = sqlite3.h sqlite3ext.h
391 libheimsqlite_la_SOURCES = sqlite3.c
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqlite3.Plo@am__quote@
/freebsd-10.2-release/usr.bin/svn/lib/libsqlite3/
H A DMakefile6 LIB= sqlite3
8 SRCS= sqlite3.c
/freebsd-10.2-release/kerberos5/lib/libheimsqlite/
H A DMakefile4 SRCS= sqlite3.c
/freebsd-10.2-release/usr.bin/svn/lib/
H A DMakefile.inc8 SQLITE= ${.CURDIR}/../../../../contrib/sqlite3
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite3wrapper.c25 /* Include sqlite3 inline, making all symbols private. */
45 /* <libkern/OSAtomic.h> is included on OS X by sqlite3.c, and
54 # include <sqlite3.c>
H A Dsqlite.c46 /* Import the sqlite3 API vtable from sqlite3wrapper.c */
56 # include <sqlite3.h>
85 /* sqlite3 *db3 = data; */
95 /* sqlite3 *db3 = data; */
102 sqlite3 *db3;
757 internal_open(sqlite3 **db3, const char *path, svn_sqlite__mode_t mode,
/freebsd-10.2-release/contrib/apr-util/test/
H A DMakefile.win162 echo Testing dbd sqlite3 && $(OUTDIR)\dbd.exe sqlite3 || echo Failed
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Deap_user_db.c11 #include <sqlite3.h>
134 sqlite3 *db;
/freebsd-10.2-release/usr.bin/svn/
H A DMakefile.inc16 SQLITE= ${.CURDIR}/../../../contrib/sqlite3
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c35 #include "sqlite3.h"
41 sqlite3 *db;
127 sqlite3 *db,
157 * @param database An open sqlite3 database handle
165 sqlite3 *database,
192 * Opens an sqlite3 database handle to a file, may create the
226 hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt)
451 * @param statement A prepared sqlite3 statement
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dscache.c38 #include <sqlite3.h>
43 sqlite3 *db;
196 prepare_stmt(krb5_context context, sqlite3 *db,
212 exec_stmt(krb5_context context, sqlite3 *db, const char *str,
228 default_db(krb5_context context, sqlite3 **db)
257 sqlite3 *db;
454 sqlite3 *db,
1150 sqlite3 *db;
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c47 #include <sqlite3.h>
98 static sqlite3 *sqlite_db = NULL;
102 static int db_table_exists(sqlite3 *db, const char *name)
110 static int db_table_create_milenage(sqlite3 *db)
133 static sqlite3 * db_open(const char *db_file)
135 sqlite3 *db;
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c21 #include <sqlite3.h>
71 sqlite3 *sqlite_db;
82 static int db_table_exists(sqlite3 *db, const char *name)
90 static int db_table_create_pseudonym(sqlite3 *db)
111 static int db_table_create_reauth(sqlite3 *db)
137 static sqlite3 * db_open(const char *db_file)
139 sqlite3 *db;
/freebsd-10.2-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c24 #include <sqlite3.h>
42 sqlite3 *conn;
65 sqlite3 *handle;
819 sqlite3 *conn = NULL;
882 "sqlite3",
/freebsd-10.2-release/contrib/apr-util/
H A Dapr-util.spec127 --with-sqlite3 --with-pgsql --with-mysql --with-freetds --with-odbc \

Completed in 1737 milliseconds

12