Searched refs:SSL_DataPending (Results 1 – 5 of 5) sorted by relevance
15 @@ -872,6 +872,18 @@ SSL_IMPORT int SSL_DataPending(PRFileDesc *fd);
837 } else if ((new_flags & PR_POLL_READ) && (SSL_DataPending(fd) > 0)) {
867 SSL_IMPORT int SSL_DataPending(PRFileDesc *fd);
1440 SSL_DataPending(PRFileDesc *fd) in SSL_DataPending() function
2536 } else if ((new_flags & PR_POLL_READ) && (SSL_DataPending(fd) > 0)) { in ssl_Poll()