
Classes | |
| struct | TFCondState |
Functions | |
| gboolean | tf_cond_prepare (LogTemplateFunction *self, gpointer s, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| gboolean | tf_grep_prepare (LogTemplateFunction *self, gpointer s, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| void | tf_grep_call (LogTemplateFunction *self, gpointer s, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| TEMPLATE_FUNCTION (TFCondState, tf_grep, tf_grep_prepare, NULL, tf_grep_call, tf_cond_free_state, NULL) | |
| gboolean | tf_if_prepare (LogTemplateFunction *self, gpointer s, LogTemplate *parent, gint argc, gchar *argv[], GError **error) |
| void | tf_if_call (LogTemplateFunction *self, gpointer s, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| TEMPLATE_FUNCTION (TFCondState, tf_if, tf_if_prepare, NULL, tf_if_call, tf_cond_free_state, NULL) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_or) | |
| TEMPLATE_FUNCTION | ( | TFCondState | , |
| tf_grep | , | ||
| tf_grep_prepare | , | ||
| NULL | , | ||
| tf_grep_call | , | ||
| tf_cond_free_state | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION | ( | TFCondState | , |
| tf_if | , | ||
| tf_if_prepare | , | ||
| NULL | , | ||
| tf_if_call | , | ||
| tf_cond_free_state | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_or | ) |
| gboolean tf_cond_prepare | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplate * | parent, | ||
| gint | argc, | ||
| gchar * | argv[], | ||
| GError ** | error | ||
| ) |
| void tf_grep_call | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result, | ||
| LogMessageValueType * | type | ||
| ) |
| gboolean tf_grep_prepare | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplate * | parent, | ||
| gint | argc, | ||
| gchar * | argv[], | ||
| GError ** | error | ||
| ) |
| void tf_if_call | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result, | ||
| LogMessageValueType * | type | ||
| ) |
| gboolean tf_if_prepare | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| LogTemplate * | parent, | ||
| gint | argc, | ||
| gchar * | argv[], | ||
| GError ** | error | ||
| ) |