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

/external/sqlite/dist/orig/
H A Dsqlite3.h1444 ** structures. The xShutdown method is invoked (indirectly) by
1447 ** xInit and xShutdown.
1451 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1461 ** call to xShutdown().
1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1472 void *pAppData; /* Argument to xInit() and xShutdown() */
6764 ** [[the xShutdown() page cache method]]
6765 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6768 ** ^The xShutdown() method may be NULL.
6772 ** xShutdown metho
6892 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6914 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1651 ** structures. The xShutdown method is invoked (indirectly) by
1654 ** xInit and xShutdown.
1658 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1668 ** call to xShutdown().
1678 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1679 void *pAppData; /* Argument to xInit() and xShutdown() */
6971 ** [[the xShutdown() page cache method]]
6972 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6975 ** ^The xShutdown() method may be NULL.
6979 ** xShutdown metho
7099 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
7121 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1444 ** structures. The xShutdown method is invoked (indirectly) by
1447 ** xInit and xShutdown.
1451 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1461 ** call to xShutdown().
1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1472 void *pAppData; /* Argument to xInit() and xShutdown() */
6764 ** [[the xShutdown() page cache method]]
6765 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6768 ** ^The xShutdown() method may be NULL.
6772 ** xShutdown metho
6892 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6914 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1651 ** structures. The xShutdown method is invoked (indirectly) by
1654 ** xInit and xShutdown.
1658 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1668 ** call to xShutdown().
1678 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1679 void *pAppData; /* Argument to xInit() and xShutdown() */
6971 ** [[the xShutdown() page cache method]]
6972 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6975 ** ^The xShutdown() method may be NULL.
6979 ** xShutdown metho
7099 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
7121 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]

Completed in 791 milliseconds