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:htperr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
h2load_http1_session.cc
217
auto
htperr
=
in on_read()
local
219
auto nread =
htperr
== HPE_OK
in on_read()
229
if (
htperr
== HPE_PAUSED) {
in on_read()
234
if (
htperr
!= HPE_OK) {
in on_read()
236
<< "(" << llhttp_errno_name(
htperr
) << ") "
in on_read()
H
A
D
shrpx_http_downstream_connection.cc
1262
auto
htperr
= llhttp_finish(&response_htp_);
in read_clear()
local
1263
if (
htperr
!= HPE_OK) {
in read_clear()
1266
<< llhttp_errno_name(
htperr
);
in read_clear()
1393
auto
htperr
= llhttp_finish(&response_htp_);
in read_tls()
local
1394
if (
htperr
!= HPE_OK) {
in read_tls()
1397
<< llhttp_errno_name(
htperr
);
in read_tls()
1489
auto
htperr
= llhttp_execute(&response_htp_,
in process_input()
local
1492
htperr
== HPE_OK
in process_input()
1498
if (
htperr
!= HPE_OK &&
in process_input()
1499
(!downstream_->get_upgraded() ||
htperr
!
in process_input()
[all...]
H
A
D
shrpx_https_upstream.cc
673
auto
htperr
= llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()),
in on_read()
local
676
if (
htperr
== HPE_PAUSED_UPGRADE &&
in on_read()
681
htperr
= llhttp_execute(&htp_, reinterpret_cast<const char *>(rb->pos()),
in on_read()
686
htperr
== HPE_OK
in on_read()
700
if (
htperr
== HPE_PAUSED) {
in on_read()
711
if (
htperr
!= HPE_OK) {
in on_read()
714
<< "(" << llhttp_errno_name(
htperr
) << ") "
in on_read()
727
if (
htperr
== HPE_INVALID_METHOD) {
in on_read()
H
A
D
nghttp.cc
1057
auto
htperr
=
in on_upgrade_read()
local
1059
auto nread =
htperr
== HPE_OK
in on_upgrade_read()
1069
if (
htperr
!= HPE_OK &&
htperr
!= HPE_PAUSED_UPGRADE) {
in on_upgrade_read()
1071
<< "(" << llhttp_errno_name(
htperr
) << ") "
in on_upgrade_read()
H
A
D
shrpx_http2_session.cc
664
auto
htperr
= llhttp_execute(proxy_htp_.get(),
in downstream_read_proxy()
local
666
if (
htperr
== HPE_PAUSED) {
in downstream_read_proxy()
683
if (
htperr
!= HPE_OK) {
in downstream_read_proxy()
Completed in 20 milliseconds