Data Fields | |
gchar * | last_word |
last found word | |
gchar * | pattern |
pattern for words to search | |
guint | pattern_len |
length of pattern | |
guint | last_word_length |
length of last found word | |
GArray * | result |
result of searching - GArray with words matching pattern | |
guint | one_word |
1 while engine is parsing whole particular word (k tag), 0 otherwise | |
gboolean | cont |
do we need to continue searching |
Definition at line 121 of file engine_xdxf.h.
last found word
Definition at line 123 of file engine_xdxf.h.
Referenced by search_word_list_end(), and search_word_list_text().
gchar* _XDXFWordsListData::pattern |
pattern for words to search
Definition at line 125 of file engine_xdxf.h.
Referenced by search_word_list_end().
length of last found word
Definition at line 129 of file engine_xdxf.h.
Referenced by search_word_list_end(), and search_word_list_text().
GArray* _XDXFWordsListData::result |
result of searching - GArray with words matching pattern
Definition at line 131 of file engine_xdxf.h.
Referenced by search_word_list_end().
1 while engine is parsing whole particular word (k tag), 0 otherwise
Definition at line 133 of file engine_xdxf.h.
Referenced by search_word_list_end(), search_word_list_start(), and search_word_list_text().
gboolean _XDXFWordsListData::cont |
do we need to continue searching
Definition at line 136 of file engine_xdxf.h.
Referenced by search_word_list_end(), and word_list_xdxf().