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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1375 ** structures. The xShutdown method is invoked (indirectly) by
1378 ** xInit and xShutdown.
1382 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1392 ** call to xShutdown().
1402 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1403 void *pAppData; /* Argument to xInit() and xShutdown() */
6372 ** [[the xShutdown() page cache method]]
6373 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6376 ** ^The xShutdown() method may be NULL.
6380 ** xShutdown metho
6500 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6522 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1946 ** structures. The xShutdown method is invoked (indirectly) by
1949 ** xInit and xShutdown.
1953 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1963 ** call to xShutdown().
1973 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1974 void *pAppData; /* Argument to xInit() and xShutdown() */
6943 ** [[the xShutdown() page cache method]]
6944 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6947 ** ^The xShutdown() method may be NULL.
6951 ** xShutdown metho
7071 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
7093 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
/freebsd-10.2-release/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...]

Completed in 694 milliseconds