OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfg_rep_uint64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isccfg/
parser.c
159
cfg_rep_t
cfg_rep_uint64
= { "uint64", free_noop };
variable
990
return obj->type->rep == &
cfg_rep_uint64
;
995
REQUIRE(obj != NULL && obj->type->rep == &
cfg_rep_uint64
);
1009
&
cfg_rep_uint64
, NULL };
/src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c
162
LIBISCCFG_EXTERNAL_DATA cfg_rep_t
cfg_rep_uint64
= { "uint64", free_noop };
variable
999
return (obj->type->rep == &
cfg_rep_uint64
);
1004
REQUIRE(obj != NULL && obj->type->rep == &
cfg_rep_uint64
);
1018
&
cfg_rep_uint64
, NULL
Completed in 19 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026