Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_multiplex.c68 #define MAX_PAGE_SIZE 0x10000 macro
941 szChunk = (szChunk + (MAX_PAGE_SIZE-1)); in multiplexFileControl()
942 szChunk &= ~(MAX_PAGE_SIZE-1); in multiplexFileControl()
H A Dtest_config.c799 LINKVAR( MAX_PAGE_SIZE ); in set_options()