HomeSort by: relevance | last modified time | path
    Searched defs:xShutdown (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1794 ** structures. The xShutdown method is invoked (indirectly) by
1797 ** xInit and xShutdown.
1801 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1811 ** call to xShutdown().
1821 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1822 void *pAppData; /* Argument to xInit() and xShutdown() */
9377 ** [[the xShutdown() page cache method]]
9378 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
9381 ** ^The xShutdown() method may be NULL.
9385 ** xShutdown method is only called from [sqlite3_shutdown()] so it doe
    [all...]
sqlite3.c 2115 ** structures. The xShutdown method is invoked (indirectly) by
2118 ** xInit and xShutdown.
2122 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
2132 ** call to xShutdown().
2142 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2143 void *pAppData; /* Argument to xInit() and xShutdown() */
9698 ** [[the xShutdown() page cache method]]
9699 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
9702 ** ^The xShutdown() method may be NULL.
9706 ** xShutdown method is only called from [sqlite3_shutdown()] so it doe
    [all...]

Completed in 80 milliseconds