Home
last modified time | relevance | path

Searched defs:sqlite3_api_routines (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h24 typedef struct sqlite3_api_routines sqlite3_api_routines; typedef
30 struct sqlite3_api_routines { struct
31 void * (*aggregate_context)(sqlite3_context*,int nBytes);
32 int (*aggregate_count)(sqlite3_context*);
33 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
34 int (*bind_double)(sqlite3_stmt*,int,double);
35 int (*bind_int)(sqlite3_stmt*,int,int);
36 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
37 int (*bind_null)(sqlite3_stmt*,int);
38 int (*bind_parameter_count)(sqlite3_stmt*);
[all …]
/external/sqlite/dist/
Dsqlite3.c60713 typedef struct sqlite3_api_routines sqlite3_api_routines; typedef
60725 struct sqlite3_api_routines { struct
60726 void * (*aggregate_context)(sqlite3_context*,int nBytes);
60727 int (*aggregate_count)(sqlite3_context*);
60728 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
60729 int (*bind_double)(sqlite3_stmt*,int,double);
60730 int (*bind_int)(sqlite3_stmt*,int,int);
60731 int (*bind_int64)(sqlite3_stmt*,int,sqlite_int64);
60732 int (*bind_null)(sqlite3_stmt*,int);
60733 int (*bind_parameter_count)(sqlite3_stmt*);
[all …]