OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_need_tx
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-02-conn-nonblocking-threads.c
22
int
rx_need_tx
, tx_need_rx;
member in struct:app_conn_st
169
conn->
rx_need_tx
= 0;
174
conn->
rx_need_tx
= BIO_should_write(conn->ssl_bio);
231
return (conn->
rx_need_tx
? POLLOUT : 0) | POLLIN | POLLERR;
ddd-02-conn-nonblocking.c
22
int
rx_need_tx
, tx_need_rx;
member in struct:app_conn_st
181
conn->
rx_need_tx
= 0;
186
conn->
rx_need_tx
= BIO_should_write(conn->ssl_bio);
243
return (conn->
rx_need_tx
? POLLOUT : 0) | POLLIN | POLLERR;
ddd-05-mem-nonblocking.c
21
int
rx_need_tx
, tx_need_rx;
member in struct:app_conn_st
177
conn->
rx_need_tx
= 1;
184
conn->
rx_need_tx
= 0;
260
return (conn->
rx_need_tx
? POLLOUT : 0) | POLLIN | POLLERR;
ddd-04-fd-nonblocking.c
17
int
rx_need_tx
, tx_need_rx;
member in struct:app_conn_st
147
conn->
rx_need_tx
= 0;
154
conn->
rx_need_tx
= 1;
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026