Home
last modified time | relevance | path

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

/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_compact.cc323 FlintTable *in = new FlintTable("spelling", *b, true, DONT_COMPRESS, true); in merge_spellings()
439 FlintTable *in = new FlintTable("synonym", *b, true, DONT_COMPRESS, true); in merge_synonyms()
591 FlintTable in(tablename, inputs[i], true, DONT_COMPRESS, lazy); in merge_docid_keyed()
663 { "postlist", POSTLIST, DONT_COMPRESS, false }, in compact_flint()
666 { "position", POSITION, DONT_COMPRESS, true }, in compact_flint()
667 { "value", VALUE, DONT_COMPRESS, true }, in compact_flint()
H A Dflint_values.h59 : FlintTable("value", path_ + "/value.", readonly_, DONT_COMPRESS, true) { } in FlintValueTable()
H A Dflint_positionlist.h50 : FlintTable("position", dbdir + "/position.", readonly, DONT_COMPRESS, true) { } in FlintPositionListTable()
H A Dflint_table.h43 #define DONT_COMPRESS -1 macro
303 bool readonly_, int compress_strategy_ = DONT_COMPRESS,
H A Dflint_table.cc1034 } else if (compress_strategy != DONT_COMPRESS && tag.size() > COMPRESS_MIN) { in add()
1035 CompileTimeAssert(DONT_COMPRESS != Z_DEFAULT_STRATEGY); in add()
1036 CompileTimeAssert(DONT_COMPRESS != Z_FILTERED); in add()
1037 CompileTimeAssert(DONT_COMPRESS != Z_HUFFMAN_ONLY); in add()
1039 CompileTimeAssert(DONT_COMPRESS != Z_RLE); in add()
/dports/databases/xapian-core12/xapian-core-1.2.25/bin/
H A Dxapian-chert-update.cc447 { "postlist", POSTLIST, DONT_COMPRESS, false }, in main()
450 { "position", POSITION, DONT_COMPRESS, true }, in main()
483 FlintTable in(t->name, s, true, DONT_COMPRESS, t->lazy); in main()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_positionlist.h55 DONT_COMPRESS) { } in ChertPositionListTable()
H A Dchert_table.h94 const int DONT_COMPRESS = -1; variable
377 bool readonly_, int compress_strategy_ = DONT_COMPRESS,
H A Dchert_table.cc990 } else if (compress_strategy != DONT_COMPRESS && tag.size() > COMPRESS_MIN) { in add()
991 static_assert(DONT_COMPRESS != Z_DEFAULT_STRATEGY, in add()
993 static_assert(DONT_COMPRESS != Z_FILTERED, in add()
995 static_assert(DONT_COMPRESS != Z_HUFFMAN_ONLY, in add()
998 static_assert(DONT_COMPRESS != Z_RLE, in add()
H A Dchert_compact.cc800 { "postlist", POSTLIST, DONT_COMPRESS, false }, in compact()
803 { "position", POSITION, DONT_COMPRESS, true }, in compact()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_positionlist.h54 DONT_COMPRESS) { } in ChertPositionListTable()
H A Dchert_compact.cc505 ChertTable *in = new ChertTable("spelling", *b, true, DONT_COMPRESS, true); in merge_spellings()
622 ChertTable *in = new ChertTable("synonym", *b, true, DONT_COMPRESS, true); in merge_synonyms()
774 ChertTable in(tablename, inputs[i], true, DONT_COMPRESS, lazy); in merge_docid_keyed()
847 { "postlist", POSTLIST, DONT_COMPRESS, false }, in compact_chert()
850 { "position", POSITION, DONT_COMPRESS, true }, in compact_chert()
H A Dchert_table.h44 #define DONT_COMPRESS -1 macro
327 bool readonly_, int compress_strategy_ = DONT_COMPRESS,
H A Dchert_table.cc1075 } else if (compress_strategy != DONT_COMPRESS && tag.size() > COMPRESS_MIN) { in add()
1076 CompileTimeAssert(DONT_COMPRESS != Z_DEFAULT_STRATEGY); in add()
1077 CompileTimeAssert(DONT_COMPRESS != Z_FILTERED); in add()
1078 CompileTimeAssert(DONT_COMPRESS != Z_HUFFMAN_ONLY); in add()
1080 CompileTimeAssert(DONT_COMPRESS != Z_RLE); in add()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_positionlist.h54 DONT_COMPRESS) { } in BrassPositionListTable()
H A Dbrass_compact.cc501 BrassTable *in = new BrassTable("spelling", *b, true, DONT_COMPRESS, true); in merge_spellings()
618 BrassTable *in = new BrassTable("synonym", *b, true, DONT_COMPRESS, true); in merge_synonyms()
770 BrassTable in(tablename, inputs[i], true, DONT_COMPRESS, lazy); in merge_docid_keyed()
843 { "postlist", POSTLIST, DONT_COMPRESS, false }, in compact_brass()
846 { "position", POSITION, DONT_COMPRESS, true }, in compact_brass()
H A Dbrass_table.h44 #define DONT_COMPRESS -1 macro
320 bool readonly_, int compress_strategy_ = DONT_COMPRESS,
H A Dbrass_table.cc1042 } else if (compress_strategy != DONT_COMPRESS && tag.size() > COMPRESS_MIN) { in add()
1043 CompileTimeAssert(DONT_COMPRESS != Z_DEFAULT_STRATEGY); in add()
1044 CompileTimeAssert(DONT_COMPRESS != Z_FILTERED); in add()
1045 CompileTimeAssert(DONT_COMPRESS != Z_HUFFMAN_ONLY); in add()
1047 CompileTimeAssert(DONT_COMPRESS != Z_RLE); in add()