Lines Matching defs:path
452 char *host, *path, *port;
472 char *host = NULL, *port = NULL, *path = NULL;
490 NULL, &host, &port, NULL, &path, NULL, NULL)) {
504 path = srctx->path;
541 *resp = process_responder(req, host, port, path, proxy, no_proxy,
560 OPENSSL_free(path);
807 {"WWW", OPT_UPPER_WWW, '-', "Respond to a 'GET with the file ./path"},
812 {"HTTP", OPT_HTTP, '-', "Like -WWW but ./path includes HTTP headers"},
826 "use dir as certificate store path to build CA certificate chain"},
832 "use dir as certificate store path to verify CA certificate"},
854 "[http[s]://]host[:port][/path] of HTTP(S) proxy to use; path is ignored"},
1379 &tlscstatp.path, NULL, NULL)) {
2252 OPENSSL_free(tlscstatp.path);
3350 BIO_printf(io, "'%s' is an invalid path\r\n", p);