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_create_obj
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isccfg/
parser.c
297
CHECK(
cfg_create_obj
(pctx, type, &obj));
745
return
cfg_create_obj
(pctx, &cfg_type_void, ret);
803
CHECK(
cfg_create_obj
(pctx, &cfg_type_percentage, &obj));
876
CHECK(
cfg_create_obj
(pctx, &cfg_type_fixedpoint, &obj));
942
CHECK(
cfg_create_obj
(pctx, &cfg_type_uint32, &obj));
1163
CHECK(
cfg_create_obj
(pctx, &cfg_type_duration, &obj));
1218
CHECK(
cfg_create_obj
(pctx, &cfg_type_duration, &obj));
1270
CHECK(
cfg_create_obj
(pctx, type, &obj));
1892
CHECK(
cfg_create_obj
(pctx, &cfg_type_boolean, &obj));
1933
CHECK(
cfg_create_obj
(pctx, type, obj))
3731
cfg_create_obj
(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) {
function
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c
302
CHECK(
cfg_create_obj
(pctx, type, &obj));
749
return (
cfg_create_obj
(pctx, &cfg_type_void, ret));
809
CHECK(
cfg_create_obj
(pctx, &cfg_type_percentage, &obj));
883
CHECK(
cfg_create_obj
(pctx, &cfg_type_fixedpoint, &obj));
950
CHECK(
cfg_create_obj
(pctx, &cfg_type_uint32, &obj));
1360
CHECK(
cfg_create_obj
(pctx, &cfg_type_duration, &obj));
1415
CHECK(
cfg_create_obj
(pctx, &cfg_type_duration, &obj));
1470
CHECK(
cfg_create_obj
(pctx, type, &obj));
2079
CHECK(
cfg_create_obj
(pctx, &cfg_type_boolean, &obj));
2121
CHECK(
cfg_create_obj
(pctx, type, obj))
3897
cfg_create_obj
(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) {
function
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026