dca_interface
6.3.4
home
build
tmp
dcatmp18664
pkgdevel
dca
include
dca
dca_callbacks.h
Go to the documentation of this file.
1
/* IBM Source Code */
2
/* (C) Copyright IBM Corp. 2009, 2012 */
3
/* Licensed Materials - Property of IBM */
4
/* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5
6
#ifndef DCA_CALLBACKS_H
7
#define DCA_CALLBACKS_H
8
22
namespace
dca {
44
void
InitCUrl
();
53
void
DeinitCUrl
();
54
68
void
SetOpenSslCallbacks
();
78
void
UnsetOpenSslCallbacks
();
79
80
}
81
82
#endif
dca::InitCUrl
void InitCUrl()
Initializes libcurl. Do not use any DCA function before initializing libcurl.
dca::SetOpenSslCallbacks
void SetOpenSslCallbacks()
Initializes the required callbacks for OpenSSL when using HTTPS or SSL connections in a multi-threade...
dca::UnsetOpenSslCallbacks
void UnsetOpenSslCallbacks()
Unsets the openssl callbacks. Do not call any DCA function after you have called this function.
dca::DeinitCUrl
void DeinitCUrl()
Deinitializes libcurl. Do not call any DCA function after you have called this function.
Generated by
1.8.18