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:tmpLen
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H
A
D
lnn_compress.c
41
uint32_t
tmpLen
= compressBound(inLen);
in DataCompress()
local
42
*out = SoftBusCalloc(
tmpLen
);
in DataCompress()
62
strm.avail_out =
tmpLen
;
in DataCompress()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
remote_executor_packet.cpp
74
uint32_t
tmpLen
= preparedStmt_.CalcLength();
in CalculateLen()
local
75
if ((len +
tmpLen
) > static_cast<uint32_t>(INT32_MAX) ||
tmpLen
== 0u) {
in CalculateLen()
79
len +=
tmpLen
;
in CalculateLen()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt_client.cpp
182
size_t
tmpLen
= 0;
variable
183
characData.data = characteristic.GetValue(&
tmpLen
).get();
184
characData.dataLen = (unsigned short)
tmpLen
;
235
size_t
tmpLen
= 0;
variable
236
descData.data = descriptor.GetValue(&
tmpLen
).get();
237
descData.dataLen = (unsigned short)
tmpLen
;
310
size_t
tmpLen
= 0;
variable
311
notificationData.data = characteristic.GetValue(&
tmpLen
).get();
312
notificationData.dataLen = (unsigned short)
tmpLen
;
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H
A
D
fscrypt_control.c
494
size_t
tmpLen
= strlen(GLOBAL_FSCRYPT_DIR[i]);
in SetGlobalEl1DirPolicy()
local
495
if ((strncmp(dir, GLOBAL_FSCRYPT_DIR[i],
tmpLen
) == 0) && (strlen(dir) ==
tmpLen
)) {
in SetGlobalEl1DirPolicy()
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_base_listener.c
900
uint32_t
tmpLen
= fdArrayLen * FDARR_EXPAND_BASE;
in CopyWaitEventFdsUnsafe()
local
901
FdNode *tmp = (FdNode *)SoftBusCalloc(
tmpLen
* sizeof(FdNode));
in CopyWaitEventFdsUnsafe()
904
"eventLen=%{public}u", node->module,
tmpLen
);
in CopyWaitEventFdsUnsafe()
914
fdArrayLen =
tmpLen
;
in CopyWaitEventFdsUnsafe()
Completed in 6 milliseconds