Searched refs:len_to_send (Results 1 – 1 of 1) sorted by relevance
65 long len_to_send; /* Number of bytes still to send */ member621 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos); in OSSL_HTTP_REQ_CTX_nbio()631 if (rctx->len_to_send > 0) { in OSSL_HTTP_REQ_CTX_nbio()634 if (!BIO_write_ex(rctx->wbio, rctx->pos, rctx->len_to_send, &sz)) { in OSSL_HTTP_REQ_CTX_nbio()651 rctx->len_to_send -= sz; in OSSL_HTTP_REQ_CTX_nbio()670 rctx->len_to_send = n; in OSSL_HTTP_REQ_CTX_nbio()1055 if (rctx->len_to_send > 0) in OSSL_HTTP_REQ_CTX_exchange()