Home | History | Annotate | Download | only in apps

Lines Matching refs:unique_subject

1851 		retdb->attributes.unique_subject = 1;
1856 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
1860 BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1862 retdb->attributes.unique_subject = parse_yesno(p,1);
1885 if (db->attributes.unique_subject
1955 BIO_printf(out,"unique_subject = %s\n",
1956 db->attributes.unique_subject ? "yes" : "no");