/src/lib/libintl/ |
gettext.c | 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash 811 strno = mohandle->mo.mo_htable[idx]; 812 if (strno == 0) { 816 strno--; 817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) { 819 if (len <= mohandle->mo.mo_otable[strno].len && 820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) { 824 mohandle->mo.mo_ttable[strno].len; 825 return mohandle->mo.mo_ttable[strno].off; 829 strno &= ~MO_HASH_SYSDEP_MASK [all...] |
gettext.c | 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash 811 strno = mohandle->mo.mo_htable[idx]; 812 if (strno == 0) { 816 strno--; 817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) { 819 if (len <= mohandle->mo.mo_otable[strno].len && 820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) { 824 mohandle->mo.mo_ttable[strno].len; 825 return mohandle->mo.mo_ttable[strno].off; 829 strno &= ~MO_HASH_SYSDEP_MASK [all...] |
gettext.c | 799 uint32_t idx, hashval, step, strno; local in function:lookup_hash 811 strno = mohandle->mo.mo_htable[idx]; 812 if (strno == 0) { 816 strno--; 817 if ((strno & MO_HASH_SYSDEP_MASK) == 0) { 819 if (len <= mohandle->mo.mo_otable[strno].len && 820 !strcmp(msgid, mohandle->mo.mo_otable[strno].off)) { 824 mohandle->mo.mo_ttable[strno].len; 825 return mohandle->mo.mo_ttable[strno].off; 829 strno &= ~MO_HASH_SYSDEP_MASK [all...] |