Home
last modified time | relevance | path

Searched refs:d_level (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/pan/
H A Ddebug.c51 char *d_area, *d_level; in set_debug() local
58 d_level = strchr(d_area, ':'); in set_debug()
59 *d_level++ = '\0'; in set_debug()
60 db_level = atoi(d_level); in set_debug()
76 if ((d_area = strchr(d_level, ',')) == NULL) in set_debug()
/third_party/libcoap/src/
H A Dcoap_tinydtls.c109 dtls_map_logging(log_t d_level) { in dtls_map_logging() argument
111 switch (d_level) { in dtls_map_logging()
140 dtls_logging(log_t d_level, const char *message) { in dtls_logging() argument
141 coap_log_t c_level = dtls_map_logging(d_level); in dtls_logging()
180 log_t d_level; in coap_dtls_set_log_level() local
185 d_level = DTLS_LOG_EMERG; in coap_dtls_set_log_level()
188 d_level = DTLS_LOG_ALERT; in coap_dtls_set_log_level()
192 d_level = DTLS_LOG_CRIT; in coap_dtls_set_log_level()
195 d_level = DTLS_LOG_WARN; in coap_dtls_set_log_level()
198 d_level in coap_dtls_set_log_level()
215 log_t d_level = dtls_get_log_level(); coap_dtls_get_log_level() local
[all...]

Completed in 2 milliseconds