Searched refs:xShutdown (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1232 ** structures. The xShutdown method is invoked (indirectly) by
1235 ** xInit and xShutdown.
1239 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1249 ** call to xShutdown().
1259 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1260 void *pAppData; /* Argument to xInit() and xShutdown() */
5937 ** [[the xShutdown() page cache method]]
5938 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
5941 ** ^The xShutdown() method may be NULL.
5945 ** xShutdown metho
6055 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1785 ** structures. The xShutdown method is invoked (indirectly) by
1788 ** xInit and xShutdown.
1792 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1802 ** call to xShutdown().
1812 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1813 void *pAppData; /* Argument to xInit() and xShutdown() */
6490 ** [[the xShutdown() page cache method]]
6491 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6494 ** ^The xShutdown() method may be NULL.
6498 ** xShutdown metho
6608 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1647 ** structures. The xShutdown method is invoked (indirectly) by
1650 ** xInit and xShutdown.
1654 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1664 ** call to xShutdown().
1674 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1675 void *pAppData; /* Argument to xInit() and xShutdown() */
8386 ** [[the xShutdown() page cache method]]
8387 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
8390 ** ^The xShutdown() method may be NULL.
8394 ** xShutdown metho
8514 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
8536 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dshell.c4367 memtraceBase.xShutdown(p);
H A Dsqlite3.c2710 ** structures. The xShutdown method is invoked (indirectly) by
2713 ** xInit and xShutdown.
2717 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
2727 ** call to xShutdown().
2737 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
2738 void *pAppData; /* Argument to xInit() and xShutdown() */
9449 ** [[the xShutdown() page cache method]]
9450 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
9453 ** ^The xShutdown() method may be NULL.
9457 ** xShutdown metho
9577 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
9599 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]

Completed in 1153 milliseconds