Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:COAP_LOG_ERR
(Results
1 - 14
of
14
) sorted by relevance
/third_party/libcoap/tests/oss-fuzz/
H
A
D
pdu_parse_tcp_target.c
10
coap_set_log_level(
COAP_LOG_ERR
);
in LLVMFuzzerTestOneInput()
14
coap_show_pdu(
COAP_LOG_ERR
, pdu);
in LLVMFuzzerTestOneInput()
H
A
D
pdu_parse_udp_target.c
10
coap_set_log_level(
COAP_LOG_ERR
);
in LLVMFuzzerTestOneInput()
14
coap_show_pdu(
COAP_LOG_ERR
, pdu);
in LLVMFuzzerTestOneInput()
H
A
D
pdu_parse_ws_target.c
10
coap_set_log_level(
COAP_LOG_ERR
);
in LLVMFuzzerTestOneInput()
14
coap_show_pdu(
COAP_LOG_ERR
, pdu);
in LLVMFuzzerTestOneInput()
/third_party/libcoap/include/coap3/
H
A
D
coap_debug.h
29
* Used for output for @c COAP_LOG_OSCORE to @c
COAP_LOG_ERR
.
54
COAP_LOG_ERR
, /* 3 */
enumerator
96
#define coap_log_err(...) coap_log(
COAP_LOG_ERR
, __VA_ARGS__)
151
# define LOG_ERR
COAP_LOG_ERR
235
* @c COAP_DEBUG_FD (for @p level >= @c
COAP_LOG_ERR
). The text is output only
272
* COAP_DEBUG_FD (for @p level >= @c
COAP_LOG_ERR
). The text is output only when
288
* COAP_DEBUG_FD (for @p level >= @c
COAP_LOG_ERR
). The text is output only when
/third_party/libcoap/examples/lwip/
H
A
D
server-coap.c
123
coap_log_t dtls_log_level =
COAP_LOG_ERR
;
in server_coap_init()
H
A
D
client-coap.c
117
coap_log_t dtls_log_level =
COAP_LOG_ERR
;
in client_coap_init()
/third_party/libcoap/examples/
H
A
D
coap-rd.c
765
coap_log_t dtls_log_level =
COAP_LOG_ERR
;
in main()
H
A
D
coap-client.c
1592
coap_log_t dtls_log_level =
COAP_LOG_ERR
;
in main()
H
A
D
coap-server.c
2718
coap_log_t dtls_log_level =
COAP_LOG_ERR
;
in main()
/third_party/libcoap/src/
H
A
D
coap_debug.c
54
COAP_LOG_ERR
:
H
A
D
coap_tinydtls.c
191
case
COAP_LOG_ERR
:
in coap_dtls_set_log_level()
H
A
D
coap_io.c
600
#if (COAP_MAX_LOGGING_LEVEL <
COAP_LOG_ERR
)
H
A
D
coap_mbedtls.c
2523
case
COAP_LOG_ERR
:
/third_party/libcoap/tests/
H
A
D
test_pdu.c
308
coap_show_pdu(
COAP_LOG_ERR
, testpdu); /* display PDU */
in t_parse_pdu16()
Completed in 20 milliseconds