Home
last modified time | relevance | path

Searched refs:want_to_close (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dutil.c1099 || db->want_to_close ){ in sqliteSafetyOn()
1116 || db->want_to_close ){ in sqliteSafetyOff()
H A DsqliteInt.h354 u8 want_to_close; /* Close after all VDBEs are deallocated */ member
H A Dmain.c574 db->want_to_close = 1; in sqlite_close()
H A Dvdbeaux.c934 if( db->want_to_close && db->pVdbe==0 ){ in sqliteVdbeFinalize()