OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strno
(Results
1 - 1
of
1
) sorted by relevancy
/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
...]
Completed in 20 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025