Lines Matching refs:as

28 application writers as it provides a clear view of what is different when using
67 as this is a common application usage pattern.
73 - Change of method (as for ddd-01-conn-blocking);
88 timeouts and calling `pump` as needed, based on deadlines reported
98 - Change of method name (as for ddd-01-conn-blocking);
100 - Use of ALPN (as for ddd-01-conn-blocking);
126 was foreseen as use of buffering on the network side is unworkable with
164 - Use of ALPN (as for ddd-01-conn-blocking);
166 - Use of `BIO_get_rpoll_descriptor` rather than `BIO_get_poll_fd` (as for
169 - Use of `SSL_net_read_desired` and `SSL_net_write_desired` (as for
180 - Change of method (as for ddd-01-conn-blocking);
189 - Change of method name (as for ddd-01-conn-blocking);
191 - Use of ALPN (as for ddd-01-conn-blocking).
201 - Change of method (as for ddd-01-conn-blocking);
214 timeouts and calling `pump` as needed, based on deadlines reported
221 - Change of method name (as for ddd-01-conn-blocking);
223 - Use of ALPN (as for ddd-01-conn-blocking);
225 - `SSL_get_timeout` replaced with `SSL_get_event_timeout` (as for
228 - `SSL_pump` renamed to `SSL_handle_events` (as for ddd-02-conn-nonblocking);
233 `SSL_net_write_desired` (as for ddd-02-conn-nonblocking).
239 application as an intermediary between libssl and the network, which is a common
245 - Change of method (as for ddd-01-conn-blocking);
263 - Change of method name (as for ddd-01-conn-blocking);
265 - Use of ALPN (as for ddd-01-conn-blocking);
270 - Use of `SSL_net_read_desired` and `SSL_net_write_desired` (as for
285 - Change of method (as for ddd-01-conn-blocking);
292 (as for ddd-05-mem-nonblocking);
300 - Change of method name (as for ddd-01-conn-blocking);
302 - Use of ALPN (as for ddd-01-conn-blocking);
304 - `BIO_new_dgram_pair` renamed to `BIO_new_bio_dgram_pair` (as for
307 - `SSL_get_timeout` replaced with `SSL_get_event_timeout` (as for
310 - `SSL_pump` renamed to `SSL_handle_events` (as for ddd-02-conn-nonblocking);
323 additional), as denoted in each DDD demo file under `#ifdef USE_QUIC` guards,
328 considered “minimal”. The changes required to representative applications, as