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:readWriteBuf
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_adapter.c
292
buf->
readWriteBuf
[0] = (char)(pkt->header.ver << COAP_SHIFT_BIT6);
in CoapCreateHeaderEx()
293
buf->
readWriteBuf
[0] = (char)((uint8_t)buf->
readWriteBuf
[0] |
in CoapCreateHeaderEx()
295
buf->
readWriteBuf
[1] = (char)pkt->header.code;
in CoapCreateHeaderEx()
296
buf->
readWriteBuf
[BUF_OFFSET_BYTE2] = (char)((pkt->header.varSection.msgId & 0xFF00) >> COAP_SHIFT_BIT8);
in CoapCreateHeaderEx()
297
buf->
readWriteBuf
[BUF_OFFSET_BYTE3] = (char)(pkt->header.varSection.msgId & 0x00FF);
in CoapCreateHeaderEx()
335
buf->
readWriteBuf
[buf->len] = 0xFF;
in CoapAddData()
337
pkt->payload.buffer = (const uint8_t *)&buf->
readWriteBuf
[buf->len];
in CoapAddData()
338
if (memcpy_s(&buf->
readWriteBuf
[buf->len], buf->size - buf->len, payload->buffer, payload->len) != EOK) {
in CoapAddData()
442
buf->
readWriteBuf
[bu
in CoapAddOption()
[all...]
H
A
D
coap_app.c
224
sndPktBuff.
readWriteBuf
= (char *)calloc(COAP_MAX_PDU_SIZE, sizeof(char));
in CoapSendMessageEx()
225
if (sndPktBuff.
readWriteBuf
== NULL) {
in CoapSendMessageEx()
234
free(sndPktBuff.
readWriteBuf
);
in CoapSendMessageEx()
246
free(sndPktBuff.
readWriteBuf
);
in CoapSendMessageEx()
247
sndPktBuff.
readWriteBuf
= NULL;
in CoapSendMessageEx()
251
coapRequest.data = sndPktBuff.
readWriteBuf
;
in CoapSendMessageEx()
254
free(sndPktBuff.
readWriteBuf
);
in CoapSendMessageEx()
255
sndPktBuff.
readWriteBuf
= NULL;
in CoapSendMessageEx()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H
A
D
coap_adapter.h
43
char *
readWriteBuf
;
member
Completed in 3 milliseconds