Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5465 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5490 sqlite3_vtab **ppVTab, char**);
5493 sqlite3_vtab **ppVTab, char**);
5495 int (*xDisconnect)(sqlite3_vtab *pVTab);
5496 int (*xDestroy)(sqlite3_vtab *pVTab);
5506 int (*xBegin)(sqlite3_vtab *pVTab);
5507 int (*xSync)(sqlite3_vtab *pVTab);
5508 int (*xCommit)(sqlite3_vtab *pVTab);
5509 int (*xRollback)(sqlite3_vtab *pVTab);
5517 int (*xRelease)(sqlite3_vtab *pVTab, int);
[all …]
H A Dsqlite3.c5672 typedef struct sqlite3_vtab sqlite3_vtab; typedef
5894 struct sqlite3_vtab { struct
75290 sqlite3_vtab *pVtab;
76918 sqlite3_vtab *pVtab;
76978 sqlite3_vtab *pVtab;
77026 sqlite3_vtab *pVtab;
77070 sqlite3_vtab *pVtab;
77113 sqlite3_vtab *pVtab;
77165 sqlite3_vtab *pVtab;
115564 sqlite3_vtab *pVtab;
[all …]

Completed in 393 milliseconds