Lines Matching full:xdisconnect
5768 int (*xDisconnect)(sqlite3_vtab *pVTab);
12156 ** deleted and the sqlite3_vtab* handles are not xDisconnect()ed
116903 ** reaches zero, call the xDisconnect() method to delete the object.
116916 p->pModule->xDisconnect(p);
131800 /* Force xDisconnect calls on all virtual tables */
131804 ** will not have called the xDisconnect() method on any virtual
135735 ** of this structure and xDestroy and xDisconnect free that instance.
136338 ** The xDisconnect() virtual table method.
139668 /* xDisconnect */ fts3DisconnectMethod,
141904 ** This function does the work for both the xDisconnect and xDestroy methods.
141905 ** These tables have no persistent representation of their own, so xDisconnect
142304 fts3auxDisconnectMethod, /* xDisconnect */
145648 ** This function does the work for both the xDisconnect and xDestroy methods.
145649 ** These tables have no persistent representation of their own, so xDisconnect
145858 fts3tokDisconnectMethod, /* xDisconnect */
154849 ** Rtree virtual table module xDisconnect method.
157037 rtreeDisconnect, /* xDisconnect - Disconnect from a table */
163529 statDisconnect, /* xDisconnect */
165484 jsonEachDisconnect, /* xDisconnect */
165511 jsonEachDisconnect, /* xDisconnect */
178533 ** The xDisconnect() virtual table method.
180614 /* xDisconnect */ fts5DisconnectMethod,
183863 ** The xDisconnect() virtual table method.
184220 /* xDisconnect */ fts5VocabDisconnectMethod,