HomeSort by: relevance | last modified time | path
    Searched defs:cfg_parse_void (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 739 cfg_parse_void(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function
772 cfg_type_t cfg_type_void = { "void", cfg_parse_void, cfg_print_void,
1646 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[0]));
1658 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[1]));
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 743 cfg_parse_void(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { function
777 "void", cfg_parse_void, cfg_print_void,
1829 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[0]));
1841 CHECK(cfg_parse_void(pctx, NULL, &obj->value.tuple[1]));

Completed in 74 milliseconds