Home | History | Annotate | Download | only in vtls

Lines Matching defs:blocking

188 /* NSPR I/O layer we use to detect blocking direction during SSL handshake */
1083 /* update blocking direction in case of PR_WOULD_BLOCK_ERROR */
1105 /* recv() wrapper we use to detect blocking direction during SSL handshake */
1112 /* check for PR_WOULD_BLOCK_ERROR and update blocking direction */
1117 /* send() wrapper we use to detect blocking direction during SSL handshake */
1124 /* check for PR_WOULD_BLOCK_ERROR and update blocking direction */
1529 /* Switch the SSL socket into non-blocking mode. */
1827 /* blocking direction is updated by nss_update_connecting_state() */
1875 const bool blocking = (done == NULL);
1887 if(!blocking) {
1888 /* in non-blocking mode, set NSS non-blocking mode before handshake */
1902 if(!blocking)
1903 /* CURLE_AGAIN in non-blocking mode is not an error */
1910 if(blocking) {
1911 /* in blocking mode, set NSS non-blocking mode _after_ SSL handshake */
1932 return nss_connect_common(conn, sockindex, /* blocking */ NULL);