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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h4467 void(*xDestroy)(void*)
4966 ** with the addition that the xDestroy callback is invoked on pArg when
4972 ** ^The xDestroy callback is <u>not</u> called if the
4974 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
4996 void(*xDestroy)(void*)
5786 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
5997 void(*xDestroy)(void*) /* Module destructor function */
7225 ** [[the xDestroy() page cache method]]
7226 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7228 ** calling the xDestroy() metho
7252 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
7273 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
H A Dsqlite3.c4727 void(*xDestroy)(void*)
5226 ** with the addition that the xDestroy callback is invoked on pArg when
5232 ** ^The xDestroy callback is <u>not</u> called if the
5234 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
5256 void(*xDestroy)(void*)
6046 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
6257 void(*xDestroy)(void*) /* Module destructor function */
7485 ** [[the xDestroy() page cache method]]
7486 ** ^The xDestroy() method is used to delete a cache allocated by xCreate().
7488 ** calling the xDestroy() metho
7512 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
7533 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
14128 void (*xDestroy)(void *); member in struct:FuncDestructor
14250 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/freebsd-10-stable/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 1004 milliseconds