Searched refs:maxpipes (Results 1 – 1 of 1) sorted by relevance
354 size_t n, max_send_fragment, split_send_fragment, maxpipes; in ssl3_write_bytes() local579 maxpipes = s->max_pipelines; in ssl3_write_bytes()580 if (maxpipes > SSL_MAX_PIPELINES) { in ssl3_write_bytes()588 if (maxpipes == 0 in ssl3_write_bytes()593 maxpipes = 1; in ssl3_write_bytes()613 if (numpipes > maxpipes) in ssl3_write_bytes()614 numpipes = maxpipes; in ssl3_write_bytes()
Completed in 5 milliseconds