default_fd        175 lib/common/logging.c     static int default_fd = -1;
default_fd        197 lib/common/logging.c     if(is_default && default_fd >= 0) {
default_fd        288 lib/common/logging.c         default_fd = fd;
default_fd        295 lib/common/logging.c     } else if(default_fd >= 0) {
default_fd        297 lib/common/logging.c         qb_log_ctl(default_fd, QB_LOG_CONF_ENABLED, QB_FALSE);