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

  /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
cfg.h 52 * static cfg_type_t object for each data type supported by
55 typedef struct cfg_type cfg_type_t; typedef in typeref:struct:cfg_type
127 cfg_parse_file(cfg_parser_t *pctx, const char *file, const cfg_type_t *type,
132 unsigned int line, const cfg_type_t *type, unsigned int flags,
531 cfg_print_grammar(const cfg_type_t *type, unsigned int flags,
539 cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type);
583 cfg_map_firstclause(const cfg_type_t *map, const void **clauses,
586 cfg_map_nextclause(const cfg_type_t *map, const void **clauses,
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
cfg.h 53 * static cfg_type_t object for each data type supported by
56 typedef struct cfg_type cfg_type_t; typedef in typeref:struct:cfg_type
128 cfg_parse_file(cfg_parser_t *pctx, const char *file, const cfg_type_t *type,
133 unsigned int line, const cfg_type_t *type, unsigned int flags,
526 cfg_print_grammar(const cfg_type_t *type, unsigned int flags,
534 cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type);
578 cfg_map_firstclause(const cfg_type_t *map, const void **clauses,
581 cfg_map_nextclause(const cfg_type_t *map, const void **clauses,

Completed in 24 milliseconds