Searched refs:found_keep_alive (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 282 /* if found_keep_alive != NULL, return this way connection persistence state */ 285 int *found_keep_alive, in http_server_get_asn1_req() 372 if (found_keep_alive != NULL) in http_server_get_asn1_req() 373 *found_keep_alive = end[http_version_str_len] > '0'; in http_server_get_asn1_req() 456 if (found_keep_alive != NULL in http_server_get_asn1_req() 459 *found_keep_alive = 1; in http_server_get_asn1_req() 461 *found_keep_alive = 0; in http_server_get_asn1_req() 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
|
/third_party/openssl/apps/lib/ |
H A D | http_server.c | 282 /* if found_keep_alive != NULL, return this way connection persistence state */ 285 int *found_keep_alive, in http_server_get_asn1_req() 372 if (found_keep_alive != NULL) in http_server_get_asn1_req() 373 *found_keep_alive = end[http_version_str_len] > '0'; in http_server_get_asn1_req() 456 if (found_keep_alive != NULL in http_server_get_asn1_req() 459 *found_keep_alive = 1; in http_server_get_asn1_req() 461 *found_keep_alive = 0; in http_server_get_asn1_req() 283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | http_server.h | 73 * found_keep_alive: for returning flag if client requests persistent connection 88 int *found_keep_alive,
|
/third_party/openssl/apps/include/ |
H A D | http_server.h | 73 * found_keep_alive: for returning flag if client requests persistent connection 88 int *found_keep_alive,
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 410 static int parse_http_line1(char *line, int *found_keep_alive) in parse_http_line1() argument 418 *found_keep_alive = line[strlen(HTTP_PREFIX_VERSION)] > '0'; in parse_http_line1() 526 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local 675 switch (parse_http_line1(buf, &found_keep_alive)) { in OSSL_HTTP_REQ_CTX_nbio() 725 found_keep_alive = 1; in OSSL_HTTP_REQ_CTX_nbio() 727 found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() 750 && !found_keep_alive /* otherwise there is no change */) { in OSSL_HTTP_REQ_CTX_nbio()
|
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 403 static int parse_http_line1(char *line, int *found_keep_alive) in parse_http_line1() argument 411 *found_keep_alive = line[strlen(HTTP_PREFIX_VERSION)] > '0'; in parse_http_line1() 515 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local 664 switch (parse_http_line1(buf, &found_keep_alive)) { in OSSL_HTTP_REQ_CTX_nbio() 714 found_keep_alive = 1; in OSSL_HTTP_REQ_CTX_nbio() 716 found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() 739 && !found_keep_alive /* otherwise there is no change */) { in OSSL_HTTP_REQ_CTX_nbio()
|
Completed in 7 milliseconds