OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:want_io
(Results
1 - 4
of
4
) sorted by null
/external/libmicrohttpd/src/examples/
mhd2spdy_structures.h
79
int
want_io
;
member in struct:SPDY_Connection
/external/libmicrohttpd/src/testspdy/
test_new_connection.c
116
int
want_io
;
member in struct:Connection
231
connection->
want_io
= IO_NONE;
237
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
263
connection->
want_io
= IO_NONE;
269
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
580
connection->
want_io
== WANT_READ) {
584
connection->
want_io
== WANT_WRITE) {
688
connection.
want_io
= IO_NONE;
test_notls.c
94
int
want_io
;
member in struct:Connection
210
connection->
want_io
= IO_NONE;
224
connection->
want_io
= WANT_WRITE;
251
connection->
want_io
= IO_NONE;
265
connection->
want_io
= WANT_READ;
532
connection->
want_io
== WANT_READ) {
536
connection->
want_io
== WANT_WRITE) {
626
connection.
want_io
= IO_NONE;
test_request_response.c
98
int
want_io
;
member in struct:Connection
213
connection->
want_io
= IO_NONE;
219
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
245
connection->
want_io
= IO_NONE;
251
connection->
want_io
= (err == SSL_ERROR_WANT_READ ?
568
connection->
want_io
== WANT_READ) {
572
connection->
want_io
== WANT_WRITE) {
676
connection.
want_io
= IO_NONE;
Completed in 119 milliseconds