Searched defs:othertype (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c49 const cfg_type_t *othertype, cfg_obj_t **ret);
53 const cfg_type_t *othertype);
2592 const cfg_type_t *othertype, cfg_obj_t **ret)
2600 CHECK(cfg_parse_obj(pctx, othertype, ret));
2608 const cfg_type_t *othertype)
2614 * If othertype is cfg_type_void, it means that enumtype is
2618 if (othertype == &cfg_type_void)
2627 if (othertype == &cfg_type_sizeval_percent) {
2633 } else if (othertype != &cfg_type_void) {
2636 cfg_doc_terminal(pctx, othertype);
2591 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype, const cfg_type_t *othertype, cfg_obj_t **ret) argument
2607 doc_enum_or_other(cfg_printer_t *pctx, const cfg_type_t *enumtype, const cfg_type_t *othertype) argument
[all...]

Completed in 23 milliseconds