OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xShutdown
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_init.c
58
wrapped.mem.
xShutdown
(wrapped.mem.pAppData);
122
wrapped.pcache.
xShutdown
(wrapped.pcache.pArg);
pcache.c
153
if( sqlite3GlobalConfig.pcache.
xShutdown
){
154
/* IMPLEMENTATION-OF: R-26000-56589 The
xShutdown
() method may be NULL. */
155
sqlite3GlobalConfig.pcache.
xShutdown
(sqlite3GlobalConfig.pcache.pArg);
malloc.c
208
if( sqlite3GlobalConfig.m.
xShutdown
){
209
sqlite3GlobalConfig.m.
xShutdown
(sqlite3GlobalConfig.m.pAppData);
sqlite.h.in
[
all
...]
test_malloc.c
103
**
xShutdown
118
memfault.m.
xShutdown
(memfault.m.pAppData);
192
faultsimShutdown, /*
xShutdown
*/
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
Completed in 53 milliseconds