deimos.openssl.dso

Undocumented in source.

Public Imports

deimos.openssl.crypto
public import deimos.openssl.crypto;
Undocumented in source.

Members

Aliases

DSO
alias DSO = dso_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_FUNC_TYPE
alias DSO_FUNC_TYPE = ExternC!(void function())
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_MERGER_FUNC
alias DSO_MERGER_FUNC = ExternC!(char* function(DSO*, const(char)*, const(char)*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD
alias DSO_METHOD = dso_meth_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_NAME_CONVERTER_FUNC
alias DSO_NAME_CONVERTER_FUNC = ExternC!(char* function(DSO*, const(char)*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

DSO_METHOD_beos
DSO_METHOD* DSO_METHOD_beos()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_dl
DSO_METHOD* DSO_METHOD_dl()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_dlfcn
DSO_METHOD* DSO_METHOD_dlfcn()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_null
DSO_METHOD* DSO_METHOD_null()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_openssl
DSO_METHOD* DSO_METHOD_openssl()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_vms
DSO_METHOD* DSO_METHOD_vms()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_METHOD_win32
DSO_METHOD* DSO_METHOD_win32()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_bind_func
DSO_FUNC_TYPE DSO_bind_func(DSO* dso, const(char)* symname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_bind_var
void* DSO_bind_var(DSO* dso, const(char)* symname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_convert_filename
char* DSO_convert_filename(DSO* dso, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_ctrl
c_long DSO_ctrl(DSO* dso, int cmd, c_long larg, void* parg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_flags
int DSO_flags(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_free
int DSO_free(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_get_default_method
DSO_METHOD* DSO_get_default_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_get_filename
const(char)* DSO_get_filename(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_get_loaded_filename
const(char)* DSO_get_loaded_filename(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_get_method
DSO_METHOD* DSO_get_method(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_global_lookup
void* DSO_global_lookup(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_load
DSO* DSO_load(DSO* dso, const(char)* filename, DSO_METHOD* meth, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_merge
char* DSO_merge(DSO* dso, const(char)* filespec1, const(char)* filespec2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_new
DSO* DSO_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_new_method
DSO* DSO_new_method(DSO_METHOD* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_pathbyaddr
int DSO_pathbyaddr(void* addr, char* path, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_set_default_method
void DSO_set_default_method(DSO_METHOD* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_set_filename
int DSO_set_filename(DSO* dso, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_set_method
DSO_METHOD* DSO_set_method(DSO* dso, DSO_METHOD* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_set_name_converter
int DSO_set_name_converter(DSO* dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC* oldcb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_up_ref
int DSO_up_ref(DSO* dso)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_load_DSO_strings
void ERR_load_DSO_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

DSO_CTRL_GET_FLAGS
enum DSO_CTRL_GET_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_CTRL_OR_FLAGS
enum DSO_CTRL_OR_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_CTRL_SET_FLAGS
enum DSO_CTRL_SET_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_FLAG_GLOBAL_SYMBOLS
enum DSO_FLAG_GLOBAL_SYMBOLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_FLAG_NAME_TRANSLATION_EXT_ONLY
enum DSO_FLAG_NAME_TRANSLATION_EXT_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_FLAG_NO_NAME_TRANSLATION
enum DSO_FLAG_NO_NAME_TRANSLATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_FLAG_UPCASE_SYMBOL
enum DSO_FLAG_UPCASE_SYMBOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_BEOS_BIND_FUNC
enum DSO_F_BEOS_BIND_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_BEOS_BIND_VAR
enum DSO_F_BEOS_BIND_VAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_BEOS_LOAD
enum DSO_F_BEOS_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_BEOS_NAME_CONVERTER
enum DSO_F_BEOS_NAME_CONVERTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_BEOS_UNLOAD
enum DSO_F_BEOS_UNLOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_BIND_FUNC
enum DSO_F_DLFCN_BIND_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_BIND_VAR
enum DSO_F_DLFCN_BIND_VAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_LOAD
enum DSO_F_DLFCN_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_MERGER
enum DSO_F_DLFCN_MERGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_NAME_CONVERTER
enum DSO_F_DLFCN_NAME_CONVERTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DLFCN_UNLOAD
enum DSO_F_DLFCN_UNLOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_BIND_FUNC
enum DSO_F_DL_BIND_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_BIND_VAR
enum DSO_F_DL_BIND_VAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_LOAD
enum DSO_F_DL_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_MERGER
enum DSO_F_DL_MERGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_NAME_CONVERTER
enum DSO_F_DL_NAME_CONVERTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DL_UNLOAD
enum DSO_F_DL_UNLOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_BIND_FUNC
enum DSO_F_DSO_BIND_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_BIND_VAR
enum DSO_F_DSO_BIND_VAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_CONVERT_FILENAME
enum DSO_F_DSO_CONVERT_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_CTRL
enum DSO_F_DSO_CTRL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_FREE
enum DSO_F_DSO_FREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_GET_FILENAME
enum DSO_F_DSO_GET_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_GET_LOADED_FILENAME
enum DSO_F_DSO_GET_LOADED_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_GLOBAL_LOOKUP
enum DSO_F_DSO_GLOBAL_LOOKUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_LOAD
enum DSO_F_DSO_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_MERGE
enum DSO_F_DSO_MERGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_NEW_METHOD
enum DSO_F_DSO_NEW_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_PATHBYADDR
enum DSO_F_DSO_PATHBYADDR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_SET_FILENAME
enum DSO_F_DSO_SET_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_SET_NAME_CONVERTER
enum DSO_F_DSO_SET_NAME_CONVERTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_DSO_UP_REF
enum DSO_F_DSO_UP_REF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_GLOBAL_LOOKUP_FUNC
enum DSO_F_GLOBAL_LOOKUP_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_PATHBYADDR
enum DSO_F_PATHBYADDR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_VMS_BIND_SYM
enum DSO_F_VMS_BIND_SYM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_VMS_LOAD
enum DSO_F_VMS_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_VMS_MERGER
enum DSO_F_VMS_MERGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_VMS_UNLOAD
enum DSO_F_VMS_UNLOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_BIND_FUNC
enum DSO_F_WIN32_BIND_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_BIND_VAR
enum DSO_F_WIN32_BIND_VAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_GLOBALLOOKUP
enum DSO_F_WIN32_GLOBALLOOKUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_GLOBALLOOKUP_FUNC
enum DSO_F_WIN32_GLOBALLOOKUP_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_JOINER
enum DSO_F_WIN32_JOINER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_LOAD
enum DSO_F_WIN32_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_MERGER
enum DSO_F_WIN32_MERGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_NAME_CONVERTER
enum DSO_F_WIN32_NAME_CONVERTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_PATHBYADDR
enum DSO_F_WIN32_PATHBYADDR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_SPLITTER
enum DSO_F_WIN32_SPLITTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_F_WIN32_UNLOAD
enum DSO_F_WIN32_UNLOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_CTRL_FAILED
enum DSO_R_CTRL_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_DSO_ALREADY_LOADED
enum DSO_R_DSO_ALREADY_LOADED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_EMPTY_FILE_STRUCTURE
enum DSO_R_EMPTY_FILE_STRUCTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_FAILURE
enum DSO_R_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_FILENAME_TOO_BIG
enum DSO_R_FILENAME_TOO_BIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_FINISH_FAILED
enum DSO_R_FINISH_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_INCORRECT_FILE_SYNTAX
enum DSO_R_INCORRECT_FILE_SYNTAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_LOAD_FAILED
enum DSO_R_LOAD_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_NAME_TRANSLATION_FAILED
enum DSO_R_NAME_TRANSLATION_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_NO_FILENAME
enum DSO_R_NO_FILENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_NO_FILE_SPECIFICATION
enum DSO_R_NO_FILE_SPECIFICATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_NULL_HANDLE
enum DSO_R_NULL_HANDLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_SET_FILENAME_FAILED
enum DSO_R_SET_FILENAME_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_STACK_ERROR
enum DSO_R_STACK_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_SYM_FAILURE
enum DSO_R_SYM_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_UNLOAD_FAILED
enum DSO_R_UNLOAD_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DSO_R_UNSUPPORTED
enum DSO_R_UNSUPPORTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

dso_meth_st
struct dso_meth_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dso_st
struct dso_st

Meta