libressl_d.openssl.txt_db

Undocumented in source.

Public Imports

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

Members

Aliases

OPENSSL_PSTRING
alias OPENSSL_PSTRING = libressl_d.openssl.safestack.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, int function(libressl_d.openssl.safestack.OPENSSL_STRING*) qual, libressl_d.openssl.lhash.LHASH_HASH_FN_TYPE hash, libressl_d.openssl.lhash.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
libressl_d.openssl.safestack.OPENSSL_STRING* TXT_DB_get_by_index(.TXT_DB* db, int idx, libressl_d.openssl.safestack.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, libressl_d.openssl.safestack.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(libressl_d.openssl.bio.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
core.stdc.config.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
core.stdc.config.c_long TXT_DB_write(libressl_d.openssl.bio.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.

Structs

stack_st_OPENSSL_PSTRING
struct stack_st_OPENSSL_PSTRING
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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