HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3 (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.h 1 #include "sqlite3.h"
7 int sqlite3Fts1Init(sqlite3 *db);
fulltext.h 1 #include "sqlite3.h"
7 int fulltext_init(sqlite3 *db);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.h 16 #include "sqlite3.h"
22 int sqlite3Fts2Init(sqlite3 *db);
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.h 16 #include "sqlite3.h"
22 int sqlite3Fts3Init(sqlite3 *db);
  /external/chromium_org/third_party/sqlite/src/ext/icu/
sqliteicu.h 16 #include "sqlite3.h"
22 int sqlite3IcuInit(sqlite3 *db);
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.h 16 #include "sqlite3.h"
22 int sqlite3RtreeInit(sqlite3 *db);
sqlite3rtree.h 17 #include <sqlite3.h>
32 sqlite3 *db,
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystem.h 37 struct sqlite3;
58 static int openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase);
SQLiteAuthorizer.cpp 32 #include <sqlite3.h>
SQLiteFileSystem.cpp 35 #include <sqlite3.h>
46 int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database, bool forWebSQLDatabase)
SQLiteDatabase.h 40 struct sqlite3;
95 sqlite3* sqlite3Handle() const {
125 sqlite3* m_db;
  /external/chromium_org/third_party/sqlite/
sqlite3.h 9 // 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/
publish.sh 26 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-$VERS.bin.gz do
    [all...]
publish_osx.sh 26 make sqlite3.c
28 NAME=sqlite3-$VERS-osx-x86.bin
30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o $NAME -ldl
mkdll.sh 5 # 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
mkso.sh 5 # 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/chromium_org/third_party/sqlite/src/src/
notify.c 35 ** 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 *db)
    [all...]
test_intarray.h 77 #include "sqlite3.h"
97 sqlite3 *db,
sqlite3ext.h 16 ** 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*,int eTextRep,const void*))
    [all...]
sqlite.h.in 30 ** the version number) and changes its name to "sqlite3.h" as
81 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
84 ** SQLite3) and Y is the minor version number and Z is the release number.)^
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 i
    [all...]
sqliteInt.h 302 #include "sqlite3.h"
673 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
683 ** holding a mutex on the sqlite3 connection pointer that owns the Btree.
800 struct sqlite3 { struct
846 int (*xWalCallback)(void *, sqlite3 *, const char *, int);
849 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*);
850 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*);
    [all...]
  /external/chromium_org/components/test/data/autofill/merge/tools/
serialize_profiles.py 7 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:
  /development/build/
product_sdk.mk 46 sqlite3 \
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
86 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
89 ** SQLite3) and Y is the minor version number and Z is the release number.)^
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 i
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
split-sqlite3c.tcl 3 # This script splits the sqlite3.c amalgamated source code files into
16 set in [open sqlite3.c]
17 set out1 [open sqlite3-all.c w]
19 # Copy the header from sqlite3.c into sqlite3-all.c
43 # Write a big chunk of text in to an auxiliary file "sqlite3-NNN.c".
44 # Also add an appropriate #include to sqlite3-all.c
50 set out [open sqlite3-$filecnt.c w]
53 puts $::out1 "#include \"sqlite3-$filecnt.c\""
57 # the #includes to the main sqlite3-all.c file as necessary to referenc
    [all...]

Completed in 877 milliseconds

1 2 3 4 5 6 7