HomeSort by: relevance | last modified time | path
    Searched refs:use_hashtable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.c 240 message_list_alloc (bool use_hashtable)
248 if ((mlp->use_hashtable = use_hashtable))
264 if (mlp->use_hashtable)
319 if (mlp->use_hashtable)
345 if (mlp->use_hashtable)
371 if (mlp->use_hashtable)
392 if (mlp->use_hashtable)
396 mlp->use_hashtable = false;
411 if (mlp->use_hashtable && i < mlp->nitems
    [all...]
message.h 195 bool use_hashtable; member in struct:message_list_ty
200 If USE_HASHTABLE is true, a hash table will be used to speed up
201 message_list_search(). USE_HASHTABLE can only be set to true if it is
204 message_list_alloc (bool use_hashtable);
272 msgdomain_alloc (const char *domain, bool use_hashtable);
283 bool use_hashtable; member in struct:msgdomain_list_ty
288 msgdomain_list_alloc (bool use_hashtable);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.c 1184 ml.use_hashtable = false;

Completed in 27 milliseconds