Searched refs:pctxp (Results 1 – 2 of 2) sorted by relevance
112 cfg_parser_destroy(cfg_parser_t **pctxp);
372 cfg_parser_destroy(cfg_parser_t **pctxp) { in cfg_parser_destroy() argument375 REQUIRE(pctxp != NULL && *pctxp != NULL); in cfg_parser_destroy()377 pctx = *pctxp; in cfg_parser_destroy()378 *pctxp = NULL; in cfg_parser_destroy()