Home
last modified time | relevance | path

Searched refs:pctxp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/dig/lib/isccfg/include/isccfg/
Dcfg.h112 cfg_parser_destroy(cfg_parser_t **pctxp);
/openbsd/src/usr.bin/dig/lib/isccfg/
Dparser.c372 cfg_parser_destroy(cfg_parser_t **pctxp) { in cfg_parser_destroy() argument
375 REQUIRE(pctxp != NULL && *pctxp != NULL); in cfg_parser_destroy()
377 pctx = *pctxp; in cfg_parser_destroy()
378 *pctxp = NULL; in cfg_parser_destroy()