Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ts_ops Struct Reference

#include <textsearch.h>

Data Fields

const charname
 
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 moduleowner
 
struct list_head list
 

Detailed Description

Definition at line 38 of file textsearch.h.

Field Documentation

void(* destroy)(struct ts_config *)

Definition at line 44 of file textsearch.h.

unsigned int(* find)(struct ts_config *, struct ts_state *)

Definition at line 42 of file textsearch.h.

void*(* get_pattern)(struct ts_config *)

Definition at line 45 of file textsearch.h.

unsigned int(* get_pattern_len)(struct ts_config *)

Definition at line 46 of file textsearch.h.

struct ts_config*(* init)(const void *, unsigned int, gfp_t, int)
read

Definition at line 41 of file textsearch.h.

Definition at line 48 of file textsearch.h.

const char* name

Definition at line 40 of file textsearch.h.

struct module* owner

Definition at line 47 of file textsearch.h.


The documentation for this struct was generated from the following file: