Lines Matching defs:userindex
81 static void print_user(CA_DB *db, int userindex, int verbose)
84 char **pp = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
87 print_entry(db, userindex, verbose, "User entry");
419 int userindex = -1;
423 if ((userindex = get_index(db, user, 'U')) >= 0)
424 print_user(db, userindex, (verbose > 0) || mode == OPT_LIST);
432 } else if (userindex < 0) {
438 if (userindex >= 0) {
441 sk_OPENSSL_PSTRING_value(db->db->data, userindex);
488 if (userindex < 0) {
496 sk_OPENSSL_PSTRING_value(db->db->data, userindex);
517 userindex);
566 if (userindex < 0) {
572 char **xpp = sk_OPENSSL_PSTRING_value(db->db->data, userindex);