Searched refs:len_to_send (Results 1 – 1 of 1) sorted by relevance
63 long len_to_send; /* Number of bytes still to send */ member602 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos); in OSSL_HTTP_REQ_CTX_nbio()612 if (rctx->len_to_send > 0) { in OSSL_HTTP_REQ_CTX_nbio()615 if (!BIO_write_ex(rctx->wbio, rctx->pos, rctx->len_to_send, &sz)) { in OSSL_HTTP_REQ_CTX_nbio()628 rctx->len_to_send -= sz; in OSSL_HTTP_REQ_CTX_nbio()644 rctx->len_to_send = n; in OSSL_HTTP_REQ_CTX_nbio()999 if (rctx->len_to_send > 0) in OSSL_HTTP_REQ_CTX_exchange()
Completed in 7 milliseconds