OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherfieldlen
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libresolv/
ns_verify.c
149
u_int16_t fudge, sigfieldlen,
otherfieldlen
;
local
210
GETSHORT(
otherfieldlen
, cp);
211
BOUNDS_CHECK(cp,
otherfieldlen
);
213
cp +=
otherfieldlen
;
284
otherfieldlen
+ INT16SZ + INT16SZ, NULL, 0);
347
unsigned int sigfieldlen,
otherfieldlen
;
local
442
GETSHORT(
otherfieldlen
, cp);
443
BOUNDS_CHECK(cp,
otherfieldlen
);
444
cp +=
otherfieldlen
;
/src/external/bsd/libbind/dist/nameser/
ns_verify.c
150
u_int16_t fudge, sigfieldlen,
otherfieldlen
;
local
211
GETSHORT(
otherfieldlen
, cp);
212
BOUNDS_CHECK(cp,
otherfieldlen
);
214
cp +=
otherfieldlen
;
285
otherfieldlen
+ INT16SZ + INT16SZ, NULL, 0);
348
unsigned int sigfieldlen,
otherfieldlen
;
local
443
GETSHORT(
otherfieldlen
, cp);
444
BOUNDS_CHECK(cp,
otherfieldlen
);
445
cp +=
otherfieldlen
;
Completed in 18 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026