HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_stmt (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 39 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
40 int (*bind_double)(sqlite3_stmt*,int,double);
41 int (*bind_int)(sqlite3_stmt*,int,int);
42 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
43 int (*bind_null)(sqlite3_stmt*,int);
44 int (*bind_parameter_count)(sqlite3_stmt*);
45 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
46 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
47 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
48 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*))
    [all...]
sqlite3.h 223 ** sqlite3_stmt *pStmt;
2127 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 37 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
38 int (*bind_double)(sqlite3_stmt*,int,double);
39 int (*bind_int)(sqlite3_stmt*,int,int);
40 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
41 int (*bind_null)(sqlite3_stmt*,int);
42 int (*bind_parameter_count)(sqlite3_stmt*);
43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
44 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
45 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
46 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*))
    [all...]
sqlite3.h 2769 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
sqlite3.c 3319 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
shell.c 438 sqlite3_stmt *pStmt; /* Current statement if any. */
954 sqlite3_stmt *pSelect;
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 37 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
38 int (*bind_double)(sqlite3_stmt*,int,double);
39 int (*bind_int)(sqlite3_stmt*,int,int);
40 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
41 int (*bind_null)(sqlite3_stmt*,int);
42 int (*bind_parameter_count)(sqlite3_stmt*);
43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
44 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
45 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
46 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*))
    [all...]
sqlite3.h 2769 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
sqlite3.c 3319 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
shell.c 443 sqlite3_stmt *pStmt; /* Current statement if any. */
959 sqlite3_stmt *pSelect;
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 288 sqlite3_stmt* statement;
316 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
328 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
336 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
344 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
352 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr)
    [all...]
  /external/chromium/app/sql/
connection.h 19 struct sqlite3_stmt;
300 StatementRef(Connection* connection, sqlite3_stmt* stmt);
311 sqlite3_stmt* stmt() const { return stmt_; }
323 sqlite3_stmt* stmt_;
connection.cc 68 sqlite3_stmt* stmt)
249 sqlite3_stmt* stmt = NULL;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.h 31 struct sqlite3_stmt;
99 sqlite3_stmt* m_statement;
SQLiteStatement.cpp 42 static inline int sqlite3_prepare16_v2(sqlite3* db, const void* zSql, int nBytes, sqlite3_stmt** ppStmt, const void** pzTail)
  /external/chromium/chrome/common/
sqlite_utils.h 187 explicit scoped_sqlite3_stmt_ptr(sqlite3_stmt* stmt)
191 sqlite3_stmt* get() const {
195 void set(sqlite3_stmt* stmt) {
200 sqlite3_stmt* release() {
201 sqlite3_stmt* tmp = stmt_;
220 sqlite3_stmt* stmt_;
  /external/javasqlite/src/main/native/
sqlite_jni.c 72 sqlite3_stmt *stmt; /* For callback() */
796 sqlite3_finalize((sqlite3_stmt *) v->vm);
805 sqlite3_finalize((sqlite3_stmt *) v->vm);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 19 struct sqlite3_stmt;
  /external/sqlite/android/
sqlite3_android.cpp 210 sqlite3_stmt * statement = (sqlite3_stmt *)data;
289 sqlite3_stmt * statement = (sqlite3_stmt *)sqlite3_get_auxdata(context, 0);

Completed in 2604 milliseconds