Searched refs:test_destructor (Results 1 – 2 of 2) sorted by relevance
595 # Function test_destructor() takes one argument and returns a copy of the598 # 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;
99 static void test_destructor( in test_destructor() function678 { "test_destructor", 1, SQLITE_UTF8, test_destructor}, in registerTestFunctions()