BIO_int_ctrl

Invoke a BIO ctrl that takes an integer argument in the low word.

Synopsis

Declared in <openssl/bio.h>

long
BIO_int_ctrl(
    BIO* bp,
    int cmd,
    long larg,
    int iarg);

Return Value

Command-specific long result, or <=0 on error depending on cmd.

Parameters

NameDescription
bpBIO to control.
cmdControl command.
largLong argument for the control operation.
iargInteger argument packed into the ctrl call.