Reuters-SSL
view release on metacpan or search on metacpan
RETVAL
int
sslGetProperty(Channel, OptionCode)
int Channel;
int OptionCode;
PREINIT:
int optionValue;
int* optionPointer;
int retval;
PPCODE:
optionPointer = &optionValue;
retval = sslGetProperty(Channel, (SSL_OPTION_CODE)OptionCode, optionPointer);
EXTEND(SP, 2);
PUSHs(sv_2mortal(newSViv(retval)));
PUSHs(sv_2mortal(newSViv(optionValue)));
char *
sslGetErrorText(Channel)
int Channel;
CODE:
( run in 0.764 second using v1.01-cache-2.11-cpan-5511b514fd6 )