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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds2_pkt.c120 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len);
468 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) function
528 if (s->s2->wpend_len != 0) return(write_pending(s,buf,len));
653 return(write_pending(s,buf,olen));
/external/openssl/ssl/
H A Ds2_pkt.c120 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len);
468 static int write_pending(SSL *s, const unsigned char *buf, unsigned int len) function
528 if (s->s2->wpend_len != 0) return(write_pending(s,buf,len));
653 return(write_pending(s,buf,olen));
/external/dropbear/
H A Dcommon-channel.c52 static unsigned int write_pending(struct Channel * channel);
249 static unsigned int write_pending(struct Channel * channel) { function
277 if (channel->recv_close && !write_pending(channel)) {
286 if (channel->recv_eof && !write_pending(channel)) {
317 && !write_pending(channel)) {
/external/chromium/net/socket/
H A Dsocket_test_util.h661 bool write_pending() const { return write_pending_; } function in class:net::DeterministicMockTCPClientSocket
/external/libnfc-nxp/src/
H A DphLlcNfc_DataTypes.h582 uint8_t write_pending; member in struct:phLlcNfc_Frame
/external/chromium_org/net/socket/
H A Dsocket_test_util.h736 bool write_pending() const { return write_pending_; } function in class:net::DeterministicSocketHelper

Completed in 910 milliseconds