Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1470 struct sqlite3_vtab struct
1483 sqlite3_vtab *pVtab; /** Virtual table of this cursor */ argument
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7267 typedef struct sqlite3_vtab sqlite3_vtab; typedef
7610 struct sqlite3_vtab { struct
7619 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
7635 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument
H A Dsqlite3.c7580 typedef struct sqlite3_vtab sqlite3_vtab; typedef
7923 struct sqlite3_vtab { struct
7932 ** KEYWORDS: sqlite3_vtab_cursor {virtual table cursor} argument
7948 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ argument