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:want_io
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/examples/
H
A
D
mhd2spdy_spdy.c
149
connection->
want_io
= IO_NONE;
in spdy_cb_send()
171
connection->
want_io
|= (err == SSL_ERROR_WANT_READ ?
in spdy_cb_send()
193
connection->
want_io
|= WANT_WRITE;
in spdy_cb_send()
234
connection->
want_io
= IO_NONE;
in spdy_cb_recv()
242
connection->
want_io
|= (err == SSL_ERROR_WANT_READ ?
in spdy_cb_recv()
266
connection->
want_io
|= WANT_READ;
in spdy_cb_recv()
655
connection->
want_io
& WANT_READ)
660
connection->
want_io
& WANT_WRITE)
681
connection->
want_io
& WANT_READ)
in spdy_ctl_select()
687
connection->
want_io
in spdy_ctl_select()
[all...]
H
A
D
mhd2spdy_structures.h
79
int
want_io
;
member
H
A
D
mhd2spdy_http.c
222
proxy->spdy_connection->
want_io
|= WANT_WRITE;
in http_cb_request()
/third_party/nghttp2/examples/
H
A
D
client.c
88
int
want_io
;
member
170
connection->
want_io
= IO_NONE;
in send_callback()
176
connection->
want_io
=
in send_callback()
200
connection->
want_io
= IO_NONE;
in recv_callback()
206
connection->
want_io
=
in recv_callback()
466
connection->
want_io
== WANT_READ) {
in ctl_poll()
470
connection->
want_io
== WANT_WRITE) {
in ctl_poll()
565
connection.
want_io
= IO_NONE;
in fetch_uri()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H
A
D
test_new_connection.c
116
int
want_io
;
member
231
connection->
want_io
= IO_NONE;
in send_callback()
237
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
in send_callback()
263
connection->
want_io
= IO_NONE;
in recv_callback()
269
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
in recv_callback()
580
connection->
want_io
== WANT_READ) {
in ctl_poll()
584
connection->
want_io
== WANT_WRITE) {
in ctl_poll()
688
connection.
want_io
= IO_NONE;
in fetch_uri()
H
A
D
test_notls.c
94
int
want_io
;
member
210
connection->
want_io
= IO_NONE;
in send_callback()
224
connection->
want_io
= WANT_WRITE;
in send_callback()
251
connection->
want_io
= IO_NONE;
in recv_callback()
265
connection->
want_io
= WANT_READ;
in recv_callback()
532
connection->
want_io
== WANT_READ) {
in ctl_poll()
536
connection->
want_io
== WANT_WRITE) {
in ctl_poll()
626
connection.
want_io
= IO_NONE;
in fetch_uri()
H
A
D
test_request_response.c
98
int
want_io
;
member
213
connection->
want_io
= IO_NONE;
in send_callback()
219
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
in send_callback()
245
connection->
want_io
= IO_NONE;
in recv_callback()
251
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
in recv_callback()
568
connection->
want_io
== WANT_READ) {
in ctl_poll()
572
connection->
want_io
== WANT_WRITE) {
in ctl_poll()
676
connection.
want_io
= IO_NONE;
in fetch_uri()
Completed in 8 milliseconds