Home
last modified time | relevance | path

Searched refs:len_to_send (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c64 long len_to_send; /* Number of bytes still to send */ member
620 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos); in OSSL_HTTP_REQ_CTX_nbio()
630 if (rctx->len_to_send > 0) { in OSSL_HTTP_REQ_CTX_nbio()
633 if (!BIO_write_ex(rctx->wbio, rctx->pos, rctx->len_to_send, &sz)) { in OSSL_HTTP_REQ_CTX_nbio()
650 rctx->len_to_send -= sz; in OSSL_HTTP_REQ_CTX_nbio()
669 rctx->len_to_send = n; in OSSL_HTTP_REQ_CTX_nbio()
1042 if (rctx->len_to_send > 0) in OSSL_HTTP_REQ_CTX_exchange()