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:expected_ctx
(Results
1 - 1
of
1
) sorted by relevance
/third_party/openssl/test/
H
A
D
ssl_test_ctx_test.c
32
SSL_TEST_CTX *
expected_ctx
;
member
117
if (!TEST_ptr(fixture->
expected_ctx
= SSL_TEST_CTX_new(NULL))) {
in set_up()
130
fixture->
expected_ctx
->libctx))
in execute_test()
131
|| !testctx_eq(ctx, fixture->
expected_ctx
))
in execute_test()
142
SSL_TEST_CTX_free(fixture->
expected_ctx
);
in tear_down()
155
fixture->
expected_ctx
->expected_result = SSL_TEST_SUCCESS;
in test_empty_configuration()
164
fixture->
expected_ctx
->method = SSL_TEST_METHOD_DTLS;
in test_good_configuration()
165
fixture->
expected_ctx
->handshake_mode = SSL_TEST_HANDSHAKE_RESUME;
in test_good_configuration()
166
fixture->
expected_ctx
->app_data_size = 1024;
in test_good_configuration()
167
fixture->
expected_ctx
in test_good_configuration()
[all...]
Completed in 1 milliseconds