Searched refs:lcfgp (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlog.h174 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp);
185 *\li lcfgp is null or lcfgp is not null and *lcfgp is null.
190 *\li *lcfgp will point to a valid logging configuration if all of the
200 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp);
233 *\li lcftp is not null and *lcfgp is null.
236 *\li *lcfgp will point to a valid logging context if all of the necessary
303 isc_logconfig_destroy(isc_logconfig_t **lcfgp);
313 *\li lcfgp i
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c267 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp) { argument
274 REQUIRE(lcfgp == NULL || *lcfgp == NULL);
316 if (lcfgp != NULL)
317 *lcfgp = lcfg;
330 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { argument
336 REQUIRE(lcfgp != NULL && *lcfgp == NULL);
412 *lcfgp = lcfg;
502 isc_logconfig_destroy(isc_logconfig_t **lcfgp) { argument
[all...]

Completed in 592 milliseconds