Searched refs:sqlite3_vtab (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4047 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4068 sqlite3_vtab **ppVTab, char**);
4071 sqlite3_vtab **ppVTab, char**);
4072 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4073 int (*xDisconnect)(sqlite3_vtab *pVTab);
4074 int (*xDestroy)(sqlite3_vtab *pVTab);
4075 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4083 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4084 int (*xBegin)(sqlite3_vtab *pVTa
4237 struct sqlite3_vtab { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4927 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4952 sqlite3_vtab **ppVTab, char**);
4955 sqlite3_vtab **ppVTab, char**);
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4957 int (*xDisconnect)(sqlite3_vtab *pVTab);
4958 int (*xDestroy)(sqlite3_vtab *pVTab);
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4967 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4968 int (*xBegin)(sqlite3_vtab *pVTa
5134 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c5477 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5502 sqlite3_vtab **ppVTab, char**);
5505 sqlite3_vtab **ppVTab, char**);
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5507 int (*xDisconnect)(sqlite3_vtab *pVTab);
5508 int (*xDestroy)(sqlite3_vtab *pVTab);
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5517 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5518 int (*xBegin)(sqlite3_vtab *pVTa
5684 struct sqlite3_vtab { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4927 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
4952 sqlite3_vtab **ppVTab, char**);
4955 sqlite3_vtab **ppVTab, char**);
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4957 int (*xDisconnect)(sqlite3_vtab *pVTab);
4958 int (*xDestroy)(sqlite3_vtab *pVTab);
4959 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
4967 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
4968 int (*xBegin)(sqlite3_vtab *pVTa
5134 struct sqlite3_vtab { struct
[all...]
H A Dsqlite3.c5477 typedef struct sqlite3_vtab sqlite3_vtab; typedef in typeref:struct:sqlite3_vtab
5502 sqlite3_vtab **ppVTab, char**);
5505 sqlite3_vtab **ppVTab, char**);
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5507 int (*xDisconnect)(sqlite3_vtab *pVTab);
5508 int (*xDestroy)(sqlite3_vtab *pVTab);
5509 int (*xOpen)(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor);
5517 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
5518 int (*xBegin)(sqlite3_vtab *pVTa
5684 struct sqlite3_vtab { struct
[all...]

Completed in 465 milliseconds