Home
last modified time | relevance | path

Searched defs:curSendSize (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1256 bool TLSSocket::TLSSocketInternal::SendRetry(ssl_st *ssl, const char *curPos, size_t curSendSize, i… in SendRetry()
1314 size_t curSendSize = std::min<size_t>(sendSize, bufferSize); in PollSend() local