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

/netbsd-current/usr.sbin/makemandb/
H A Dfts3_tokenizer.h86 int (*xDestroy)(sqlite3_tokenizer *pTokenizer); member in struct:sqlite3_tokenizer_module
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d972 void function (void*) xDestroy
1145 void function (void*) xDestroy
1370 int function (sqlite3_vtab *pVTab) xDestroy;
1464 void function (void*) xDestroy /* Module destructor function */
1761 void function(sqlite3_pcache*) xDestroy;
1777 void function (sqlite3_pcache*) xDestroy;
2109 void function(void*) xDestroy
2124 void function(void*) xDestroy
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h2363 ** without calling their xDestroy() methods.
5484 void(*xDestroy)(void*)
5496 void(*xDestroy)(void*)
6309 ** with the addition that the xDestroy callback is invoked on pArg when
6315 ** ^The xDestroy callback is <u>not</u> called if the
6317 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6339 void(*xDestroy)(void*)
7298 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
7572 void(*xDestroy)(void*) /* Module destructor function */
9054 ** [[the xDestroy() pag
9081 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
9102 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.c2676 ** without calling their xDestroy() methods.
5797 void(*xDestroy)(void*)
5809 void(*xDestroy)(void*)
6622 ** with the addition that the xDestroy callback is invoked on pArg when
6628 ** ^The xDestroy callback is <u>not</u> called if the
6630 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6652 void(*xDestroy)(void*)
7611 int (*xDestroy)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
7885 void(*xDestroy)(void*) /* Module destructor function */
9367 ** [[the xDestroy() pag
9394 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods2
9415 void (*xDestroy)(sqlite3_pcache*); member in struct:sqlite3_pcache_methods
17913 void (*xDestroy)(void *); member in struct:FuncDestructor
18129 void (*xDestroy)(void *); /* Module destructor function */ member in struct:Module
[all...]
H A Dshell.c2764 fprintf(pcachetraceOut, "PCACHETRACE: xDestroy(%p)\n", p);
2766 pcacheBase.xDestroy(p);
6151 0, /* xDestroy */
8049 0, /* xDestroy */
8571 0, /* xDestroy */
11484 zipfileDisconnect, /* xDestroy */
12483 expertDisconnect, /* xDestroy - Drop a table */
15168 0, /* xDestroy */

Completed in 600 milliseconds