Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp1211 bool TLSSocket::TLSSocketInternal::SendRetry(ssl_st *ssl, const char *curPos, size_t curSendSize, int sockfd) in SendRetry() argument
1270 size_t curSendSize = std::min<size_t>(sendSize, bufferSize); in PollSend() local

Completed in 5 milliseconds