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

12345678

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.h1 #include "sqlite3.h"
7 int sqlite3Fts1Init(sqlite3 *db);
H A Dfulltext.h1 #include "sqlite3.h"
7 int fulltext_init(sqlite3 *db);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.h16 #include "sqlite3.h"
22 int sqlite3Fts2Init(sqlite3 *db);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.h16 #include "sqlite3.h"
22 int sqlite3Fts3Init(sqlite3 *db);
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dsqliteicu.h16 #include "sqlite3.h"
22 int sqlite3IcuInit(sqlite3 *db);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.h16 #include "sqlite3.h"
22 int sqlite3RtreeInit(sqlite3 *db);
H A Dsqlite3rtree.h17 #include <sqlite3.h>
32 sqlite3 *db,
/external/sqlite/android/
H A Dsqlite3_android.h20 #include <sqlite3.h>
26 int register_android_functions(sqlite3 * handle, int uit16Storage);
28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteAuthorizer.cpp32 #include <sqlite3.h>
H A DSQLiteFileSystem.h37 struct sqlite3;
58 static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase);
H A DSQLiteFileSystem.cpp35 #include <sqlite3.h>
46 int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase)
/external/chromium_org/third_party/sqlite/
H A Dsqlite3.h9 // This is a shim header to include the right sqlite3 header.
10 // Use this instead of referencing the sqlite3 header directly.
13 #include <sqlite3.h>
15 #include "third_party/sqlite/amalgamation/sqlite3.h"
/external/chromium_org/third_party/sqlite/src/
H A Dpublish.sh26 make sqlite3.c
29 echo '***** '"COMPILING sqlite3-$VERS.bin..."
30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o sqlite3 -ldl
31 strip sqlite3
32 mv sqlite3 sqlite3-$VERS.bin
33 gzip sqlite3-$VERS.bin
34 chmod 644 sqlite3-$VERS.bin.gz
35 mv sqlite3
[all...]
H A Dpublish_osx.sh26 make sqlite3.c
28 NAME=sqlite3-$VERS-osx-x86.bin
30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o $NAME -ldl
H A Dmkdll.sh5 # Two separate DLLs are generated. "sqlite3.dll" is the core
9 make sqlite3.c
20 CMD="$CC -c sqlite3.c"
40 $NM sqlite3.o | grep ' T ' >temp1
41 echo 'EXPORTS' >sqlite3.def
42 grep ' _sqlite3_' temp1 | sed 's/^.* _//' >>sqlite3.def
44 --def sqlite3.def -v --export-all \
49 -dllname sqlite3.dll -lmsvcrt sqlite3.o
H A Dmkso.sh5 # Two separate shared libraries are generated. "sqlite3.so" is the core
29 echo gcc -shared *.o -o sqlite3.so
30 gcc -shared *.o -o sqlite3.so
31 strip sqlite3.so
/external/sqlite/dist/orig/
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...]
/external/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
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...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c35 ** Head of a linked list of all sqlite3 objects created by this process
36 ** for which either sqlite3.pBlockingConnection or sqlite3.pUnlockConnection
40 static sqlite3 *SQLITE_WSD sqlite3BlockedList = 0;
57 static void checkListProperties(sqlite3 *db){
58 sqlite3 *p;
61 sqlite3 *p2;
83 static void removeFromBlockedList(sqlite3 *db){
84 sqlite3 **pp;
98 static void addToBlockedList(sqlite3 *d
[all...]
H A Dtest_intarray.h77 #include "sqlite3.h"
97 sqlite3 *db,
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 Dsqlite.h.in30 ** the version number) and changes its name to "sqlite3.h" as
81 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
214 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
220 ** sqlite3 object.
222 typedef struct sqlite3 sqlite3;
264 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
265 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
270 ** the [sqlite3] objec
[all...]
/external/chromium_org/components/test/data/autofill/merge/tools/
H A Dserialize_profiles.py7 import sqlite3 namespace
27 connection = sqlite3.connect(database, 0)
30 except sqlite3.OperationalError:
47 except sqlite3.OperationalError:
60 except sqlite3.OperationalError:
72 except sqlite3.OperationalError:

Completed in 1224 milliseconds

12345678