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

  /src/lib/libintl/
libintl_local.h 112 uint32_t *mo_htable; /* H: hashing table */ member in struct:mo_h
gettext.c 562 insert_to_hash(mohandle->mo.mo_htable,
696 mohandle->mo.mo_htable = (uint32_t *)malloc(l);
697 if (!mohandle->mo.mo_htable) {
704 mohandle->mo.mo_htable[i] = flip(htable[i], magic);
705 if (mohandle->mo.mo_htable[i] >=
783 free(mohandle->mo.mo_htable);
803 if (mohandle->mo.mo_hsize <= 2 || mohandle->mo.mo_htable == NULL)
811 strno = mohandle->mo.mo_htable[idx];

Completed in 12 milliseconds