Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dhttp_server.c285 int *found_keep_alive, in http_server_get_asn1_req() argument
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 && strcasecmp(key, "Connection") == 0) { in http_server_get_asn1_req()
458 *found_keep_alive = 1; in http_server_get_asn1_req()
460 *found_keep_alive = 0; in http_server_get_asn1_req()
/openssl-master/apps/include/
A Dhttp_server.h88 int *found_keep_alive,
/openssl-master/crypto/http/
A Dhttp_client.c375 static int parse_http_line1(char *line, int *found_keep_alive) in parse_http_line1() argument
383 *found_keep_alive = line[strlen(HTTP_PREFIX_VERSION)] > '0'; in parse_http_line1()
473 int i, found_expected_ct = 0, found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio() local
613 switch (parse_http_line1((char *)rctx->buf, &found_keep_alive)) { in OSSL_HTTP_REQ_CTX_nbio()
663 found_keep_alive = 1; in OSSL_HTTP_REQ_CTX_nbio()
665 found_keep_alive = 0; in OSSL_HTTP_REQ_CTX_nbio()
693 && !found_keep_alive /* otherwise there is no change */) { in OSSL_HTTP_REQ_CTX_nbio()

Completed in 10 milliseconds