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

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c62 long len_to_send; /* Number of bytes still to send */ member in struct:ossl_http_req_ctx_st
111 /* everything else is 0, e.g. rctx->len_to_send, or NULL, e.g. rctx->mem */
580 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos);
589 if (rctx->len_to_send > 0) {
590 i = BIO_write(rctx->wbio, rctx->pos, rctx->len_to_send);
598 rctx->len_to_send -= i;
614 rctx->len_to_send = n;
909 if (rctx->len_to_send > 0)

Completed in 87 milliseconds