Home | History | Annotate | Download | only in dist

Lines Matching full:xdisconnect

5768   int (*xDisconnect)(sqlite3_vtab *pVTab);
12156 ** deleted and the sqlite3_vtab* handles are not xDisconnect()ed
116921 ** reaches zero, call the xDisconnect() method to delete the object.
116934 p->pModule->xDisconnect(p);
131818 /* Force xDisconnect calls on all virtual tables */
131822 ** will not have called the xDisconnect() method on any virtual
135753 ** of this structure and xDestroy and xDisconnect free that instance.
136356 ** The xDisconnect() virtual table method.
139686 /* xDisconnect */ fts3DisconnectMethod,
141934 ** This function does the work for both the xDisconnect and xDestroy methods.
141935 ** These tables have no persistent representation of their own, so xDisconnect
142334 fts3auxDisconnectMethod, /* xDisconnect */
145678 ** This function does the work for both the xDisconnect and xDestroy methods.
145679 ** These tables have no persistent representation of their own, so xDisconnect
145888 fts3tokDisconnectMethod, /* xDisconnect */
154879 ** Rtree virtual table module xDisconnect method.
157067 rtreeDisconnect, /* xDisconnect - Disconnect from a table */
163559 statDisconnect, /* xDisconnect */
165514 jsonEachDisconnect, /* xDisconnect */
165541 jsonEachDisconnect, /* xDisconnect */
178563 ** The xDisconnect() virtual table method.
180644 /* xDisconnect */ fts5DisconnectMethod,
183893 ** The xDisconnect() virtual table method.
184250 /* xDisconnect */ fts5VocabDisconnectMethod,