- 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.