Searched refs:KeywordExt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.h29 /* Hash table of KeywordExt* entries.
44 KeywordExt * insert (KeywordExt *item);
50 KeywordExt ** _table;
61 bool equal (KeywordExt *item1, KeywordExt *item2) const;
H A Dkeyword-list.h45 /* List node of a linear list of KeywordExt. */
50 KeywordExt_List (KeywordExt *car);
53 KeywordExt * first () const;
72 bool (*less) (KeywordExt *keyword1,
73 KeywordExt *keyword2));
H A Dkeyword.h50 struct KeywordExt : public Keyword struct in inherits:Keyword
53 KeywordExt (const char *allchars, int allchars_length,
65 KeywordExt * _duplicate_link;
87 class KeywordExt. */
H A Dkeyword.cc30 /* --------------------------- KeywordExt class --------------------------- */
75 KeywordExt::init_selchars_low (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc)
114 KeywordExt::init_selchars_tuple (const Positions& positions, const unsigned int *alpha_unify)
120 KeywordExt::init_selchars_multiset (const Positions& positions, const unsigned int *alpha_unify, const unsigned int *alpha_inc)
131 KeywordExt::delete_selchars ()
H A Dhash-table.cc79 _table = new KeywordExt*[_size];
127 Hash_Table::equal (KeywordExt *item1, KeywordExt *item2) const
139 KeywordExt *
140 Hash_Table::insert (KeywordExt *item)
H A Dkeyword-list.cc37 KeywordExt_List::KeywordExt_List (KeywordExt *car)
158 bool (*less) (KeywordExt *keyword1, KeywordExt *keyword2))
H A Dmain.cc32 /* This Keyword factory produces KeywordExt instances. */
43 return new KeywordExt (allchars, allchars_length, rest);
132 KeywordExt *keyword = ptr->first();
135 KeywordExt *next_keyword = keyword->_duplicate_link;
H A Dsearch.cc142 KeywordExt *keyword = temp->first();
165 KeywordExt *keyword = temp->first();
247 KeywordExt *keyword = temp->first();
280 KeywordExt *keyword1 = l1->first();
283 KeywordExt *keyword2 = l2->first();
537 KeywordExt *keyword = temp->first();
599 KeywordExt *keyword = temp->first();
758 KeywordExt *keyword = temp->first();
759 KeywordExt *other_keyword = representatives.insert (keyword);
823 KeywordExt *keywor
[all...]
H A Dsearch.h94 int compute_hash (KeywordExt *keyword) const;
H A Doutput.cc949 KeywordExt *keyword = temp->first();
979 for (KeywordExt *links = keyword->_duplicate_link; links; links = links->_duplicate_link)
1011 KeywordExt *keyword = temp->first();
1029 for (KeywordExt *links = keyword->_duplicate_link; links; links = links->_duplicate_link)
1052 KeywordExt *keyword = temp->first();
1072 for (KeywordExt *links = keyword->_duplicate_link; links; links = links->_duplicate_link)
1100 output_keyword_entry (KeywordExt *temp, int stringpool_index, const char *indent)
1191 KeywordExt *keyword = temp->first();
1216 for (KeywordExt *links = keyword->_duplicate_link; links; links = links->_duplicate_link)
1283 for (KeywordExt *pt
[all...]

Completed in 185 milliseconds