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:proxy_name_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_resource.c
351
r->
proxy_name_list
= coap_malloc_type(COAP_STRING, host_name_count *
353
if (r->
proxy_name_list
) {
355
r->
proxy_name_list
[i] =
358
if (!r->
proxy_name_list
[i]) {
361
coap_free_type(COAP_STRING, r->
proxy_name_list
);
362
r->
proxy_name_list
= NULL;
500
if (resource->proxy_name_count && resource->
proxy_name_list
) {
504
coap_delete_str_const(resource->
proxy_name_list
[i]);
506
coap_free_type(COAP_STRING, resource->
proxy_name_list
);
H
A
D
coap_net.c
2869
resource->
proxy_name_list
) {
in handle_request()
2873
resource->
proxy_name_list
[0]->length == 0) {
in handle_request()
2874
/* If
proxy_name_list
[0] is zero length, then this is the endpoint */
in handle_request()
2878
if (coap_string_equal(&uri.host, resource->
proxy_name_list
[i])) {
in handle_request()
3592
resource->
proxy_name_list
) {
in coap_dispatch()
3595
if (coap_string_equal(&uri.host, resource->
proxy_name_list
[i])) {
in coap_dispatch()
/third_party/libcoap/include/coap3/
H
A
D
coap_resource_internal.h
104
coap_str_const_t **
proxy_name_list
;
member
Completed in 8 milliseconds