OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:certname
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/unit/
unit1394.c
77
char *
certname
, *passphrase;
variable
79
parse_cert_parameter(p[0], &
certname
, &passphrase);
81
if(
certname
) {
82
if(strcmp(p[1],
certname
)) {
83
printf("expected
certname
'%s' but got '%s' "
84
"for -E param '%s'\n", p[1],
certname
, p[0]);
88
printf("expected
certname
'%s' but got NULL "
93
if(
certname
) {
94
printf("expected
certname
NULL but got '%s' "
95
"for -E param '%s'\n",
certname
, p[0])
118
if(
certname
) free(
certname
);
variable
[
all
...]
/external/curl/src/
tool_getparam.c
283
/* Split the argument of -E to '
certname
' and 'passphrase' separated by colon.
291
char **
certname
,
298
*
certname
= NULL;
308
*
certname
= strdup(cert_parameter);
316
*
certname
= certname_place;
1391
char *
certname
, *passphrase;
local
[
all
...]
Completed in 431 milliseconds