Home
last modified time | relevance | path

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

/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_postlist.h45 class PostlistChunkReader; variable
86 Brass::PostlistChunkReader ** from,
H A Dbrass_postlist.cc258 class Brass::PostlistChunkReader { class in Brass
275 PostlistChunkReader(Xapian::docid first_did, const string & data_) in PostlistChunkReader() function in Brass::PostlistChunkReader
297 using Brass::PostlistChunkReader;
300 PostlistChunkReader::next() in next()
982 PostlistChunkReader ** from, PostlistChunkWriter **to) in get_chunk()
1040 *from = new PostlistChunkReader(first_did_in_chunk, string(pos, end)); in get_chunk()
1088 PostlistChunkReader *from; in merge_doclen_changes()
1200 PostlistChunkReader *from; in merge_changes()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_postlist.h44 class PostlistChunkReader; variable
85 Chert::PostlistChunkReader ** from,
H A Dchert_postlist.cc258 class Chert::PostlistChunkReader { class in Chert
275 PostlistChunkReader(Xapian::docid first_did, const string & data_) in PostlistChunkReader() function in Chert::PostlistChunkReader
297 using Chert::PostlistChunkReader;
300 PostlistChunkReader::next() in next()
982 PostlistChunkReader ** from, PostlistChunkWriter **to) in get_chunk()
1037 *from = new PostlistChunkReader(first_did_in_chunk, string(pos, end)); in get_chunk()
1087 PostlistChunkReader *from; in merge_changes()
1202 PostlistChunkReader *from; in merge_changes()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_postlist.h45 class PostlistChunkReader; variable
86 Chert::PostlistChunkReader ** from,
H A Dchert_postlist.cc253 class Chert::PostlistChunkReader { class in Chert
270 PostlistChunkReader(Xapian::docid first_did, const string & data_) in PostlistChunkReader() function in Chert::PostlistChunkReader
292 using Chert::PostlistChunkReader;
295 PostlistChunkReader::next() in next()
988 PostlistChunkReader ** from, PostlistChunkWriter **to) in get_chunk()
1043 *from = new PostlistChunkReader(first_did_in_chunk, string(pos, end)); in get_chunk()
1093 PostlistChunkReader *from; in merge_changes()
1208 PostlistChunkReader *from; in merge_changes()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_postlist.h46 class PostlistChunkReader; variable
98 Glass::PostlistChunkReader** from,
H A Dglass_postlist.cc282 class Glass::PostlistChunkReader { class in Glass
299 PostlistChunkReader(Xapian::docid first_did, const string & data_) in PostlistChunkReader() function in Glass::PostlistChunkReader
321 using Glass::PostlistChunkReader;
324 PostlistChunkReader::next() in next()
1049 PostlistChunkReader ** from, in get_chunk()
1108 *from = new PostlistChunkReader(first_did_in_chunk, string(pos, end)); in get_chunk()
1156 PostlistChunkReader *from; in merge_doclen_changes()
1268 PostlistChunkReader *from; in merge_changes()
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DNEWS7455 * Fixed PostlistChunkReader to take a copy of the postlist data being read to
H A DChangeLog29617 * backends/quartz/quartz_postlist.cc: Fixed PostlistChunkReader to
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DNEWS10910 * Fixed PostlistChunkReader to take a copy of the postlist data being read to
H A DChangeLog33198 * backends/quartz/quartz_postlist.cc: Fixed PostlistChunkReader to