Searched refs:test_auxdata (Results 1 – 4 of 4) sorted by relevance
652 # test_auxdata(). Function test_auxdata() takes any number of arguments.655 SELECT test_auxdata('hello world');668 SELECT test_auxdata('hello world') FROM t4;678 SELECT test_auxdata('hello world', a) FROM t4;690 set sql "SELECT test_auxdata( ? , a ) FROM t4;"702 SELECT test_auxdata('constant') FROM t4;705 SELECT test_auxdata('constant') FROM t4;709 SELECT test_auxdata('constant') FROM t4;713 SELECT test_auxdata($V), $V FROM t4;717 SELECT test_auxdata($V), $V FROM t4;[all …]
45 do_malloc_test mallocB-6 -sqlbody { SELECT test_auxdata('hello world'); }
879 SELECT test_auxdata('abc', 'def');
189 static void test_auxdata( in test_auxdata() function686 { "test_auxdata", -1, SQLITE_UTF8, test_auxdata}, in registerTestFunctions()