Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in4559 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4776 struct sqlite3_vtab { struct
4785 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4801 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/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h4564 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4781 struct sqlite3_vtab { struct
4790 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
4806 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5107 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5324 struct sqlite3_vtab { struct
5333 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5349 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/external/sqlite/dist/orig/
Dsqlite3.h4927 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5134 struct sqlite3_vtab { struct
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5159 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5477 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5684 struct sqlite3_vtab { struct
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5709 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
/external/sqlite/dist/
Dsqlite3.h4927 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5134 struct sqlite3_vtab { struct
5143 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5159 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
Dsqlite3.c5477 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5684 struct sqlite3_vtab { struct
5693 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
5709 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument