Searched refs:sqlite3_vtab (Results 1 – 2 of 2) sorted by relevance
4722 typedef struct sqlite3_vtab sqlite3_vtab; typedef4747 sqlite3_vtab **ppVTab, char**);4750 sqlite3_vtab **ppVTab, char**);4752 int (*xDisconnect)(sqlite3_vtab *pVTab);4753 int (*xDestroy)(sqlite3_vtab *pVTab);4763 int (*xBegin)(sqlite3_vtab *pVTab);4764 int (*xSync)(sqlite3_vtab *pVTab);4765 int (*xCommit)(sqlite3_vtab *pVTab);4766 int (*xRollback)(sqlite3_vtab *pVTab);4774 int (*xRelease)(sqlite3_vtab *pVTab, int);[all …]
5269 typedef struct sqlite3_vtab sqlite3_vtab; typedef5476 struct sqlite3_vtab { struct66957 sqlite3_vtab *pVtab;68412 sqlite3_vtab *pVtab;68468 sqlite3_vtab *pVtab;68526 sqlite3_vtab *pVtab;68585 sqlite3_vtab *pVtab;68632 sqlite3_vtab *pVtab;68676 sqlite3_vtab *pVtab;98201 sqlite3_vtab *pVtab;[all …]
Completed in 469 milliseconds