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:OHS_NOREAD
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/http/
H
A
D
http_client.c
73
#define
OHS_NOREAD
0x1000 /* If set no reading should be performed */
macro
74
#define OHS_ERROR (0 |
OHS_NOREAD
) /* Error condition */
75
#define OHS_ADD_HEADERS (1 |
OHS_NOREAD
) /* Adding header lines to request */
76
#define OHS_WRITE_INIT (2 |
OHS_NOREAD
) /* 1st call: ready to start send */
77
#define OHS_WRITE_HDR (3 |
OHS_NOREAD
) /* Request header being sent */
78
#define OHS_WRITE_REQ (4 |
OHS_NOREAD
) /* Request contents being sent */
79
#define OHS_FLUSH (5 |
OHS_NOREAD
) /* Request being flushed */
85
#define OHS_ASN1_DONE (6 |
OHS_NOREAD
) /* ASN1 content read completed */
86
#define OHS_STREAM (7 |
OHS_NOREAD
) /* HTTP content stream to be read */
544
if ((rctx->state &
OHS_NOREAD
)
in OSSL_HTTP_REQ_CTX_nbio()
[all...]
/third_party/openssl/crypto/http/
H
A
D
http_client.c
73
#define
OHS_NOREAD
0x1000 /* If set no reading should be performed */
macro
74
#define OHS_ERROR (0 |
OHS_NOREAD
) /* Error condition */
75
#define OHS_ADD_HEADERS (1 |
OHS_NOREAD
) /* Adding header lines to request */
76
#define OHS_WRITE_INIT (2 |
OHS_NOREAD
) /* 1st call: ready to start send */
77
#define OHS_WRITE_HDR (3 |
OHS_NOREAD
) /* Request header being sent */
78
#define OHS_WRITE_REQ (4 |
OHS_NOREAD
) /* Request contents being sent */
79
#define OHS_FLUSH (5 |
OHS_NOREAD
) /* Request being flushed */
85
#define OHS_ASN1_DONE (6 |
OHS_NOREAD
) /* ASN1 content read completed */
86
#define OHS_STREAM (7 |
OHS_NOREAD
) /* HTTP content stream to be read */
533
if ((rctx->state &
OHS_NOREAD
)
in OSSL_HTTP_REQ_CTX_nbio()
[all...]
Completed in 4 milliseconds