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:add_request
(Results
1 - 8
of
8
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_memcached_dispatcher.cc
45
int MemcachedDispatcher::
add_request
(std::unique_ptr<MemcachedRequest> req) {
in add_request()
function in shrpx::MemcachedDispatcher
46
if (mconn_->
add_request
(std::move(req)) != 0) {
in add_request()
H
A
D
shrpx_memcached_dispatcher.h
54
int
add_request
(std::unique_ptr<MemcachedRequest> req);
H
A
D
shrpx_memcached_connection.h
107
int
add_request
(std::unique_ptr<MemcachedRequest> req);
H
A
D
nghttp.h
248
bool
add_request
(const std::string &uri,
H
A
D
shrpx_worker_process.cc
389
dispatcher->
add_request
(std::move(req));
in memcached_get_ticket_key_cb()
H
A
D
shrpx_memcached_connection.cc
705
int MemcachedConnection::
add_request
(std::unique_ptr<MemcachedRequest> req) {
in add_request()
function in shrpx::MemcachedConnection
H
A
D
nghttp.cc
1466
bool HttpClient::
add_request
(const std::string &uri,
in add_request()
function in nghttp2::HttpClient
1716
if (client->
add_request
(uri, nullptr, 0, pri_spec, req->level + 1)) {
in update_html_parser()
2377
client.
add_request
(std::get<0>(req), std::get<1>(req), std::get<2>(req),
in communicate()
H
A
D
shrpx_tls.cc
443
dispatcher->
add_request
(std::move(req));
in tls_session_new_cb()
528
dispatcher->
add_request
(std::move(req));
in tls_session_get_cb()
Completed in 11 milliseconds