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:uri_path
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
resource.h
95
coap_str_const_t *
uri_path
; /**< the key used for hash lookup for this resource */
member
114
* @p
uri_path
. This function returns the new coap_resource_t object.
121
* @param
uri_path
The string URI path of the new resource.
143
coap_resource_t *coap_resource_init(coap_str_const_t *
uri_path
,
356
* Returns the resource identified by the unique string @p
uri_path
. If no
360
* @param
uri_path
The unique string uri of the resource.
365
coap_str_const_t *
uri_path
);
459
HASH_ADD(hh, (r),
uri_path
->s[0], (obj)->
uri_path
->length, (obj))
522
return resource->
uri_path
;
in coap_resource_get_uri_path()
[all...]
Completed in 2 milliseconds