boringssl ~master (2018-08-30T01:56:08Z)
Dub
Repo
TXT_DB_create_index
deimos
openssl
txt_db
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
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
)
Meta
Source
See Implementation
deimos
openssl
txt_db
aliases
OPENSSL_PSTRING
TXT_DB
functions
TXT_DB_create_index
TXT_DB_free
TXT_DB_get_by_index
TXT_DB_insert
TXT_DB_read
TXT_DB_write
manifest constants
DB_ERROR_INDEX_CLASH
DB_ERROR_INDEX_OUT_OF_RANGE
DB_ERROR_INSERT_INDEX_CLASH
DB_ERROR_MALLOC
DB_ERROR_NO_INDEX
DB_ERROR_OK
mixins
__anonymous
structs
txt_db_st