Searched refs:cfg_type_t (Results 1 - 7 of 7) sorted by relevance
| /bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
| H A D | namedconf.h | 33 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_namedconf; 36 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndcconf; 39 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_rndckey; 42 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_keyref;
|
| H A D | grammar.h | 68 typedef isc_result_t (*cfg_parsefunc_t)(cfg_parser_t *, const cfg_type_t *type, 71 typedef void (*cfg_docfunc_t)(cfg_printer_t *, const cfg_type_t *); 92 cfg_type_t *type; 99 cfg_type_t *type; 116 const cfg_type_t *type; 148 const cfg_type_t *type; 249 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_boolean; 250 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_uint32; 251 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_uint64; 252 LIBISCCFG_EXTERNAL_DATA extern cfg_type_t cfg_type_qstrin [all...] |
| H A D | 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 113 const cfg_type_t *type, cfg_obj_t **ret); 116 const cfg_type_t *type, cfg_obj_t **ret); 382 cfg_print_grammar(const cfg_type_t *type, 390 cfg_obj_istype(const cfg_obj_t *obj, const cfg_type_t *type);
|
| /bind-9.6-ESV-R11/lib/isccfg/ |
| H A D | namedconf.c | 53 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype, 54 const cfg_type_t *othertype, cfg_obj_t **ret); 57 parse_keyvalue(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret); 60 parse_optional_keyvalue(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret); 66 doc_keyvalue(cfg_printer_t *pctx, const cfg_type_t *type); 69 doc_optional_keyvalue(cfg_printer_t *pctx, const cfg_type_t *type); 71 static cfg_type_t cfg_type_acl; 72 static cfg_type_t cfg_type_addrmatchelt; 73 static cfg_type_t cfg_type_bracketed_aml; 74 static cfg_type_t cfg_type_bracketed_namesockaddrkeylis [all...] |
| H A D | parser.c | 70 parse_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret); 82 create_string(cfg_parser_t *pctx, const char *contents, const cfg_type_t *type, 89 create_map(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **objp); 96 cfg_type_t *elttype, isc_symtab_t *symtab, 133 static cfg_type_t cfg_type_implicitlist = { 171 cfg_parse_obj(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { 197 cfg_create_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { 227 cfg_parse_tuple(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) 264 cfg_doc_tuple(cfg_printer_t *pctx, const cfg_type_t *type) { 372 static cfg_type_t cfg_type_filelis [all...] |
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | cfg_test.c | 71 cfg_type_t *type = NULL;
|
| /bind-9.6-ESV-R11/bin/rndc/ |
| H A D | rndc.c | 454 const cfg_type_t *conftype = &cfg_type_rndcconf;
|
Completed in 29 milliseconds