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:get_connection
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/multiprocessing/
H
A
D
resource_sharer.py
38
with _resource_sharer.
get_connection
(self._id) as conn:
57
with _resource_sharer.
get_connection
(self._id) as conn:
82
def
get_connection
(ident):
member in _ResourceSharer
/third_party/nghttp2/src/
H
A
D
shrpx_client_handler.h
185
Connection *
get_connection
();
H
A
D
shrpx_https_upstream.cc
118
auto conn = handler_->
get_connection
();
in on_start_request()
798
auto conn = handler_->
get_connection
();
in on_write()
838
auto conn = handler_->
get_connection
();
in resume_read()
H
A
D
shrpx_mruby_module_env.cc
446
auto conn = handler->
get_connection
();
in env_get_tls_handshake_finished()
H
A
D
shrpx_http2_downstream_connection.cc
353
auto conn = handler->
get_connection
();
in push_request_headers()
H
A
D
shrpx_http3_upstream.cc
124
auto conn = handler_->
get_connection
();
781
handler_->
get_connection
()->wlimit.stopw();
in on_write()
1934
auto conn = handler_->
get_connection
();
in signal_write_upstream_addr()
H
A
D
shrpx_http2_upstream.cc
1117
auto conn = handler_->
get_connection
();
in Http2Upstream()
1190
auto conn = handler_->
get_connection
();
in on_write()
H
A
D
shrpx_client_handler.cc
1691
Connection *ClientHandler::
get_connection
() { return &conn_; };
in get_connection()
function in shrpx::ClientHandler
H
A
D
shrpx_http_downstream_connection.cc
600
auto conn = handler->
get_connection
();
in push_request_headers()
Completed in 17 milliseconds