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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
util.h 31 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st);
statement.h 38 sqlite3_stmt* st;
util.c 27 int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection)
48 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st)
statement.c 329 sqlite3_stmt* new_st;
connection.c 414 sqlite3_stmt* statement;
453 sqlite3_stmt* statement;
499 sqlite3_stmt* statement;
    [all...]
cursor.c 795 sqlite3_stmt* statement;
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 35 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
36 int (*bind_double)(sqlite3_stmt*,int,double);
37 int (*bind_int)(sqlite3_stmt*,int,int);
38 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
39 int (*bind_null)(sqlite3_stmt*,int);
40 int (*bind_parameter_count)(sqlite3_stmt*);
41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
42 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
43 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
44 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*))
    [all...]
sqlite3.h 3354 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
shell.c     [all...]
sqlite3.c 3631 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 35 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
36 int (*bind_double)(sqlite3_stmt*,int,double);
37 int (*bind_int)(sqlite3_stmt*,int,int);
38 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
39 int (*bind_null)(sqlite3_stmt*,int);
40 int (*bind_parameter_count)(sqlite3_stmt*);
41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
42 const char * (*bind_parameter_name)(sqlite3_stmt*,int);
43 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
44 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*))
    [all...]
sqlite3.h 3354 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
shell.c     [all...]
sqlite3.c 3631 typedef struct sqlite3_stmt sqlite3_stmt; typedef in typeref:struct:sqlite3_stmt
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 291 sqlite3_stmt* statement;
319 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
330 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
337 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
344 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr);
351 sqlite3_stmt* statement = reinterpret_cast<sqlite3_stmt*>(statementPtr)
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 71 sqlite3_stmt *stmt; /* For callback() */
795 sqlite3_finalize((sqlite3_stmt *) v->vm);
804 sqlite3_finalize((sqlite3_stmt *) v->vm);
    [all...]
  /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 394 milliseconds