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

1 2

  /external/sqlite/android/
sqlite3_android.h 20 #include <sqlite3.h>
26 int register_android_functions(sqlite3 * handle, int uit16Storage);
28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
sqlite3_android.cpp 235 sqlite3 * handle;
289 sqlite3 * handle = sqlite3_context_db_handle(context);
426 extern "C" int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage)
511 extern "C" int register_android_functions(sqlite3 * handle, int utf16Storage)
  /external/webkit/WebCore/platform/sql/
SQLiteAuthorizer.cpp 31 #include <sqlite3.h>
SQLiteFileSystem.h 37 struct sqlite3;
55 static int openDatabase(const String& fileName, sqlite3** database);
SQLiteDatabase.h 37 struct sqlite3;
99 sqlite3* sqlite3Handle() const {
118 sqlite3* m_db;
SQLiteFileSystem.cpp 37 #include <sqlite3.h>
49 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database)
  /frameworks/base/core/jni/
sqlite3_exception.h 25 #include <sqlite3.h>
30 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle);
38 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message);
android_database_SQLiteStatement.cpp 25 #include <sqlite3.h>
39 sqlite3 * handle, jstring sqlString);
48 (sqlite3 *)env->GetIntField(object, gHandleField)
54 sqlite3 * handle = GET_HANDLE(env, object);
72 sqlite3 * handle = GET_HANDLE(env, object);
96 sqlite3 * handle = GET_HANDLE(env, object);
android_database_SQLiteDatabase.cpp 28 #include <sqlite3.h>
80 // register the logging func on sqlite. needs to be done BEFORE any sqlite3 func is called.
100 sqlite3 * handle = NULL;
105 // register the logging func on sqlite. needs to be done BEFORE any sqlite3 func is called.
179 static char *getDatabaseName(JNIEnv* env, sqlite3 * handle, jstring databaseName) {
197 sqlite3 * handle = (sqlite3 *)env->GetIntField(object, offset_db_handle);
209 sqlite3 * handle = (sqlite3 *)env->GetIntField(object, offset_db_handle);
217 sqlite3 * handle = (sqlite3 *)env->GetIntField(object, offset_db_handle)
    [all...]
android_database_SQLiteCompiledSql.cpp 24 #include <sqlite3.h>
44 (sqlite3 *)env->GetIntField(object, gHandleField)
48 sqlite3 * handle, jstring sqlString)
android_database_SQLiteQuery.cpp 24 #include <sqlite3.h>
39 sqlite3 * handle, jstring sqlString);
51 (sqlite3 *)env->GetIntField(object, gHandleField)
android_database_SQLiteProgram.cpp 24 #include <sqlite3.h>
44 (sqlite3 *)env->GetIntField(object, gHandleField)
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 16 ** sqlite3.h.
22 #include "sqlite3.h"
44 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
45 int (*busy_timeout)(sqlite3*,int ms);
46 int (*changes)(sqlite3*);
47 int (*close)(sqlite3*);
48 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const char*));
49 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,int eTextRep,const void*))
    [all...]
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
60 ** The version of the SQLite library is contained in the sqlite3.h
93 ** if you compile your program using an sqlite3.h header from a
111 ** opaque structure named "sqlite3". It is useful to think of an sqlite3
118 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
161 int sqlite3_close(sqlite3 *);
215 sqlite3*, /* An open database */
323 int sqlite3_extended_result_codes(sqlite3*, int onoff)
    [all...]
  /external/sqlite/dist/
sqlite3.h.orig 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.)^
192 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
198 ** sqlite3 object.
200 typedef struct sqlite3 sqlite3;
242 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
243 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object i
    [all...]
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.)^
192 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
198 ** sqlite3 object.
200 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
242 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
243 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object i
    [all...]
Android.mk 9 common_src_files := sqlite3.c
67 ## Build the device command line tool sqlite3
70 ifneq ($(SDK_ONLY),true) # SDK doesn't need device version of sqlite3
91 LOCAL_MODULE := sqlite3
100 ## Build the host command line tool sqlite3
136 LOCAL_MODULE := sqlite3
shell.c 24 #include "sqlite3.h"
208 static int genfkey_create_triggers(sqlite3 *, const char *, void *,
219 /* The code in this file defines a sqlite3 virtual-table module that
295 sqlite3 *db;
320 sqlite3 *db,
347 pVtab->db = (sqlite3 *)pAux;
575 static int installSchemaModule(sqlite3 *db, sqlite3 *sdb){
733 sqlite3 *db, /* Database connection */
766 static int populateTempTable(sqlite3 *db, GenfkeyCb *pCallback)
    [all...]
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 37 #include <sqlite3.h>
51 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database)
SQLiteFileSystemChromiumWin.cpp 35 #include <sqlite3.h>
SQLiteFileSystemChromiumPosix.cpp 35 #include <sqlite3.h>
  /libcore/sqlite-jdbc/src/main/native/
sqlite_jni.c 13 #include "sqlite3.h"
54 int is3; /* True for SQLITE3 handle */
74 struct hbl *blobs; /* SQLite3 blob handles */
83 int is3; /* True for SQLITE3 handle */
99 int is3; /* True for SQLITE3 handle */
103 int tail_len; /* only for SQLite3/prepare */
114 sqlite3_blob *blob; /* SQLite3 blob */
784 sqlite3_close((sqlite3 *) h->sqlite);
793 sqlite3_close((sqlite3 *) h->sqlite);
858 sqlite3_busy_timeout((sqlite3 * ) h->sqlite, ms)
    [all...]
  /sdk/build/
tools.atree 32 bin/sqlite3 tools/sqlite3
  /development/build/tools/
make_windows_sdk.sh 117 sdklauncher sqlite3 \
163 rm -v "$TOOLS"/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,zipalign}
  /packages/apps/Launcher2/
print_db.py 7 import sqlite3 namespace
75 conn = sqlite3.connect(fn)

Completed in 244 milliseconds

1 2