Searched refs:numpipes (Results 1 – 6 of 6) sorted by relevance
605 size_t numpipes, j; in ssl3_write_bytes() local608 numpipes = 1; in ssl3_write_bytes()610 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()611 if (numpipes > maxpipes) in ssl3_write_bytes()612 numpipes = maxpipes; in ssl3_write_bytes()614 if (n / numpipes >= max_send_fragment) { in ssl3_write_bytes()619 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()624 tmppipelen = n / numpipes; in ssl3_write_bytes()625 remain = n % numpipes; in ssl3_write_bytes()626 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()[all …]
208 size_t *pipelens, size_t numpipes,
621 size_t numpipes, j; in ssl3_write_bytes() local624 numpipes = 1; in ssl3_write_bytes()626 numpipes = ((n - 1) / split_send_fragment) + 1; in ssl3_write_bytes()627 if (numpipes > maxpipes) in ssl3_write_bytes()628 numpipes = maxpipes; in ssl3_write_bytes()630 if (n / numpipes >= split_send_fragment) { in ssl3_write_bytes()635 for (j = 0; j < numpipes; j++) in ssl3_write_bytes()639 tmppipelen = n / numpipes; in ssl3_write_bytes()640 remain = n % numpipes; in ssl3_write_bytes()641 for (j = 0; j < numpipes; j++) { in ssl3_write_bytes()[all …]
217 size_t *pipelens, size_t numpipes,
137 unsigned int numpipes; member580 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()585 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()590 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()676 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()695 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()722 pipe_ctx->numpipes = 0; in dasync_cipher_helper()
164 unsigned int numpipes; member653 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()658 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()663 pipe_ctx->numpipes = arg; in dasync_cipher_ctrl_helper()734 pipe_ctx->numpipes = 0; in dasync_cipher_init_key_helper()753 pipes = pipe_ctx->numpipes; in dasync_cipher_helper()780 pipe_ctx->numpipes = 0; in dasync_cipher_helper()