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:ssl_obj
(Results
1 - 1
of
1
) sorted by relevance
/third_party/python/Modules/_ssl/
H
A
D
debughelpers.c
17
PySSLSocket *
ssl_obj
= NULL; /* ssl._SSLSocket, borrowed ref */
in _PySSL_msg_callback()
local
23
ssl_obj
= (PySSLSocket *)SSL_get_app_data(ssl);
in _PySSL_msg_callback()
24
assert(Py_IS_TYPE(
ssl_obj
, get_state_sock(
ssl_obj
)->PySSLSocket_Type));
in _PySSL_msg_callback()
25
if (
ssl_obj
->ctx->msg_cb == NULL) {
in _PySSL_msg_callback()
30
if (
ssl_obj
->owner)
in _PySSL_msg_callback()
31
ssl_socket = PyWeakref_GetObject(
ssl_obj
->owner);
in _PySSL_msg_callback()
32
else if (
ssl_obj
->Socket)
in _PySSL_msg_callback()
33
ssl_socket = PyWeakref_GetObject(
ssl_obj
->Socket);
in _PySSL_msg_callback()
35
ssl_socket = (PyObject *)
ssl_obj
;
in _PySSL_msg_callback()
121
PySSLSocket *
ssl_obj
= NULL; /* ssl._SSLSocket, borrowed ref */
_PySSL_keylog_callback()
local
[all...]
Completed in 1 milliseconds