deimos.openssl.txt_db

Undocumented in source.

Public Imports

deimos.openssl.opensslconf
public import deimos.openssl.opensslconf;
Undocumented in source.
deimos.openssl.bio
public import deimos.openssl.bio;
Undocumented in source.
deimos.openssl.stack
public import deimos.openssl.stack;
Undocumented in source.
deimos.openssl.lhash
public import deimos.openssl.lhash;
Undocumented in source.

Members

Aliases

OPENSSL_PSTRING
alias OPENSSL_PSTRING = OPENSSL_STRING*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB
alias TXT_DB = txt_db_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

TXT_DB_create_index
int TXT_DB_create_index(TXT_DB* db, int field, ExternC!(int function(OPENSSL_STRING*)) qual, LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_free
void TXT_DB_free(TXT_DB* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_get_by_index
OPENSSL_STRING* TXT_DB_get_by_index(TXT_DB* db, int idx, OPENSSL_STRING* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_insert
int TXT_DB_insert(TXT_DB* db, OPENSSL_STRING* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_read
TXT_DB* TXT_DB_read(char* in_, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_read
TXT_DB* TXT_DB_read(BIO* in_, int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_write
c_long TXT_DB_write(char* out_, TXT_DB* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TXT_DB_write
c_long TXT_DB_write(BIO* out_, TXT_DB* db)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

DB_ERROR_INDEX_CLASH
enum DB_ERROR_INDEX_CLASH;
Undocumented in source.
DB_ERROR_INDEX_OUT_OF_RANGE
enum DB_ERROR_INDEX_OUT_OF_RANGE;
Undocumented in source.
DB_ERROR_INSERT_INDEX_CLASH
enum DB_ERROR_INSERT_INDEX_CLASH;
Undocumented in source.
DB_ERROR_MALLOC
enum DB_ERROR_MALLOC;
Undocumented in source.
DB_ERROR_NO_INDEX
enum DB_ERROR_NO_INDEX;
Undocumented in source.
DB_ERROR_OK
enum DB_ERROR_OK;
Undocumented in source.

Mixins

__anonymous
mixin DECLARE_SPECIAL_STACK_OF!(OPENSSL_PSTRING, OPENSSL_STRING)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta