Lines Matching refs:TXT_DB
1 /* crypto/txt_db/txt_db.c */
64 #include <openssl/txt_db.h>
69 const char TXT_DB_version[]="TXT_DB" OPENSSL_VERSION_PTEXT;
71 TXT_DB *TXT_DB_read(BIO *in, int num)
73 TXT_DB *ret=NULL;
87 if ((ret=OPENSSL_malloc(sizeof(TXT_DB))) == NULL)
196 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, OPENSSL_STRING *value)
217 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual)(OPENSSL_STRING *),
255 long TXT_DB_write(BIO *out, TXT_DB *db)
303 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row)
345 void TXT_DB_free(TXT_DB *db)