Linux Kernel
3.7.1
|
#include <textsearch.h>
Data Fields | |
const char * | name |
struct ts_config *(* | init )(const void *, unsigned int, gfp_t, int) |
unsigned int(* | find )(struct ts_config *, struct ts_state *) |
void(* | destroy )(struct ts_config *) |
void *(* | get_pattern )(struct ts_config *) |
unsigned int(* | get_pattern_len )(struct ts_config *) |
struct module * | owner |
struct list_head | list |
Definition at line 38 of file textsearch.h.
Definition at line 44 of file textsearch.h.
Definition at line 42 of file textsearch.h.
Definition at line 45 of file textsearch.h.
Definition at line 46 of file textsearch.h.
Definition at line 41 of file textsearch.h.
Definition at line 48 of file textsearch.h.
Definition at line 40 of file textsearch.h.
Definition at line 47 of file textsearch.h.