Lines Matching refs:search
219 /* This is the type used for the search tree where known translations
223 /* Domain in which to search. */
243 /* Root of the search tree with known translations. We can use this
246 # include <search.h>
424 CATEGORY locale and, if PLURAL is nonzero, search over string
443 struct known_translation_t *search;
481 search = (struct known_translation_t *)
483 memcpy (search->msgid, msgid1, msgid_len);
484 search->domainname = (char *) domainname;
485 search->category = category;
487 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
488 freea (search);
578 /* Search for the given string. This is a loop because we perhaps
647 /* Create a new entry and add it to the search tree. */
664 /* Insert the entry in the search tree. */
790 /* Try the default method: binary search in the sorted array of
1210 /* Remove the search tree with the known translations. */