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:flen
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_option.cpp
246
size_t
flen
= len;
in FillOption()
local
247
if (
flen
> (DHCP_OPTION_SIZE - 1)) {
in FillOption()
248
flen
= DHCP_OPTION_SIZE - 1;
in FillOption()
250
if (memcpy_s(pOption->data, sizeof(pOption->data) - 1, data,
flen
) != EOK) {
in FillOption()
253
pOption->length =
flen
;
in FillOption()
271
size_t
flen
= len;
in FillOptionData()
local
278
if (
flen
> (DHCP_OPTION_SIZE)) {
in FillOptionData()
279
flen
= DHCP_OPTION_SIZE;
in FillOptionData()
281
if (memcpy_s(pOption->data, sizeof(pOption->data), data,
flen
) != EOK) {
in FillOptionData()
284
pOption->length =
flen
;
in FillOptionData()
[all...]
H
A
D
common_util.cpp
109
int
flen
= strlen(fileName);
in GetFilePath()
local
110
if (
flen
== 0) {
in GetFilePath()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H
A
D
wifi_hdi_util.c
752
size_t
flen
, i;
in HdiGetRsnCapabLen()
local
759
flen
= (rsnxe[0] & 0x0f) + 1;
in HdiGetRsnCapabLen()
760
if (rsnxe +
flen
> end) {
in HdiGetRsnCapabLen()
763
if (
flen
> HDI_POS_FOURTH) {
in HdiGetRsnCapabLen()
764
flen
= HDI_POS_FOURTH;
in HdiGetRsnCapabLen()
766
for (i = 0; i <
flen
; i++) {
in HdiGetRsnCapabLen()
Completed in 6 milliseconds