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:Header
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
cache_data.cpp
228
size_t size = Align4(sizeof(
Header
));
in SerializedSize()
239
if (size < sizeof(
Header
)) {
in Serialize()
243
Header
*header = reinterpret_cast<
Header
*>(buffer);
in Serialize()
245
size_t byteOffset = Align4(sizeof(
Header
));
in Serialize()
289
if (size < sizeof(
Header
)) {
in DeSerialize()
293
const
Header
*header = reinterpret_cast<const
Header
*>(buffer);
in DeSerialize()
295
size_t byteOffset = Align4(sizeof(
Header
));
in DeSerialize()
H
A
D
cache_data.h
158
struct
Header
{
struct in OHOS::Rosen::CacheData
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H
A
D
mdns_packet_parser.h
58
// DNS
Header
format (https://www.rfc-editor.org/rfc/rfc1035#section-4.1.1)
74
struct
Header
{
struct
158
Header
header;
211
const uint8_t *ParseHeader(const uint8_t *begin, const MDnsPayload &payload, DNSProto::
Header
&header);
225
void SerializeHeader(const DNSProto::
Header
&header, const MDnsMessage &msg, MDnsPayload &payload);
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_packet_parser.cpp
124
DNSProto::
Header
&header)
in ParseHeader()
127
if (end - begin < static_cast<int>(sizeof(DNSProto::
Header
))) {
in ParseHeader()
318
DNSProto::
Header
header = msg.header;
in Serialize()
338
void MDnsPayloadParser::SerializeHeader(const DNSProto::
Header
&header, const MDnsMessage &msg, MDnsPayload &payload)
in SerializeHeader()
Completed in 3 milliseconds