Home
last modified time | relevance | path

Searched refs:sqlite3_vtab (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4722 typedef struct sqlite3_vtab sqlite3_vtab; typedef
4747 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 …]
H A Dsqlite3.c5269 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5476 struct sqlite3_vtab { struct
66957 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