Searched refs:xDestroy (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h4016 void(*xDestroy)(void*)
4432 ** with the addition that the xDestroy callback is invoked on pArg when
4438 ** ^The xDestroy callback is <u>not</u> called if the
4440 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4462 void(*xDestroy)(void*)
5174 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5329 void(*xDestroy)(void*) /* Module destructor function */
6482 ** [[the xDestroy() page cache method]]
6483 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6485 ** calling the xDestroy() metho
6509 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
6530 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h171 void (*xDestroy)(void *));
222 void(*xDestroy)(void*));
H A Dsqlite3.c4587 void(*xDestroy)(void*)
5003 ** with the addition that the xDestroy callback is invoked on pArg when
5009 ** ^The xDestroy callback is <u>not</u> called if the
5011 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
5033 void(*xDestroy)(void*)
5745 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5900 void(*xDestroy)(void*) /* Module destructor function */
7053 ** [[the xDestroy() page cache method]]
7054 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7056 ** calling the xDestroy() metho
7080 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
7101 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
10254 void (*xDestroy)(void *); member in struct:FuncDestructor
10342 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h3736 void(*xDestroy)(void*)
4143 ** with the addition that the xDestroy callback is invoked on pArg when
4149 ** ^The xDestroy callback is <u>not</u> called if the
4151 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4173 void(*xDestroy)(void*)
4779 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
4934 void(*xDestroy)(void*) /* Module destructor function */
6044 ** [[the xDestroy() page cache method]]
6045 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6047 ** calling the xDestroy() metho
6063 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h157 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
201 int (*create_function_v2)(sqlite3*,const char*,int,int,void*,void (*xFunc)(sqlite3_context*,int,sqlite3_value**),void (*xStep)(sqlite3_context*,int,sqlite3_value**),void (*xFinal)(sqlite3_context*),void(*xDestroy)(void*));
H A Dsqlite3.c4289 void(*xDestroy)(void*)
4696 ** with the addition that the xDestroy callback is invoked on pArg when
4702 ** ^The xDestroy callback is <u>not</u> called if the
4704 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4726 void(*xDestroy)(void*)
5332 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5487 void(*xDestroy)(void*) /* Module destructor function */
6597 ** [[the xDestroy() page cache method]]
6598 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
6600 ** calling the xDestroy() metho
6616 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
9655 void (*xDestroy)(void *); member in struct:FuncDestructor
9737 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]

Completed in 717 milliseconds