HomeSort by: relevance | last modified time | path
    Searched defs:isc_log_createchannel (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 217 * dynamically with isc_log_createchannel.
357 * structure, but isc_log_createchannel() needs a valid
372 result = isc_log_createchannel(lcfg, "default_syslog",
382 result = isc_log_createchannel(lcfg, "default_stderr",
401 result = isc_log_createchannel(lcfg, "default_debug",
409 result = isc_log_createchannel(lcfg, "null",
532 * but in isc_log_createchannel it gets copied
705 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, function
1163 * with isc_mem_strdup in isc_log_createchannel.
  /src/external/mpl/bind/dist/lib/isc/
log.c 197 * dynamically with isc_log_createchannel.
309 isc_log_createchannel(lcfg, "default_syslog", ISC_LOG_TOSYSLOG, level,
317 isc_log_createchannel(lcfg, "default_stderr", ISC_LOG_TOFILEDESC, level,
332 isc_log_createchannel(lcfg, "default_debug", ISC_LOG_TOFILEDESC,
335 isc_log_createchannel(lcfg, "null", ISC_LOG_TONULL, ISC_LOG_DYNAMIC,
440 * but in isc_log_createchannel it gets copied
623 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, function
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 201 * dynamically with isc_log_createchannel.
327 isc_log_createchannel(lcfg, "default_syslog", ISC_LOG_TOSYSLOG, level,
335 isc_log_createchannel(lcfg, "default_stderr", ISC_LOG_TOFILEDESC, level,
350 isc_log_createchannel(lcfg, "default_debug", ISC_LOG_TOFILEDESC,
353 isc_log_createchannel(lcfg, "null", ISC_LOG_TONULL, ISC_LOG_DYNAMIC,
463 * but in isc_log_createchannel it gets copied
647 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, function

Completed in 30 milliseconds