Home
last modified time | relevance | path

Searched refs:debug_level (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/xvmc/
Dxvmc_private.h111 static int debug_level = -1; in XVMC_MSG() local
113 if (debug_level == -1) { in XVMC_MSG()
114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0); in XVMC_MSG()
117 if (level <= debug_level) { in XVMC_MSG()
/third_party/mbedtls/programs/x509/
Dcert_app.c97 int debug_level; /* level of debugging */ member
177 opt.debug_level = DFL_DEBUG_LEVEL; in main()
214 opt.debug_level = atoi(q); in main()
215 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
352 mbedtls_debug_set_threshold(opt.debug_level); in main()
Dcert_req.c106 int debug_level; /* level of debugging */ member
189 opt.debug_level = DFL_DEBUG_LEVEL; in main()
212 opt.debug_level = atoi(q); in main()
213 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
/third_party/libwebsockets/lwsws/
Dmain.c240 int n = 0, budget = 100, debug_level = 1024 + 7; in main() local
257 debug_level = atoi(optarg); in main()
317 lws_set_log_level(debug_level, lwsl_emit_stderr_notimestamp); in main()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h567 static int debug_level = -1; in VDPAU_MSG() local
569 if (debug_level == -1) { in VDPAU_MSG()
570 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
573 if (level <= debug_level) { in VDPAU_MSG()
/third_party/mbedtls/programs/ssl/
Dssl_test_common_source.c177 if (opt.debug_level > 1) { in ssl_check_record()
183 if (opt.debug_level > 1) { in ssl_check_record()
189 if (opt.debug_level > 1) { in ssl_check_record()
Dssl_mail_client.c138 int debug_level; /* level of debugging */ member
388 opt.debug_level = DFL_DEBUG_LEVEL; in main()
412 opt.debug_level = atoi(q); in main()
413 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
Dssl_client2.c480 int debug_level; /* level of debugging */ member
589 if (opt.debug_level == 0) { in my_verify()
898 opt.debug_level = DFL_DEBUG_LEVEL; in main()
1002 opt.debug_level = atoi(q); in main()
1003 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
1396 mbedtls_debug_set_threshold(opt.debug_level); in main()
Dssl_server2.c614 int debug_level; /* level of debugging */ member
1674 opt.debug_level = DFL_DEBUG_LEVEL; in main()
1790 opt.debug_level = atoi(q); in main()
1791 if (opt.debug_level < 0 || opt.debug_level > 65535) { in main()
2254 mbedtls_debug_set_threshold(opt.debug_level); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dctrl_iface_common.c161 dst->debug_level = MSG_INFO; in ctrl_iface_attach()
203 dst->debug_level = atoi(level); in ctrl_iface_level()
Dctrl_iface_common.h27 int debug_level; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dctrl_iface_common.c161 dst->debug_level = MSG_INFO; in ctrl_iface_attach()
203 dst->debug_level = atoi(level); in ctrl_iface_level()
Dctrl_iface_common.h27 int debug_level; member
/third_party/libwebsockets/test-apps/
Dtest-server.c36 int debug_level = LLL_USER | 7; variable
462 debug_level = atoi(optarg); in main()
555 lws_set_log_level(debug_level, NULL); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_udp.c39 int debug_level; member
95 dst->debug_level = MSG_INFO; in wpa_supplicant_ctrl_iface_attach()
187 dst->debug_level = atoi(level);
536 if (level >= dst->debug_level) {
Dctrl_iface_named_pipe.c67 int debug_level; member
144 dst->debug_level = MSG_INFO; in ctrl_open_pipe()
303 dst->debug_level = atoi(buf + 6); in wpa_supplicant_ctrl_iface_rx()
503 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
Dwin_example.reg4 "debug_level"=dword:00000000
Dwpa_supplicant.c3979 int wpa_supplicant_set_debug_params(struct wpa_global *global, int debug_level, in wpa_supplicant_set_debug_params() argument
3986 if (debug_level != MSG_EXCESSIVE && in wpa_supplicant_set_debug_params()
3987 debug_level != MSG_MSGDUMP && in wpa_supplicant_set_debug_params()
3988 debug_level != MSG_DEBUG && in wpa_supplicant_set_debug_params()
3989 debug_level != MSG_INFO && in wpa_supplicant_set_debug_params()
3990 debug_level != MSG_WARNING && in wpa_supplicant_set_debug_params()
3991 debug_level != MSG_ERROR) in wpa_supplicant_set_debug_params()
3998 wpa_debug_level = debug_level; in wpa_supplicant_set_debug_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface_udp.c39 int debug_level; member
95 dst->debug_level = MSG_INFO; in wpa_supplicant_ctrl_iface_attach()
187 dst->debug_level = atoi(level);
556 if (level >= dst->debug_level) {
Dctrl_iface_named_pipe.c67 int debug_level; member
144 dst->debug_level = MSG_INFO; in ctrl_open_pipe()
303 dst->debug_level = atoi(buf + 6); in wpa_supplicant_ctrl_iface_rx()
506 if (dst->attached && level >= dst->debug_level) { in wpa_supplicant_ctrl_iface_send()
Dwin_example.reg4 "debug_level"=dword:00000000
/third_party/openssl/engines/
De_capi.c169 int debug_level; member
343 ctx->debug_level = (int)i; in capi_ctrl()
344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); in capi_ctrl()
1088 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) in capi_vtrace()
1516 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) { in capi_get_key()
/third_party/node/deps/openssl/openssl/engines/
De_capi.c169 int debug_level; member
343 ctx->debug_level = (int)i; in capi_ctrl()
344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); in capi_ctrl()
1088 if (!ctx || (ctx->debug_level < level) || (!ctx->debug_file)) in capi_vtrace()
1516 if (ctx && ctx->debug_level >= CAPI_DBG_TRACE && ctx->debug_file) { in capi_get_key()
/third_party/libunwind/include/
Dlibunwind_i.h277 #define unwi_debug_level UNWI_ARCH_OBJ(debug_level)
/third_party/libunwind/tests/
Dcheck-namespace.sh.in70 ignore _U.*debug_level

12