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.h4868 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5045 struct sqlite3_vtab { struct
5066 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5274 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5451 struct sqlite3_vtab { struct
5472 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
69763 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor() argument