OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTTP_1_0
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/lib/
http_server.c
34
#define
HTTP_1_0
HTTP_PREFIX_VERSION "0" /* "HTTP/1.0" */
508
int ret = BIO_snprintf(buf, sizeof(buf),
HTTP_1_0
" 200 OK\r\n%s"
534
int ret = BIO_snprintf(buf, sizeof(buf),
HTTP_1_0
" %d %s\r\n\r\n",
/src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c
39
#define
HTTP_1_0
HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */
515
int ret = BIO_printf(cbio,
HTTP_1_0
" 200 OK\r\n%s"
529
int ret = BIO_printf(cbio,
HTTP_1_0
" %d %s\r\n\r\n",
/src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c
31
#define
HTTP_1_0
HTTP_PREFIX_VERSION "0" /* "HTTP/1.0" */
221
if (BIO_printf(rctx->mem, "%s "
HTTP_1_0
"\r\n", path) <= 0)
1455
BIO_printf(fbio, "CONNECT %s:%s "
HTTP_1_0
"\r\n", server, port);
/src/crypto/external/bsd/openssl/dist/crypto/http/
http_client.c
31
#define
HTTP_1_0
HTTP_PREFIX_VERSION"0" /* "HTTP/1.0" */
212
if (BIO_printf(rctx->mem, "%s "
HTTP_1_0
"\r\n", path) <= 0)
1335
BIO_printf(fbio, "CONNECT %s:%s "
HTTP_1_0
"\r\n", server, port);
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026