Home | History | Annotate | Download | only in orig

Lines Matching refs:xDisconnect

5507   int (*xDisconnect)(sqlite3_vtab *pVTab);
10120 ** deleted and the sqlite3_vtab* handles are not xDisconnect()ed
101588 ** reaches zero, call the xDisconnect() method to delete the object.
101601 p->pModule->xDisconnect(p);
113178 ** will not have called the xDisconnect() method on any virtual
116577 ** of this structure and xDestroy and xDisconnect free that instance.
117086 ** The xDisconnect() virtual table method.
120092 /* xDisconnect */ fts3DisconnectMethod,
121919 ** This function does the work for both the xDisconnect and xDestroy methods.
121920 ** These tables have no persistent representation of their own, so xDisconnect
122258 fts3auxDisconnectMethod, /* xDisconnect */
130878 ** Rtree virtual table module xDisconnect method.
132974 rtreeDisconnect, /* xDisconnect - Disconnect from a table */