/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_pkt.c | 120 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/ |
s2_pkt.c | 120 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));
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioStreamOutALSA.cpp | 121 int write_pending = bytes; local 239 if (write_pending < period_size) { 240 write_pending = period_size; 277 write_pending -= period_size;
|
/external/dropbear/ |
common-channel.c | 52 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/ |
socket_test_util.h | 661 bool write_pending() const { return write_pending_; } function in class:net::DeterministicMockTCPClientSocket [all...] |
/external/libnfc-nxp/src/ |
phLlcNfc_DataTypes.h | 582 uint8_t write_pending; member in struct:phLlcNfc_Frame
|
/external/chromium_org/net/socket/ |
socket_test_util.h | 791 bool write_pending() const { return write_pending_; } function in class:net::DeterministicSocketHelper [all...] |