Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfunc.test597 # value. Function test_destructor_count() returns the number of outstanding
603 SELECT test_destructor('hello world'), test_destructor_count();
610 SELECT test_destructor16('hello world'), test_destructor_count();
617 SELECT test_destructor_count();
627 SELECT test_destructor_count();
640 SELECT test_destructor_count();
/sqlite-3.40.0/src/
H A Dtest_func.c145 static void test_destructor_count( in test_destructor_count() function
685 { "test_destructor_count", 0, SQLITE_UTF8, test_destructor_count}, in registerTestFunctions()