OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_sendfile_for_req
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
3268
int
use_sendfile_for_req
= use_sendfile;
local
3630
if (
use_sendfile_for_req
&& !BIO_get_ktls_send(SSL_get_wbio(con))) {
3632
use_sendfile_for_req
= 0;
3634
if (
use_sendfile_for_req
) {
/src/crypto/external/bsd/openssl/dist/apps/
s_server.c
3051
int
use_sendfile_for_req
= use_sendfile;
local
3390
if (
use_sendfile_for_req
&& !BIO_get_ktls_send(SSL_get_wbio(con))) {
3392
use_sendfile_for_req
= 0;
3394
if (
use_sendfile_for_req
) {
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026