Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfunc.test595 # Function test_destructor() takes one argument and returns a copy of the
598 # destructor calls for values returned by test_destructor().
603 SELECT test_destructor('hello world'), test_destructor_count();
622 SELECT test_destructor('hello')||' world'
633 INSERT INTO t4 VALUES(test_destructor('hello'));
634 INSERT INTO t4 VALUES(test_destructor('world'));
635 SELECT min(test_destructor(x)), max(test_destructor(x)) FROM t4;
/sqlite-3.40.0/src/
H A Dtest_func.c99 static void test_destructor( in test_destructor() function
678 { "test_destructor", 1, SQLITE_UTF8, test_destructor}, in registerTestFunctions()