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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h5197 void(*xDestroy)(void*)
5209 void(*xDestroy)(void*)
5887 ** with the addition that the xDestroy callback is invoked on pArg when
5893 ** ^The xDestroy callback is <u>not</u> called if the
5895 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
5917 void(*xDestroy)(void*)
6785 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
7023 void(*xDestroy)(void*) /* Module destructor function */
8496 ** [[the xDestroy() page cache method]]
8497 ** ^The xDestroy() metho
8523 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
8544 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3ext.h169 void (*xDestroy)(void *));
220 void(*xDestroy)(void*));
319 void(*xDestroy)(void*));
H A Dsqlite3.c6260 void(*xDestroy)(void*)
6272 void(*xDestroy)(void*)
6950 ** with the addition that the xDestroy callback is invoked on pArg when
6956 ** ^The xDestroy callback is <u>not</u> called if the
6958 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6980 void(*xDestroy)(void*)
7848 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
8086 void(*xDestroy)(void*) /* Module destructor function */
9559 ** [[the xDestroy() page cache method]]
9560 ** ^The xDestroy() metho
9586 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
9607 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
17280 void (*xDestroy)(void *); member in struct:FuncDestructor
17471 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
/freebsd-11-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 1021 milliseconds