HomeSort by: relevance | last modified time | path
    Searched defs:used_path (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; local
1892 used_path = path;
1902 *used_path == '/' ? used_path + 1 : used_path);
1911 if (!OSSL_CMP_CTX_set1_serverPath(ctx, used_path))
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 2211 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; local
2256 used_path = path;
2266 *used_path == '/' ? used_path + 1 : used_path);
2275 if (!OSSL_CMP_CTX_set1_serverPath(ctx, used_path))

Completed in 35 milliseconds