Searched refs:len_to_send (Results 1 – 1 of 1) sorted by relevance
62 long len_to_send; /* Number of bytes still to send */ member580 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos); in OSSL_HTTP_REQ_CTX_nbio()589 if (rctx->len_to_send > 0) { in OSSL_HTTP_REQ_CTX_nbio()590 i = BIO_write(rctx->wbio, rctx->pos, rctx->len_to_send); in OSSL_HTTP_REQ_CTX_nbio()598 rctx->len_to_send -= i; in OSSL_HTTP_REQ_CTX_nbio()614 rctx->len_to_send = n; in OSSL_HTTP_REQ_CTX_nbio()909 if (rctx->len_to_send > 0) in OSSL_HTTP_REQ_CTX_exchange()