Searched refs:_selchars (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.cc117 putc (_table[i]->_selchars[j], stderr);
130 && memcmp (item1->_selchars, item2->_selchars,
143 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars),
H A Dkeyword.cc107 _selchars = key_set;
133 delete[] const_cast<unsigned int *>(_selchars);
H A Dkeyword.h60 const unsigned int * _selchars; member in struct:KeywordExt
62 /* Chained list of keywords having the same _selchars and
H A Dmain.cc136 delete[] const_cast<unsigned int *>(keyword->_selchars);
H A Dsearch.cc214 /* Initializes each keyword's _selchars array. */
222 /* Deletes each keyword's _selchars array. */
572 /* Initializes each keyword's _selchars array. */
735 /* Initialize each keyword's _selchars array. */
741 /* Check for duplicates, i.e. keywords with the same _selchars array
780 putc (keyword->_selchars[j], stderr);
824 const unsigned int *ptr = keyword->_selchars;
887 putc (keyword->_selchars[j], stderr);
913 is empty.) To each keyword K, we associate the multiset of _selchars
915 K --> K->_selchars intersec
[all...]

Completed in 65 milliseconds