HomeSort by relevance Sort by last modified time
    Searched defs:certname (Results 1 - 4 of 4) 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]);
89 printf("expected certname '%s' but got NULL "
95 if(certname) {
96 printf("expected certname NULL but got '%s' "
97 "for -E param '%s'\n", certname, p[0])
122 if(certname) free(certname); variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 33 certname = None variable
    [all...]
  /external/python/cpython2/Tools/msi/
msi.py 33 certname = os.environ.get("CERTNAME", None) variable
    [all...]
  /external/curl/src/
tool_getparam.c 311 /* Split the argument of -E to 'certname' and 'passphrase' separated by colon.
319 char **certname,
326 *certname = NULL;
339 *certname = strdup(cert_parameter);
347 *certname = certname_place;
416 char *certname, *passphrase; local
417 parse_cert_parameter(nextarg, &certname, &passphrase);
419 *file = certname;
    [all...]

Completed in 264 milliseconds