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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c58 wrapped.mem.xShutdown(wrapped.mem.pAppData);
122 wrapped.pcache.xShutdown(wrapped.pcache.pArg);
H A Dpcache.c153 if( sqlite3GlobalConfig.pcache.xShutdown ){
154 /* IMPLEMENTATION-OF: R-26000-56589 The xShutdown() method may be NULL. */
155 sqlite3GlobalConfig.pcache.xShutdown(sqlite3GlobalConfig.pcache.pArg);
H A Dmalloc.c208 if( sqlite3GlobalConfig.m.xShutdown ){
209 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
H A Dsqlite.h.in1191 ** structures. The xShutdown method is invoked (indirectly) by
1194 ** xInit and xShutdown.
1198 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1208 ** call to xShutdown().
1218 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1219 void *pAppData; /* Argument to xInit() and xShutdown() */
5735 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
5738 ** ^The xShutdown() method may be NULL.
5742 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5747 ** call to xShutdown()
[all...]
H A Dtest_malloc.c103 ** xShutdown
118 memfault.m.xShutdown(memfault.m.pAppData);
192 faultsimShutdown, /* xShutdown */
/external/sqlite/dist/orig/
H A Dsqlite3.h1418 ** structures. The xShutdown method is invoked (indirectly) by
1421 ** xInit and xShutdown.
1425 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1435 ** call to xShutdown().
1445 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
6555 ** [[the xShutdown() page cache method]]
6556 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6559 ** ^The xShutdown() method may be NULL.
6563 ** xShutdown metho
6683 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6705 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1533 ** structures. The xShutdown method is invoked (indirectly) by
1536 ** xInit and xShutdown.
1540 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1550 ** call to xShutdown().
1560 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1561 void *pAppData; /* Argument to xInit() and xShutdown() */
6670 ** [[the xShutdown() page cache method]]
6671 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6674 ** ^The xShutdown() method may be NULL.
6678 ** xShutdown metho
6798 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6820 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1418 ** structures. The xShutdown method is invoked (indirectly) by
1421 ** xInit and xShutdown.
1425 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1435 ** call to xShutdown().
1445 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
6555 ** [[the xShutdown() page cache method]]
6556 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6559 ** ^The xShutdown() method may be NULL.
6563 ** xShutdown metho
6683 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6705 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1533 ** structures. The xShutdown method is invoked (indirectly) by
1536 ** xInit and xShutdown.
1540 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1550 ** call to xShutdown().
1560 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1561 void *pAppData; /* Argument to xInit() and xShutdown() */
6670 ** [[the xShutdown() page cache method]]
6671 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6674 ** ^The xShutdown() method may be NULL.
6678 ** xShutdown metho
6798 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods2
6820 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1196 ** structures. The xShutdown method is invoked (indirectly) by
1199 ** xInit and xShutdown.
1203 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1213 ** call to xShutdown().
1223 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1224 void *pAppData; /* Argument to xInit() and xShutdown() */
5740 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
5743 ** ^The xShutdown() method may be NULL.
5747 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5752 ** call to xShutdown()
5850 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]
H A Dsqlite3.c1739 ** structures. The xShutdown method is invoked (indirectly) by
1742 ** xInit and xShutdown.
1746 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
1756 ** call to xShutdown().
1766 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ member in struct:sqlite3_mem_methods
1767 void *pAppData; /* Argument to xInit() and xShutdown() */
6283 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6286 ** ^The xShutdown() method may be NULL.
6290 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
6295 ** call to xShutdown()
6393 void (*xShutdown)(void*); member in struct:sqlite3_pcache_methods
[all...]

Completed in 6021 milliseconds