Home
last modified time | relevance | path

Searched refs:sqlite3_opentemp_count (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dpager.c3602 int sqlite3_opentemp_count = 0; variable
3628 sqlite3_opentemp_count++; /* Used for testing and analysis only */ in pagerOpentemp()
H A Dtest1.c8817 extern int sqlite3_opentemp_count; in Sqlitetest1_Init()
8903 (char*)&sqlite3_opentemp_count, TCL_LINK_INT); in Sqlitetest1_Init()