syslog-ng source
filter-op.h File Reference
#include "filter-expr.h"
Include dependency graph for filter-op.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FilterExprNode * fop_or_new (FilterExprNode *e1, FilterExprNode *e2)
 
FilterExprNode * fop_and_new (FilterExprNode *e1, FilterExprNode *e2)
 

Function Documentation

◆ fop_and_new()

FilterExprNode* fop_and_new ( FilterExprNode *  e1,
FilterExprNode *  e2 
)

◆ fop_or_new()

FilterExprNode* fop_or_new ( FilterExprNode *  e1,
FilterExprNode *  e2 
)