Searched refs:write_pending (Results 1 – 8 of 8) sorted by relevance
/external/libnfc-nxp/src/ |
D | phLlcNfc_Interface.c | 239 if ((TRUE == psLlcCtxt->s_frameinfo.write_pending) || in phLlcNfc_Interface_Write() 264 psLlcCtxt->s_frameinfo.write_pending = TRUE; in phLlcNfc_Interface_Write() 303 ps_llc_ctxt->s_frameinfo.write_pending = FALSE; in phLlcNfc_WrResp_Cb() 316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending); in phLlcNfc_WrResp_Cb() 718 else if (TRUE == ps_llc_ctxt->s_frameinfo.write_pending) in phLlcNfc_RdResp_Cb()
|
D | phLlcNfc_DataTypes.h | 582 uint8_t write_pending; member
|
D | phLlcNfc.c | 412 if ((TRUE != ps_frame_info->write_pending) && in phLlcNfc_Send()
|
D | phLlcNfc_Frame.c | 1431 if ((TRUE != ps_frame_info->write_pending) && in phLlcNfc_H_ProcessIFrame()
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | 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) in write_pending() function 528 if (s->s2->wpend_len != 0) return(write_pending(s,buf,len)); in n_do_ssl_write() 653 return(write_pending(s,buf,olen)); in n_do_ssl_write()
|
/external/openssl/ssl/ |
D | 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) in write_pending() function 528 if (s->s2->wpend_len != 0) return(write_pending(s,buf,len)); in n_do_ssl_write() 653 return(write_pending(s,buf,olen)); in n_do_ssl_write()
|
/external/chromium_org/net/socket/ |
D | socket_test_util.cc | 1128 return helper_.write_pending(); in WritePending() 1220 return helper_.write_pending(); in WritePending()
|
D | socket_test_util.h | 796 bool write_pending() const { return write_pending_; } in write_pending() function
|