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_attr_t
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_resource_internal.h
42
struct
coap_attr_t
{
struct
43
struct
coap_attr_t
*next; /**< Pointer to next in chain or NULL */
73
coap_attr_t
*link_attr; /**< attributes to be included with the link format */
142
void coap_delete_attr(
coap_attr_t
*attr);
H
A
D
coap_forward_decls.h
97
typedef struct
coap_attr_t
coap_attr_t
;
typedef
H
A
D
coap_resource.h
423
coap_attr_t
*coap_add_attr(coap_resource_t *resource,
429
* Returns @p resource's
coap_attr_t
object with given @p name if found, @c NULL
437
coap_attr_t
*coap_find_attr(coap_resource_t *resource,
447
coap_str_const_t *coap_attr_get_value(
coap_attr_t
*attribute);
/third_party/libcoap/src/
H
A
D
coap_resource.c
213
coap_attr_t
*attr;
385
coap_attr_t
*
390
coap_attr_t
*attr;
394
attr = (
coap_attr_t
*)coap_malloc_type(COAP_RESOURCEATTR, sizeof(
coap_attr_t
));
421
coap_attr_t
*
424
coap_attr_t
*attr;
439
coap_attr_get_value(
coap_attr_t
*attr) {
446
coap_delete_attr(
coap_attr_t
*attr) {
467
coap_attr_t
*att
[all...]
H
A
D
coap_mem.c
239
static
coap_attr_t
resattr_storage_data[COAP_MAX_ATTRIBUTES];
/third_party/libcoap/examples/lwip/config/
H
A
D
lwippools.h
150
LWIP_MEMPOOL(COAP_RESOURCEATTR, MEMP_NUM_COAPRESOURCEATTR, sizeof(
coap_attr_t
), "COAP_RESOURCEATTR")
Completed in 4 milliseconds