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
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H
A
D
uri.h
2
*
uri
.h -- helper functions for URI treatment
48
coap_uri_scheme_is_secure(const coap_uri_t *
uri
) {
in coap_uri_scheme_is_secure()
argument
49
return
uri
&& ((
uri
->scheme & COAP_URI_SCHEME_SECURE_MASK) != 0);
in coap_uri_scheme_is_secure()
57
* @param
uri
The URI path to copy.
58
* @param length The length of
uri
.
62
coap_uri_t *coap_new_uri(const uint8_t *
uri
, unsigned int length);
68
coap_uri_t *coap_clone_uri(const coap_uri_t *
uri
);
80
* components are stored in the result parameter @p
uri
. Optional URI
87
* @param
uri
Th
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H
A
D
MQTTProtocolOut.h
34
size_t MQTTProtocol_addressPort(const char*
uri
, int* port, const char **topic);
H
A
D
WebSocket.h
57
int WebSocket_connect(networkHandles *net, const char *
uri
);
Completed in 2 milliseconds