
Functions | |
| TEMPLATE_FUNCTION (NULL, tf_context_length, tf_context_length_prepare, NULL, tf_context_length_call, tf_context_length_free_state, NULL) | |
| void | tf_context_lookup_call (LogTemplateFunction *self, gpointer s, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| TEMPLATE_FUNCTION (TFCondState, tf_context_lookup, tf_grep_prepare, NULL, tf_context_lookup_call, tf_cond_free_state, NULL) | |
| void | tf_context_values_call (LogTemplateFunction *self, gpointer s, const LogTemplateInvokeArgs *args, GString *result, LogMessageValueType *type) |
| TEMPLATE_FUNCTION (TFSimpleFuncState, tf_context_values, tf_simple_func_prepare, tf_simple_func_eval, tf_context_values_call, tf_simple_func_free_state, NULL) | |
| TEMPLATE_FUNCTION | ( | NULL | , |
| tf_context_length | , | ||
| tf_context_length_prepare | , | ||
| NULL | , | ||
| tf_context_length_call | , | ||
| tf_context_length_free_state | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION | ( | TFCondState | , |
| tf_context_lookup | , | ||
| tf_grep_prepare | , | ||
| NULL | , | ||
| tf_context_lookup_call | , | ||
| tf_cond_free_state | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION | ( | TFSimpleFuncState | , |
| tf_context_values | , | ||
| tf_simple_func_prepare | , | ||
| tf_simple_func_eval | , | ||
| tf_context_values_call | , | ||
| tf_simple_func_free_state | , | ||
| NULL | |||
| ) |
| void tf_context_lookup_call | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result, | ||
| LogMessageValueType * | type | ||
| ) |
| void tf_context_values_call | ( | LogTemplateFunction * | self, |
| gpointer | s, | ||
| const LogTemplateInvokeArgs * | args, | ||
| GString * | result, | ||
| LogMessageValueType * | type | ||
| ) |