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:recvq_
(Results
1 - 2
of
2
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_memcached_connection.cc
133
clear_request(
recvq_
);
in disconnect()
435
if (
recvq_
.empty()) {
in parse_packet()
441
auto &req =
recvq_
.front();
in parse_packet()
554
auto req = std::move(
recvq_
.front());
in parse_packet()
555
recvq_
.pop_front();
in parse_packet()
557
if (sendq_.empty() &&
recvq_
.empty()) {
in parse_packet()
655
recvq_
.push_back(std::move(sendq_.front()));
in drain_send_queue()
660
if (
recvq_
.empty()) {
in drain_send_queue()
732
if (!connected_ || (
recvq_
.empty() && sendq_.empty())) {
in reconnect_or_fail()
750
q.reserve(
recvq_
in reconnect_or_fail()
[all...]
H
A
D
shrpx_memcached_connection.h
136
std::deque<std::unique_ptr<MemcachedRequest>>
recvq_
;
member in shrpx::MemcachedConnection
Completed in 2 milliseconds