#include "scanner/list-scanner/list-scanner.h"#include "str-repr/encode.h"#include "compat/pcre.h"

Classes | |
| struct | StringMatcher |
| struct | ListSearchState |
Enumerations | |
| enum | StringMatchMode { SMM_LITERAL = 0 , SMM_PREFIX , SMM_SUBSTRING , SMM_GLOB , SMM_PCRE } |
Functions | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_concat) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_append) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_head) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_nth) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_tail) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_count) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_list_slice) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_explode) | |
| TEMPLATE_FUNCTION_SIMPLE (tf_implode) | |
| TEMPLATE_FUNCTION (ListSearchState, tf_list_search, tf_list_search_prepare, tf_simple_func_eval, tf_list_search_call, list_search_state_free, NULL) | |
| enum StringMatchMode |
| TEMPLATE_FUNCTION | ( | ListSearchState | , |
| tf_list_search | , | ||
| tf_list_search_prepare | , | ||
| tf_simple_func_eval | , | ||
| tf_list_search_call | , | ||
| list_search_state_free | , | ||
| NULL | |||
| ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_explode | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_implode | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_append | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_concat | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_count | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_head | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_nth | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_slice | ) |
| TEMPLATE_FUNCTION_SIMPLE | ( | tf_list_tail | ) |