xapian-core  1.4.25
Functions
ortermlist.cc File Reference

Merge two TermList objects using an OR operation. More...

#include <config.h>
#include "ortermlist.h"
#include "debuglog.h"
#include "omassert.h"
#include <xapian/positioniterator.h>
+ Include dependency graph for ortermlist.cc:

Go to the source code of this file.

Functions

static void handle_prune (TermList *&old, TermList *result)
 

Detailed Description

Merge two TermList objects using an OR operation.

Definition in file ortermlist.cc.

Function Documentation

◆ handle_prune()

static void handle_prune ( TermList *&  old,
TermList result 
)
inlinestatic

Definition at line 96 of file ortermlist.cc.

Referenced by OrTermList::next(), and OrTermList::skip_to().