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