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

/bind-9.11.3/bin/rndc/
H A Drndc.c513 cfg_parser_t **pctxp, cfg_obj_t **configp)
554 DO("create parser", cfg_parser_create(mctx, log, pctxp));
559 result = cfg_parse_file(*pctxp, conffile, conftype, &config);
512 parse_config(isc_mem_t *mctx, isc_log_t *log, const char *keyname, cfg_parser_t **pctxp, cfg_obj_t **configp) argument
/bind-9.11.3/lib/isccfg/
H A Dparser.c662 cfg_parser_destroy(cfg_parser_t **pctxp) { argument
666 REQUIRE(pctxp != NULL && *pctxp != NULL);
668 pctx = *pctxp;
669 *pctxp = NULL;

Completed in 20 milliseconds