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:content_format
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_debug.c
663
* Returns 1 if the given @p
content_format
is either unknown or known
665
* printable data which is also assumed if @p
content_format
is @c 01.
668
is_binary(int
content_format
) {
in is_binary()
argument
669
return !(
content_format
== -1 ||
in is_binary()
670
content_format
== COAP_MEDIATYPE_TEXT_PLAIN ||
in is_binary()
671
content_format
== COAP_MEDIATYPE_APPLICATION_LINK_FORMAT ||
in is_binary()
672
content_format
== COAP_MEDIATYPE_APPLICATION_XML ||
in is_binary()
673
content_format
== COAP_MEDIATYPE_APPLICATION_JSON);
in is_binary()
719
int
content_format
= -1;
in coap_show_pdu()
local
820
content_format
in coap_show_pdu()
[all...]
H
A
D
coap_block.c
2683
p->
content_format
= fmt;
in coap_handle_request_put_block()
2702
if (fmt != p->
content_format
) {
in coap_handle_request_put_block()
3449
p->
content_format
= fmt;
in coap_handle_response_get_block()
3508
if (fmt != p->
content_format
) {
in coap_handle_response_get_block()
/third_party/libcoap/include/coap3/
H
A
D
coap_block_internal.h
155
uint16_t
content_format
; /**< Content format for the set of blocks */
member
185
uint16_t
content_format
; /**< Content format for the set of blocks */
member
Completed in 7 milliseconds