Home
last modified time | relevance | path

Searched defs:sqlite3_vtab (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2365 typedef struct sqlite3_vtab sqlite3_vtab; typedef
2513 struct sqlite3_vtab { struct
2530 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/external/sqlite/dist/
Dsqlite3.h4127 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4319 struct sqlite3_vtab { struct
4328 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4345 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c4651 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4843 struct sqlite3_vtab { struct
4852 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4869 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument