Searched refs:write_pending (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds2_pkt.c120 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len);
466 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) function
525 if (s->s2->wpend_len != 0) return(write_pending(s,buf,len));
646 return(write_pending(s,buf,olen));

Completed in 213 milliseconds