/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/ |
H A D | logger.cpp | 115 g_log.mask = mask; in log_set_mask() 121 mask = g_log.mask; in log_get_mask() 130 && g_log.bufX[g_log.buf_len - 1] != '\n') in log_flush() 132 g_log.bufX[g_log.buf_len++] = '\n'; in log_flush() 133 g_log.bufX[g_log.buf_len] = 0; in log_flush() 135 size_t retlength = fwrite(&g_log.bufX[0], g_log.buf_len, 1, g_log.log_file); in log_flush() 162 g_log.buf_len = static_cast<size_t>(snprintf(&g_log.bufX[0], g_log.bufX.size(), "<%d>", sev)); in log_start() 164 size_t cap = (g_log.bufX.size() - 2) - g_log.buf_len; in log_start() 172 g_log.in_log = (g_log.bufX[g_log.buf_len - 1] != '\n'); in log_end() 175 || (g_log.buf_len > (g_log.bufX.size() / 2))) in log_end() [all …]
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/ik/src/ |
H A D | log.c | 14 static log_t* g_log = NULL; variable 25 if (g_log != NULL) in ik_log_init() 28 g_log = (log_t*)MALLOC(sizeof *g_log); in ik_log_init() 29 if (g_log == NULL) in ik_log_init() 43 if (g_log == NULL) in ik_log_deinit() 47 ordered_vector_clear_free(&g_log->listeners); in ik_log_deinit() 48 FREE(g_log); in ik_log_deinit() 49 g_log = NULL; in ik_log_deinit() 56 if (g_log != NULL) in ik_log_register_listener() 64 if (g_log == NULL) in ik_log_unregister_listener() [all …]
|
/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/ |
H A D | ccmdns.c | 196 DBG((g_log,0,"WSAStartup failed\n")) in init_mDNS() 323 DBG((g_log,0,"send_mDNS() called\n")) in send_mDNS() 530 DBG((g_log,0,"Parsed reply OK\n")) in receive_mDNS() 546 DBG((g_log,0,"Duplicate\n")) in receive_mDNS() 560 DBG((g_log,0,"Adding entry\n")) in receive_mDNS() 841 DBG((g_log,0," RTYPE = %d\n",rtype)) in parse_reply() 860 DBG((g_log,0," TTL = %u\n",ttl)) in parse_reply() 889 DBG((g_log,0,"strdup failed\n")) in parse_reply() 896 DBG((g_log,0,"malloc failed\n")) in parse_reply() 906 DBG((g_log,0,"malloc failed\n")) in parse_reply() [all …]
|
H A D | ccast.c | 62 fprintf(g_log,0,"JSON = '%s'\n",mesbuf); in check_json() 87 DBG((g_log,0,"ccthread starting\n")) in cc_rec_thread() 163 DBG((g_log,0,"ccthread: calloc failed\n")) in cc_rec_thread() 198 DBG((g_log,0,"ccthread returning %d\n",rv)) in cc_rec_thread() 290 DBG((g_log,0," cleanup_ccast() called\n")) in cleanup_ccast() 338 DBG((g_log,0," shutdown_ccast() called\n")) in shutdown_ccast() 619 DBG((g_log,0, "new_ccast: calloc failed\n")) in new_ccast() 887 DBG((g_log,0,"load_ccast: got ACK\n")) in load_ccast() 956 DBG((g_log,0,"load_ccast: got ACK\n")) in load_ccast() 962 DBG((g_log,0,"NACK returned errors:\n")) in load_ccast() [all …]
|
H A D | ccpacket.c | 163 DBG((g_log,0, "connect ssl_ctx_new failed\n")) in connect_ccpacket_imp() 174 DBG((g_log,0, "socket() failed with errno %d\n",ERRNO)) in connect_ccpacket_imp() 311 adump_bytes(g_log," ", sbuf, 0, slen); in send_ccpacket() 315 DBG((g_log,0, "Sending packet %d bytes\n",slen - lens)) in send_ccpacket() 414 DBG((g_log,0, "receive_ccpacket read %d bytes\n",ilen)) in receive_ccpacket() 419 DBG((g_log,0, "SSL_read failed\n")) in receive_ccpacket() 451 DBG((g_log,0, "receive_ccpacket malloc failed\n")) in receive_ccpacket() 502 DBG((g_log,0, "receive_ccpacket read %d bytes\n",ilen)) in receive_ccpacket() 507 DBG((g_log,0, "SSL_read failed\n")) in receive_ccpacket() 531 adump_bytes(g_log," ", rbuf, 0, rlen); in receive_ccpacket() [all …]
|
H A D | ccmes.c | 94 a1logd(g_log,0,"%s message:\n",pfx); in mes_dump() 99 a1logd(g_log,0," payload =\n"); in mes_dump() 100 adump_bytes(g_log," ", mes->data, 0, mes->bin_len); in mes_dump() 102 a1logd(g_log,0," payload = '%s'\n",mes->data); in mes_dump() 105 a1logd(g_log,0,"%s '%s'",pfx,mes->namespace); in mes_dump() 119 a1logd(g_log,0," '%s'\n",mes->data); in mes_dump() 125 a1logd(g_log,0,", %d bytes of text data\n",len); in mes_dump() 137 a1logd(g_log,0,", %d bytes of JSON data\n",len); in mes_dump() 289 DBG((g_log,0,"ccthread: no type\n")) in receive_ccmessv() 295 DBG((g_log,0,"ccthread: no id\n")) in receive_ccmessv() [all …]
|
/dports/dns/powerdns/pdns-4.5.2/pdns/ |
H A D | ixfrdist.cc | 496 g_log<<Logger::Warning<<": "; in checkQuery() 500 g_log<<Logger::Warning<<", "; in checkQuery() 503 g_log<<Logger::Warning<<s; in checkQuery() 505 g_log<<Logger::Warning<<endl; in checkQuery() 1157 g_log.setLoglevel(Logger::Notice); in main() 1158 g_log.toConsole(Logger::Notice); in main() 1159 g_log.setPrefixed(true); in main() 1160 g_log.disableSyslog(true); in main() 1161 g_log.setTimestamps(false); in main() 1194 g_log.toConsole(Logger::Info); in main() [all …]
|
H A D | webserver.cc | 328 g_log<<Logger::Notice<<logprefix<<"Request details:"<<endl; in logRequest() 334 g_log<<Logger::Notice<<logprefix<<" GET params:"<<endl; in logRequest() 352 g_log<<Logger::Notice<<logprefix<<" Headers:"<<endl; in logRequest() 358 g_log<<Logger::Notice<<logprefix<<" No body"<<endl; in logRequest() 360 g_log<<Logger::Notice<<logprefix<<" Full body: "<<endl; in logRequest() 361 g_log<<Logger::Notice<<logprefix<<" "<<req.body<<endl; in logRequest() 373 g_log<<Logger::Notice<<logprefix<<" Headers:"<<endl; in logResponse() 378 g_log<<Logger::Notice<<logprefix<<" No body"<<endl; in logResponse() 380 g_log<<Logger::Notice<<logprefix<<" Full body: "<<endl; in logResponse() 381 g_log<<Logger::Notice<<logprefix<<" "<<resp.body<<endl; in logResponse() [all …]
|
H A D | receiver.cc | 274 g_log<<Logger::Error<<*p++<<endl; in guardian() 278 g_log<<Logger::Error<<"execvp returned!!"<<endl; in guardian() 303 g_log<<Logger::Error<<"Dying"<<endl; in guardian() 341 g_log<<Logger::Error<<"Dumped core"<<endl; in guardian() 344 g_log<<Logger::Error<<"Respawning"<<endl; in guardian() 371 g_log<<Logger::Error<<strings[i]<<endl; in tbhandler() 398 g_log.toConsole(Logger::Warning); in main() 413 g_log.setName(s_programname); in main() 425 g_log.setFacility(val); in main() 458 g_log.toConsole(Logger::Critical); in main() [all …]
|
H A D | dynlistener.cc | 118 g_log<<Logger::Critical<<"Previous controlsocket '"<<fname<<"' is in use"<<endl; in listenOnUnixDomain() 144 g_log<<Logger::Warning<<"Listening on controlsocket in '"<<fname<<"'"<<endl; in listenOnUnixDomain() 191 g_log<<Logger::Warning<<"Created local state directory '"<<socketname<<"'"<<endl; in DynListener() 247 g_log<<Logger::Error<<"Wrong password on TCP control socket"<<endl; in getLine() 263 g_log<<Logger::Error<<"Line on controlsocket ("<<d_client<<") was too long"<<endl; in getLine() 297 g_log<<Logger::Error<<"Error sending data to pdns_control: "<<stringerror()<<endl; in sendlines() 310 g_log<<Logger::Error<<"Error sending data to console: "<<stringerror()<<endl; in sendlines() 369 g_log<<Logger::Error<<"Fatal error in control listener: "<<AE.reason<<endl; in theListener() 372 g_log<<Logger::Error<<"Fatal error 2 in control listener: "<<E<<endl; in theListener() 375 g_log<<Logger::Error<<"Fatal STL error in control listener: "<<e.what()<<endl; in theListener() [all …]
|
H A D | rfc2136handler.cc | 324 DLOG(g_log<<msgPrefix<<"Going to fix auth flags below "<<rr->d_name<<endl); in performUpdate() 532 g_log<<Logger::Notice<<msgPrefix<<"Forwarding packet to master "<<remote<<endl; in forwardPacket() 540 g_log<<Logger::Error<<msgPrefix<<"Error creating socket: "<<stringerror()<<endl; in forwardPacket() 625 g_log<<Logger::Error<<"Error closing master forwarding socket: "<<e.reason<<endl; in forwardPacket() 648 g_log<<Logger::Info<<msgPrefix<<"Processing started."<<endl; in processUpdate() 707 g_log<<Logger::Warning<<msgPrefix<<"Zone Count is not 1, sending FormErr"<<endl; in processUpdate() 712 g_log<<Logger::Warning<<msgPrefix<<"Query ZTYPE is not SOA, sending FormErr"<<endl; in processUpdate() 717 g_log<<Logger::Warning<<msgPrefix<<"Class is not IN, sending NotAuth"<<endl; in processUpdate() 747 g_log<<Logger::Info<<msgPrefix<<"starting transaction."<<endl; in processUpdate() 824 g_log<<Logger::Error<<msgPrefix<<"Failed prescan check, returning "<<res<<endl; in processUpdate() [all …]
|
H A D | tcpreceiver.cc | 244 DLOG(g_log<<"TCP Connection accepted on fd "<<fd<<endl); in doConnection() 320 g_log<<": packetcache HIT"<<endl; in doConnection() 330 g_log<<": packetcache MISS"<<endl; in doConnection() 333 g_log<<endl; in doConnection() 578 DLOG(g_log<<logPrefix<<"sending out SOA"<<endl); in doAXFR() 1009 DLOG(g_log<<logPrefix<<"done writing out records"<<endl); in doAXFR() 1018 DLOG(g_log<<logPrefix<<"last packet - close"<<endl); in doAXFR() 1019 g_log<<Logger::Notice<<logPrefix<<"AXFR finished"<<endl; in doAXFR() 1128 DLOG(g_log<<logPrefix<<"sending out SOA"<<endl); in doIXFR() 1142 g_log<<Logger::Notice<<logPrefix<<"IXFR finished"<<endl; in doIXFR() [all …]
|
H A D | slavecommunicator.cc | 109 g_log<<Logger::Warning<<logPrefix<<"can't determine backend"<<endl; in ixfrSuck() 263 g_log<<Logger::Notice<<logPrefix<<"retrieval started"<<endl; in doAxfr() 320 g_log<<Logger::Notice<<logPrefix<<"initiating transfer"<<endl; in suck() 334 g_log<<Logger::Warning<<logPrefix<<"can't determine backend"<<endl; in suck() 422 g_log<<Logger::Notice<<logPrefix<<"starting IXFR"<<endl; in suck() 425 g_log<<Logger::Notice<<logPrefix<<"IXFR turned into an AXFR"<<endl; in suck() 451 g_log<<Logger::Notice<<logPrefix<<"starting AXFR"<<endl; in suck() 454 g_log<<Logger::Notice<<logPrefix<<"retrieval finished"<<endl; in suck() 483 g_log<<Logger::Info<<logPrefix<<"storage transaction started"<<endl; in suck() 666 g_log<<Logger::Info<<"aborting possible open transaction"<<endl; in suck() [all …]
|
H A D | distributor.hh | 133 g_log<<Logger::Error<<"Only asked for 1 backend thread - operating unthreaded"<<endl; in SingleThreadDistributor() 138 g_log<<Logger::Error<<"Distributor caught fatal exception: "<<AE.reason<<endl; in SingleThreadDistributor() 142 g_log<<Logger::Error<<"Distributor caught fatal exception: "<<e.what()<<endl; in SingleThreadDistributor() 167 g_log<<Logger::Error<<"Asked for fewer than 1 threads, nothing to do"<<endl; in MultiThreadDistributor() 171 g_log<<Logger::Warning<<"About to create "<<n<<" backend threads for UDP"<<endl; in MultiThreadDistributor() 218 g_log<<Logger::Error<<"Backend error: "<<e.reason<<endl; in distribute() 225 g_log<<Logger::Notice<<"Backend error (retry once): "<<e.reason<<endl; in distribute() 251 g_log<<Logger::Error<<"Distributor caught fatal exception: "<<AE.reason<<endl; in distribute() 255 g_log<<Logger::Error<<"Distributor caught fatal exception: "<<e.what()<<endl; in distribute() 279 g_log<<Logger::Error<<"Backend error: "<<e.reason<<endl; in question() [all …]
|
H A D | mastercommunicator.cc | 63 …g_log<<Logger::Warning<<"Unable to queue notification of domain '"<<di.zone<<"': nameservers do no… in queueNotifyDomain() 77 g_log<<Logger::Notice<<"Queued notification of domain '"<<di.zone<<"' to "<<ip<<endl; in queueNotifyDomain() 84 …g_log << Logger::Error << "Error looking up name servers for " << di.zone << ", cannot notify: " <… in queueNotifyDomain() 88 …g_log << Logger::Error << "Error looking up name servers for " << di.zone << ", cannot notify: " <… in queueNotifyDomain() 99 …g_log<<Logger::Notice<<"Queued also-notification of domain '"<<di.zone<<"' to "<<caIp.toStringWith… in queueNotifyDomain() 120 g_log<<Logger::Warning<<"No such domain '"<<domain<<"' in our database"<<endl; in notifyDomain() 150 g_log<<Logger::Info<<"No master domains need notifications"<<endl; in masterUpdateCheck() 191 g_log<<Logger::Warning<<"Unable to parse SOA notification answer from "<<p.getRemote()<<endl; in doNotifications() 233 … g_log<<Logger::Warning<<"Notification for "<<domain<<" to "<<ip<<" failed after retries"<<endl; in doNotifications() 258 … g_log<<Logger::Warning<<"TSIG key '"<<tsigkeyname<<"' for domain '"<<domain<<"' not found"<<endl; in sendNotification() [all …]
|
/dports/audio/gmpc/gmpc-11.8.16/src/MetaData/ |
H A D | metadata-cache-sqlite.c | 181 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_int() failed: %s", in sqlite_delete_value() 188 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_text() failed: %s", in sqlite_delete_value() 195 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_text() failed: %s", in sqlite_delete_value() 225 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_int() failed: %s", in sqlite_update_value() 238 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_int() failed: %s", in sqlite_update_value() 282 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_int() failed: %s", in sqlite_set_value() 295 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"sqlite3_bind_int() failed: %s", in sqlite_set_value() 459 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"Key_a is not valid utf-8"); in meta_data_sqlite_get_from_cache() 470 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"Key_b is not valid utf-8"); in meta_data_sqlite_get_from_cache() 552 g_log(MDC_LOG_DOMAIN, G_LOG_LEVEL_WARNING,"Key_a is not valid utf-8"); in meta_data_sqlite_set_cache_real() [all …]
|
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/ |
H A D | qoflog.h | 187 g_log (log_module, G_LOG_LEVEL_ERROR, \ 193 g_log (log_module, G_LOG_LEVEL_CRITICAL, \ 199 g_log (log_module, G_LOG_LEVEL_WARNING, \ 206 g_log (log_module, G_LOG_LEVEL_INFO, \ 220 g_log (log_module, G_LOG_LEVEL_DEBUG, \ 230 g_log (log_module, G_LOG_LEVEL_DEBUG, \ 239 g_log (log_module, G_LOG_LEVEL_ERROR, \ 245 g_log (log_module, G_LOG_LEVEL_CRITICAL, \ 251 g_log (log_module, G_LOG_LEVEL_WARNING, \ 258 g_log (log_module, G_LOG_LEVEL_INFO, \ [all …]
|
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/ |
H A D | log-macros-enabled.h | 85 if (g_log.IsEnabled (ns3::LOG_PREFIX_TIME)) \ 97 if (g_log.IsEnabled (ns3::LOG_PREFIX_NODE)) \ 109 if (g_log.IsEnabled (ns3::LOG_PREFIX_FUNC)) \ 111 std::clog << g_log.Name () << ":" \ 122 if (g_log.IsEnabled (ns3::LOG_PREFIX_LEVEL)) \ 124 std::clog << "[" << g_log.GetLevelLabel (level) << "] "; \ 190 if (g_log.IsEnabled (level)) \ 212 if (g_log.IsEnabled (ns3::LOG_FUNCTION)) \ 217 std::clog << g_log.Name () << ":" \ 248 if (g_log.IsEnabled (ns3::LOG_FUNCTION)) \ [all …]
|
/dports/graphics/argyllcms/Argyll_V1.9.2/xicc/ |
H A D | bt1886.c | 137 a1logd(g_log, 2, "bt1886_setup tgamma %f", p->gamma); in bt1886_setup() 172 a1logd(g_log, 2, "bt1886_setup ingo %f, outsc %f", p->ingo, p->outsc); in bt1886_setup() 183 a1logd(g_log, 2, "outo %f, outsc %f, pow %f\n", p->outo, p->outsc, 1.0/p->gamma); in bt1886_fwd_curve() 212 a1logd(g_log, 2, "bt1886 linear RGB out %f %f %f\n", out[0],out[1],out[2]); in bt1886_fwd_curve() 222 a1logd(g_log, 2, "bt1886 linear RGB in %f %f %f\n", in[0],in[1],in[2]); in bt1886_bwd_curve() 252 a1logd(g_log, 2, "bt1886 Dev RGB out %f %f %f\n", in[0],in[1],in[2]); in bt1886_bwd_curve() 261 a1logd(g_log, 2, "bt1886 XYZ wp adj. in %f %f %f\n", in[0],in[1],in[2]); in bt1886_wp_adjust() 267 a1logd(g_log, 2, "bt1886 Lab wp adj. in %f %f %f\n", out[0],out[1],out[2]); in bt1886_wp_adjust() 283 a1logd(g_log, 2, "bt1886 Lab after wp adj. %f %f %f\n", out[0],out[1],out[2]); in bt1886_wp_adjust() 289 a1logd(g_log, 2, "bt1886 XYZ after wp adj. %f %f %f\n", out[0],out[1],out[2]); in bt1886_wp_adjust() [all …]
|
/dports/graphics/cogl/cogl-1.22.8/deps/glib/ |
H A D | gmessages.h | 141 g_log (G_LOG_DOMAIN, \ 147 #define g_message(...) g_log (G_LOG_DOMAIN, \ 150 #define g_critical(...) g_log (G_LOG_DOMAIN, \ 153 #define g_warning(...) g_log (G_LOG_DOMAIN, \ 156 #define g_debug(...) g_log (G_LOG_DOMAIN, \ 340 g_log (G_LOG_DOMAIN, \ 349 g_log (G_LOG_DOMAIN, \ 362 g_log (G_LOG_DOMAIN, \ 374 g_log (G_LOG_DOMAIN, \ 384 g_log (G_LOG_DOMAIN, \ [all …]
|
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/ |
H A D | fo-layout.c | 180 g_log (G_LOG_DOMAIN, in _pango_attr_list_add() 423 g_log (G_LOG_DOMAIN, in _set_line_height_default() 484 g_log (G_LOG_DOMAIN, in _set_line_stacking_strategy_default() 548 g_log (G_LOG_DOMAIN, in _debug_dump() 560 g_log (G_LOG_DOMAIN, in _debug_dump() 578 g_log (G_LOG_DOMAIN, in _debug_dump() 595 g_log (G_LOG_DOMAIN, in _debug_dump() 645 g_log (G_LOG_DOMAIN, in _debug_dump() 662 g_log (G_LOG_DOMAIN, in _debug_dump() 679 g_log (G_LOG_DOMAIN, in _debug_dump() [all …]
|
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/ |
H A D | fo-layout.c | 180 g_log (G_LOG_DOMAIN, in _pango_attr_list_add() 423 g_log (G_LOG_DOMAIN, in _set_line_height_default() 484 g_log (G_LOG_DOMAIN, in _set_line_stacking_strategy_default() 548 g_log (G_LOG_DOMAIN, in _debug_dump() 560 g_log (G_LOG_DOMAIN, in _debug_dump() 578 g_log (G_LOG_DOMAIN, in _debug_dump() 595 g_log (G_LOG_DOMAIN, in _debug_dump() 645 g_log (G_LOG_DOMAIN, in _debug_dump() 662 g_log (G_LOG_DOMAIN, in _debug_dump() 679 g_log (G_LOG_DOMAIN, in _debug_dump() [all …]
|
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/ |
H A D | pixbuf-cache.c | 49 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG,"pixbuf-cache size: %u\n", total_size); in create_cache_entry() 61 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Pixbuf cache timeout passed\n"); in pixbuf_cache_timeout_passed() 83 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Toggle Reference called: %i:%s", is_last_ref, key); in pixbuf_cache_entry_toggle_ref() 91 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "set 10 seconds timeout\n"); in pixbuf_cache_entry_toggle_ref() 124 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Invalidate :%s", e->key); in pixbuf_cache_invalidate_pixbuf_entry() 136 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Invalidate took %.6f", g_timer_elapsed(t, NULL)); in pixbuf_cache_invalidate_pixbuf_entry() 146 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Create pixbuf cache"); in pixbuf_cache_create() 152 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Destroy pixbuf cache"); in pixbuf_cache_destroy() 158 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG,"remaining size: %u\n", total_size); in pixbuf_cache_destroy() 182 g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Add icon took %.6f", g_timer_elapsed(t, NULL)); in pixbuf_cache_add_icon() [all …]
|
/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/ |
H A D | lm-ssl-openssl.c | 72 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 76 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 80 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 84 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 88 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 92 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_print_state() 162 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_verify_certificate() 188 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_verify_certificate() 247 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_verify_certificate() 257 g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SSL, in ssl_verify_certificate() [all …]
|
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/ |
H A D | log.h | 125 static ns3::LogComponent g_log = ns3::LogComponent (name) 128 if (g_log.IsEnabled (ns3::LOG_PREFIX_TIME)) \ 139 if (g_log.IsEnabled (ns3::LOG_PREFIX_NODE)) \ 150 if (g_log.IsEnabled (ns3::LOG_PREFIX_FUNC)) \ 152 std::clog << g_log.Name () << ":" << \ 157 if (g_log.IsEnabled (ns3::LOG_PREFIX_LEVEL)) \ 159 std::clog << "[" << g_log.GetLevelLabel (level) << "] "; \ 221 if (g_log.IsEnabled (level)) \ 280 if (g_log.IsEnabled (ns3::LOG_FUNCTION)) \ 285 std::clog << g_log.Name () << ":" \ [all …]
|