Searched refs:SSL_DataPending (Results 1 – 4 of 4) sorted by relevance
16 @@ -892,6 +892,18 @@ SSL_IMPORT int SSL_DataPending(PRFileDes
887 SSL_IMPORT int SSL_DataPending(PRFileDesc *fd);
1435 SSL_DataPending(PRFileDesc *fd) in SSL_DataPending() function
2464 } else if ((new_flags & PR_POLL_READ) && (SSL_DataPending(fd) > 0)) { in ssl_Poll()