Go to the source code of this file.
|
| FilterExprNode * | fop_cmp_new (LogTemplate *left, LogTemplate *right, const gchar *type, gint compare_mode, const gchar *location) |
| |
◆ FCMP_EQ
◆ FCMP_GT
◆ FCMP_LT
◆ FCMP_MODE_MASK
| #define FCMP_MODE_MASK 0x00F0 |
◆ FCMP_NUM_BASED
| #define FCMP_NUM_BASED 0x0040 |
◆ FCMP_OP_MASK
| #define FCMP_OP_MASK 0x0007 |
◆ FCMP_STRING_BASED
| #define FCMP_STRING_BASED 0x0020 |
◆ FCMP_TYPE_AND_VALUE_BASED
| #define FCMP_TYPE_AND_VALUE_BASED 0x0080 |
◆ FCMP_TYPE_AWARE
| #define FCMP_TYPE_AWARE 0x0010 |
◆ fop_cmp_new()
| FilterExprNode* fop_cmp_new |
( |
LogTemplate * |
left, |
|
|
LogTemplate * |
right, |
|
|
const gchar * |
type, |
|
|
gint |
compare_mode, |
|
|
const gchar * |
location |
|
) |
| |