HomeSort by relevance Sort by last modified time
    Searched refs:send_buffer (Results 1 - 18 of 18) sorted by null

  /external/curl/lib/
http.h 154 void *send_buffer; /* used if the request couldn't be sent in one chunk, member in struct:HTTP
155 points to an allocated send_buffer struct */
http.c     [all...]
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 503 char send_buffer[kDataSize], recv_buffer[kDataSize]; local
505 send_buffer[i] = static_cast<char>(i % 256);
510 int result = a->Send(send_buffer + send_pos, kDataSize - send_pos);
519 result = a->Send(send_buffer + send_pos, kDataSize - send_pos);
528 result = a->Send(send_buffer + send_pos, kDataSize - send_pos);
542 result = a->Send(send_buffer + send_pos, kDataSize - send_pos);
572 result = a->Send(send_buffer + send_pos, kDataSize - send_pos);
596 EXPECT_EQ(0, memcmp(recv_buffer, send_buffer, kDataSize));
    [all...]
socket_unittest.cc 680 scoped_ptr<char[]> send_buffer(new char[kDataSize]);
684 send_buffer[i] = static_cast<char>(i % 256);
725 int sent = accepted->Send(send_buffer.get() + send_pos, tosend);
785 EXPECT_EQ(0, memcmp(recv_buffer.get(), send_buffer.get(), kDataSize));
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.c 665 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
731 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
768 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
783 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
    [all...]
phHciNfc_Generic.c 655 psHciContext->send_buffer;
699 (&psHciContext->send_buffer[psHciContext->tx_hcp_frgmnt_index])
    [all...]
phHciNfc_RFReader.c     [all...]
phHciNfc_Generic.h 694 uint8_t send_buffer[PHHCINFC_MAX_BUFFERSIZE]; member in struct:phHciNfc_sContext
    [all...]
phHciNfc_DevMgmt.c     [all...]
phHciNfc_NfcIPMgmt.c 334 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
    [all...]
phHciNfc_Felica.c     [all...]
phHciNfc_ISO15693.c 682 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
phHciNfc_Jewel.c 753 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
phHciNfc_SWP.c 667 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
phHciNfc_WI.c 517 hcp_packet = (phHciNfc_HCP_Packet_t *) psHciContext->send_buffer;
phHciNfc_Emulation.c     [all...]
phHciNfc_RFReaderA.c     [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 212 char send_buffer[BUFFER_LEN]; local
262 auth = (AUTH_HDR *) send_buffer;

Completed in 702 milliseconds