Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfunc.test652 # 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 …]
H A DmallocB.test45 do_malloc_test mallocB-6 -sqlbody { SELECT test_auxdata('hello world'); }
H A Dmalloc.test879 SELECT test_auxdata('abc', 'def');
/sqlite-3.40.0/src/
H A Dtest_func.c189 static void test_auxdata( in test_auxdata() function
686 { "test_auxdata", -1, SQLITE_UTF8, test_auxdata}, in registerTestFunctions()