Lines Matching full:applications
7 It also identifies potential hazards to existing applications, and identifies
20 - High performance applications (primarily server based) using existing libssl
33 - In the case of non-blocking applications, it must be possible
48 over TCP. This will require applications using custom BIOs on the network side
147 able to support blocking semantics at the application level. Applications
198 Even if this approach were successfully implemented, applications will still
199 need to change to using network BIOs with datagram semantics. For applications
203 accommodating applications using custom network BIOs in a blocking mode, these
204 applications would still have to completely rework their implementation of those
206 applications implementing their own custom BIOs will do so in a blocking mode.
269 - Applications will already have to make changes to any network-side BIOs,
273 semantics. Such applications will already need substantial changes, and
294 Moreover, it is extremely unlikely that any such applications are using
316 - The poll descriptor interface will allow applications to implement custom
332 non-blocking I/O internally. Applications can use blocking or non-blocking I/O
444 `BIO_POLL_DESCRIPTOR` structure is provided for applications to store values of
511 Applications desiring non-blocking operation will need to call this API to
514 simpler for blocking applications, which are likely to be seeking a simpler