Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_config.c786 #define LINKVAR(x) { \ in set_options() macro
791 LINKVAR( MAX_LENGTH ); in set_options()
792 LINKVAR( MAX_COLUMN ); in set_options()
793 LINKVAR( MAX_SQL_LENGTH ); in set_options()
794 LINKVAR( MAX_EXPR_DEPTH ); in set_options()
796 LINKVAR( MAX_VDBE_OP ); in set_options()
797 LINKVAR( MAX_FUNCTION_ARG ); in set_options()
799 LINKVAR( MAX_PAGE_SIZE ); in set_options()
800 LINKVAR( MAX_PAGE_COUNT ); in set_options()
802 LINKVAR( MAX_TRIGGER_DEPTH ); in set_options()
[all …]