Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_get_read_ahead(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_set_read_ahead(3)

SSL_get_read_ahead(3)  —  Subroutines

NAME

SSL_get_read_ahead − Get the read-ahead flag in the SSL structure. 

SYNOPSIS

#include <openssl/ssl.h>
int SSL_get_read_ahead(
        SSL ∗w );

DESCRIPTION

The SSL_get_read_ahead() function receives an SSL structure as an argument and returns the read-ahead flag  in the SSL structure. 

RETURN VALUES

The SSL_get_read_ahead() function returns a value of the read-ahead flag.  Zero (the default value) indicates that the read-ahead flag is turned off. 

SEE ALSO

Functions: SSL_set_read_ahead(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026