Searched refs:_selchars_length (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.cc99 if (field_width < _table[i]->_selchars_length)
100 field_width = _table[i]->_selchars_length;
114 if (field_width > _table[i]->_selchars_length)
115 fprintf (stderr, "%*s", field_width - _table[i]->_selchars_length, "");
116 for (int j = 0; j < _table[i]->_selchars_length; j++)
129 return item1->_selchars_length == item2->_selchars_length
131 item2->_selchars_length * sizeof (unsigned int))
144 item->_selchars_length * sizeof (unsigned int));
H A Dkeyword.cc108 _selchars_length = ptr - key_set;
126 sort_char_set (selchars, _selchars_length);
H A Dkeyword.h61 int _selchars_length; member in struct:KeywordExt
H A Dsearch.cc738 /* Compute the maximum _selchars_length over all keywords. */
779 for (int j = 0; j < keyword->_selchars_length; j++)
825 for (int count = keyword->_selchars_length; count > 0; ptr++, count--)
872 if (field_width < keyword->_selchars_length)
873 field_width = keyword->_selchars_length;
884 if (field_width > keyword->_selchars_length)
885 fprintf (stderr, "%*s", field_width - keyword->_selchars_length, "");
886 for (int j = 0; j < keyword->_selchars_length; j++)
988 new unsigned int[keyword->_selchars_length];
991 for (int i = 0; i < keyword->_selchars_length;
[all...]

Completed in 97 milliseconds