Home | History | Annotate | Download | only in apps

Lines Matching full:userindex

162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
166 char **pp = sk_OPENSSL_PSTRING_value(db->db->data,userindex);
170 print_entry(db, bio, userindex, verbose, "User entry");
558 int userindex = -1;
561 if ((userindex = get_index(db, user, 'U')) >= 0)
563 print_user(db, bio_err, userindex, (verbose > 0) || list_user);
578 else if (userindex < 0)
587 if (userindex >= 0)
590 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
629 if (userindex < 0)
637 char **row = sk_OPENSSL_PSTRING_value(db->db->data, userindex);
654 irow = (char **)sk_OPENSSL_PSTRING_value(db->db->data, userindex);
685 if (userindex < 0)
692 char **xpp = sk_OPENSSL_PSTRING_value(db->db->data,userindex);