Home
last modified time | relevance | path

Searched refs:found_keep_alive (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/lib/
H A Dhttp_server.c295 int *found_keep_alive, in http_server_get_asn1_req() argument
387 if (found_keep_alive != NULL) in http_server_get_asn1_req()
388 *found_keep_alive = end[sizeof(HTTP_VERSION_STR) - 1] > '0'; in http_server_get_asn1_req()
471 if (found_keep_alive != NULL in http_server_get_asn1_req()
474 *found_keep_alive = 1; in http_server_get_asn1_req()
476 *found_keep_alive = 0; in http_server_get_asn1_req()
/openssl/apps/include/
H A Dhttp_server.h90 int *found_keep_alive,
/openssl/crypto/http/
H A Dhttp_client.c403 static int parse_http_line1(char *line, int *found_keep_alive) in parse_http_line1() argument
411 *found_keep_alive = *line > '0'; in parse_http_line1()
515 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local
678 switch (parse_http_line1(buf, &found_keep_alive)) { in OSSL_HTTP_REQ_CTX_nbio()
741 found_keep_alive = 1; in OSSL_HTTP_REQ_CTX_nbio()
743 found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio()
766 && !found_keep_alive /* otherwise there is no change */) { in OSSL_HTTP_REQ_CTX_nbio()

Completed in 20 milliseconds