OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_auxdata
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
mallocB.test
45
do_malloc_test mallocB-6 -sqlbody { SELECT
test_auxdata
('hello world'); }
func.test
637
#
test_auxdata
(). Function
test_auxdata
() takes any number of arguments.
640
SELECT
test_auxdata
('hello world');
653
SELECT
test_auxdata
('hello world') FROM t4;
658
SELECT
test_auxdata
('hello world', 123) FROM t4;
663
SELECT
test_auxdata
('hello world', a) FROM t4;
668
SELECT
test_auxdata
('hello'||'world', a) FROM t4;
675
set sql "SELECT
test_auxdata
( ? , a ) FROM t4;"
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
test_func.c
177
** The
test_auxdata
() SQL function attempts to register each of its arguments
185
static void
test_auxdata
(
function
441
{ "
test_auxdata
", -1, SQLITE_UTF8,
test_auxdata
},
Completed in 1179 milliseconds