Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h4564 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4766 struct sqlite3_vtab { struct
4775 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4791 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5107 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5309 struct sqlite3_vtab { struct
5318 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5334 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in4559 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4761 struct sqlite3_vtab { struct
4770 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4786 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dvtab.c434 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor() argument
/external/sqlite/dist/orig/
Dsqlite3.h5283 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5504 struct sqlite3_vtab { struct
5513 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5529 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5398 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5619 struct sqlite3_vtab { struct
5628 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5644 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/external/sqlite/dist/
Dsqlite3.h5283 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5504 struct sqlite3_vtab { struct
5513 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5529 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5398 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5619 struct sqlite3_vtab { struct
5628 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5644 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument