Home | History | Annotate | Download | only in libintl

Lines Matching defs:strno

799 	uint32_t idx, hashval, step, strno;
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;
830 sysdep_otable = mohandle->mo.mo_sysdep_otable[strno];
831 sysdep_ttable = mohandle->mo.mo_sysdep_ttable[strno];