Searched refs:found_keep_alive (Results 1 – 3 of 3) sorted by relevance
288 int *found_keep_alive, in http_server_get_asn1_req() argument375 if (found_keep_alive != NULL) in http_server_get_asn1_req()376 *found_keep_alive = end[http_version_str_len] > '0'; in http_server_get_asn1_req()459 if (found_keep_alive != NULL in http_server_get_asn1_req()462 *found_keep_alive = 1; in http_server_get_asn1_req()464 *found_keep_alive = 0; in http_server_get_asn1_req()
410 static int parse_http_line1(char *line, int *found_keep_alive) in parse_http_line1() argument418 *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() local675 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()
88 int *found_keep_alive,