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:Sock_Type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Modules/
H
A
D
_ssl.h
31
PyTypeObject *
Sock_Type
;
member
H
A
D
socketmodule.h
347
PySocketModule.
Sock_Type
,
363
PyTypeObject *
Sock_Type
;
member
H
A
D
_ssl.c
4211
sock: object(subclass_of="get_state_ctx(self)->
Sock_Type
")
5825
if ((sockmod == NULL) || (sockmod->
Sock_Type
== NULL)) {
in sslmodule_init_socketapi()
5828
state->
Sock_Type
= sockmod->
Sock_Type
;
in sslmodule_init_socketapi()
5829
Py_INCREF(state->
Sock_Type
);
in sslmodule_init_socketapi()
6301
Py_VISIT(state->
Sock_Type
);
in sslmodule_traverse()
6326
Py_CLEAR(state->
Sock_Type
);
in sslmodule_clear()
H
A
D
socketmodule.c
7168
Py_DECREF(capi->
Sock_Type
);
7190
capi->
Sock_Type
= (PyTypeObject *)Py_NewRef(&sock_type);
/third_party/python/Modules/clinic/
H
A
D
_ssl.c.h
657
if (!PyObject_TypeCheck(args[0], get_state_ctx(self)->
Sock_Type
)) {
in _ssl__SSLContext__wrap_socket()
658
_PyArg_BadArgument("_wrap_socket", "argument 'sock'", (get_state_ctx(self)->
Sock_Type
)->tp_name, args[0]);
in _ssl__SSLContext__wrap_socket()
Completed in 19 milliseconds