Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c91 static int test_destructor_count_var = 0; variable
97 test_destructor_count_var--; in destructor()
107 test_destructor_count_var++; in test_destructor()
130 test_destructor_count_var++; in test_destructor16()
150 sqlite3_result_int(pCtx, test_destructor_count_var); in test_destructor_count()