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

/netbsd-current/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dlog.h176 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp);
187 *\li lcfgp is null or lcfgp is not null and *lcfgp is null.
192 *\li *lcfgp will point to a valid logging configuration if all of the
202 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp);
235 *\li lcftp is not null and *lcfgp is null.
238 *\li *lcfgp will point to a valid logging context if all of the necessary
305 isc_logconfig_destroy(isc_logconfig_t **lcfgp);
315 *\li lcfgp i
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dlog.h191 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp);
202 *\li lcfgp is null or lcfgp is not null and *lcfgp is null.
207 *\li *lcfgp will point to a valid logging configuration if all of the
213 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp);
246 *\li lcftp is not null and *lcfgp is null.
249 *\li *lcfgp will point to a valid logging context if all of the necessary
293 isc_logconfig_destroy(isc_logconfig_t **lcfgp);
298 *\li lcfgp i
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dlog.h190 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp);
201 *\li lcfgp is null or lcfgp is not null and *lcfgp is null.
206 *\li *lcfgp will point to a valid logging configuration if all of the
212 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp);
245 *\li lcftp is not null and *lcfgp is null.
248 *\li *lcfgp will point to a valid logging context if all of the necessary
292 isc_logconfig_destroy(isc_logconfig_t **lcfgp);
297 *\li lcfgp i
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c270 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp) { argument
277 REQUIRE(lcfgp == NULL || *lcfgp == NULL);
319 if (lcfgp != NULL)
320 *lcfgp = lcfg;
333 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { argument
339 REQUIRE(lcfgp != NULL && *lcfgp == NULL);
415 *lcfgp = lcfg;
505 isc_logconfig_destroy(isc_logconfig_t **lcfgp) { argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c253 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp) { argument
259 REQUIRE(lcfgp == NULL || *lcfgp == NULL);
296 if (lcfgp != NULL) {
297 *lcfgp = lcfg;
302 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { argument
307 REQUIRE(lcfgp != NULL && *lcfgp == NULL);
356 *lcfgp = lcfg;
432 isc_logconfig_destroy(isc_logconfig_t **lcfgp) { argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c256 isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp, isc_logconfig_t **lcfgp) { argument
262 REQUIRE(lcfgp == NULL || *lcfgp == NULL);
299 if (lcfgp != NULL) {
300 *lcfgp = lcfg;
305 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { argument
310 REQUIRE(lcfgp != NULL && *lcfgp == NULL);
359 *lcfgp = lcfg;
435 isc_logconfig_destroy(isc_logconfig_t **lcfgp) { argument
[all...]

Completed in 106 milliseconds