Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfts3b.test52 # that are bigger than ROOT_MAX (1024) to force segments out of the
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c4063 #define ROOT_MAX 1024 macro
4064 #if ROOT_MAX<VARINT_MAX*2
4065 # error ROOT_MAX must have enough space for a header.
4281 if( block==pWriter->last && block->data.nData<ROOT_MAX ){ in interiorWriterRootInfo()
4635 if( !pWriter->has_parent && pWriter->data.nData<ROOT_MAX ){ in leafWriterRootInfo()