OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
srp.c
80
static void print_user(CA_DB *db, int
userindex
, int verbose)
83
char **pp = sk_OPENSSL_PSTRING_value(db->db->data,
userindex
);
86
print_entry(db,
userindex
, verbose, "User entry");
430
int
userindex
= -1;
local
434
if ((
userindex
= get_index(db, user, 'U')) >= 0)
435
print_user(db,
userindex
, (verbose > 0) || mode == OPT_LIST);
443
} else if (
userindex
< 0) {
449
if (
userindex
>= 0) {
451
char **row = sk_OPENSSL_PSTRING_value(db->db->data,
userindex
);
496
if (
userindex
< 0)
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
srp.c
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;
local
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)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
srp.c
77
static void print_user(CA_DB *db, int
userindex
, int verbose)
80
char **pp = sk_OPENSSL_PSTRING_value(db->db->data,
userindex
);
83
print_entry(db,
userindex
, verbose, "User entry");
396
int
userindex
= -1;
local
400
if ((
userindex
= get_index(db, user, 'U')) >= 0)
401
print_user(db,
userindex
, (verbose > 0) || mode == OPT_LIST);
409
} else if (
userindex
< 0) {
415
if (
userindex
>= 0) {
418
sk_OPENSSL_PSTRING_value(db->db->data,
userindex
);
465
if (
userindex
< 0)
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026