Lines Matching defs:xDisconnect
7402 int (*xDisconnect)(sqlite3_vtab *pVTab);
17716 ** deleted and the sqlite3_vtab* handles are not xDisconnect()ed
102936 /* xDisconnect */ bytecodevtabDisconnect,
136913 ** Pragma virtual table module xDisconnect method.
137101 pragmaVtabDisconnect, /* xDisconnect - Disconnect from a table */
150137 ** reaches zero, call the xDisconnect() method to delete the object.
150152 p->pModule->xDisconnect(p);
150856 if( xDestroy==0 ) xDestroy = p->pMod->pModule->xDisconnect;
174646 /* Force xDisconnect calls on all virtual tables */
174650 ** will not have called the xDisconnect() method on any virtual
179506 ** of this structure and xDestroy and xDisconnect free that instance.
180169 ** The xDisconnect() virtual table method.
183629 /* xDisconnect */ fts3DisconnectMethod,
185884 ** This function does the work for both the xDisconnect and xDestroy methods.
185885 ** These tables have no persistent representation of their own, so xDisconnect
186289 fts3auxDisconnectMethod, /* xDisconnect */
189645 ** This function does the work for both the xDisconnect and xDestroy methods.
189646 ** These tables have no persistent representation of their own, so xDisconnect
189855 fts3tokDisconnectMethod, /* xDisconnect */
200834 jsonEachDisconnect, /* xDisconnect */
200862 jsonEachDisconnect, /* xDisconnect */
201980 ** Rtree virtual table module xDisconnect method.
204431 rtreeDisconnect, /* xDisconnect - Disconnect from a table */
207093 rtreeDisconnect, /* xDisconnect - Disconnect from a table */
215059 statDisconnect, /* xDisconnect */
215487 dbpageDisconnect, /* xDisconnect */
237154 ** The xDisconnect() virtual table method.
239648 /* xDisconnect */ fts5DisconnectMethod,
243595 ** The xDisconnect() virtual table method.
244231 /* xDisconnect */ fts5VocabDisconnectMethod,
244550 stmtDisconnect, /* xDisconnect */