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

/external/libnfc-nxp/src/
H A DphLlcNfc_Interface.c239 if ((TRUE == psLlcCtxt->s_frameinfo.write_pending) ||
264 psLlcCtxt->s_frameinfo.write_pending = TRUE;
303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE;
316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending);
718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending)
H A DphLlcNfc_DataTypes.h582 uint8_t write_pending; member in struct:phLlcNfc_Frame
H A DphLlcNfc.c412 if ((TRUE != ps_frame_info->write_pending) &&
H A DphLlcNfc_Frame.c1431 if ((TRUE != ps_frame_info->write_pending) &&
/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/chromium_org/net/socket/
H A Dsocket_test_util.cc1128 return helper_.write_pending();
1220 return helper_.write_pending();
H A Dsocket_test_util.h796 bool write_pending() const { return write_pending_; } function in class:net::DeterministicSocketHelper

Completed in 1409 milliseconds