OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectstr
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
901
char *mbuf = NULL, *proxystr = NULL, *
connectstr
= NULL, *bindstr = NULL;
local
1076
freeandcopy(&
connectstr
, opt_arg());
1557
if (
connectstr
!= NULL) {
1564
freeandcopy(&
connectstr
, *opt_rest());
1578
if (
connectstr
== NULL) {
1593
res = BIO_parse_hostserv(
connectstr
, &sname_alloc, NULL, BIO_PARSE_PRIO_HOST);
1604
if (
connectstr
!= NULL)
1605
res = BIO_parse_hostserv(
connectstr
, &host, &port,
2374
BIO_printf(fbio, "CONNECT %s HTTP/1.0\r\n\r\n",
connectstr
);
3163
OPENSSL_free(
connectstr
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
s_client.c
803
char *
connectstr
= NULL, *bindstr = NULL;
local
981
freeandcopy(&
connectstr
, opt_arg());
1471
if (
connectstr
!= NULL) {
1478
freeandcopy(&
connectstr
, *opt_rest());
1511
if (
connectstr
!= NULL) {
1515
res = BIO_parse_hostserv(
connectstr
, &host, &port, BIO_PARSE_PRIO_HOST);
3105
OPENSSL_free(
connectstr
);
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
950
char *
connectstr
= NULL, *bindstr = NULL;
local
1140
freeandcopy(&
connectstr
, opt_arg());
1668
if (
connectstr
!= NULL) {
1675
freeandcopy(&
connectstr
, *opt_rest());
1711
if (
connectstr
!= NULL) {
1715
res = BIO_parse_hostserv(
connectstr
, &host, &port, BIO_PARSE_PRIO_HOST);
3399
OPENSSL_free(
connectstr
);
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026