#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/textsearch.h>
#include <linux/textsearch_fsm.h>
Go to the source code of this file.
#define _A 0x100 /* ascii */ |
#define _W 0x200 /* wildcard */ |
#define GET_NEXT_BLOCK |
( |
| ) |
|
Value:({ consumed += block_idx; \
block_idx = 0; \
block_len = conf->get_next_block(consumed, &
data, conf,
state); })
#define TOKEN_MISMATCH |
( |
| ) |
|
Value:do { \
if (strict) \
goto no_match; \
block_idx++; \
goto startover; \
} while(0)