OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_pending
(Results
1 - 8
of
8
) sorted by null
/external/libnfc-nxp/src/
phLlcNfc_Interface.c
239
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
)
[
all
...]
phLlcNfc_DataTypes.h
582
uint8_t
write_pending
;
member in struct:phLlcNfc_Frame
phLlcNfc.c
412
if ((TRUE != ps_frame_info->
write_pending
) &&
phLlcNfc_Frame.c
[
all
...]
/external/openssl/ssl/
s2_pkt.c
120
static int
write_pending
(SSL *s, const unsigned char *buf, unsigned int len);
469
static int
write_pending
(SSL *s, const unsigned char *buf, unsigned int len)
function
529
if (s->s2->wpend_len != 0) return(
write_pending
(s,buf,len));
654
return(
write_pending
(s,buf,olen));
/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
...]
socket_test_util.cc
429
while (socket_ && (socket_->
write_pending
() || socket_->read_pending()) &&
538
if (socket_ && socket_->
write_pending
() &&
[
all
...]
Completed in 247 milliseconds