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:data1_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
setrans_client.c
90
uint32_t
data1_size
;
in send_request()
local
103
data1_size
= strlen(data1) + 1;
in send_request()
108
iov[1].iov_base = &
data1_size
;
in send_request()
109
iov[1].iov_len = sizeof(
data1_size
);
in send_request()
113
iov[3].iov_len =
data1_size
;
in send_request()
/third_party/openssl/test/
H
A
D
param_build_test.c
222
const int
data1_size
= data1_num * sizeof(int);
in template_private_test()
local
236
if (!TEST_ptr(data1 = OPENSSL_secure_malloc(
data1_size
))
in template_private_test()
257
data1_size
))
in template_private_test()
326
|| !TEST_mem_eq(p->data, p->data_size, data1,
data1_size
)
in template_private_test()
Completed in 2 milliseconds