HomeSort by: relevance | last modified time | path
    Searched defs:found_keep_alive (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c 433 static int parse_http_line1(char *line, int *found_keep_alive)
441 *found_keep_alive = *line > '0';
553 int i, found_expected_ct = 0, found_keep_alive = 0; local
754 i = parse_http_line1(buf, &found_keep_alive);
825 found_keep_alive = 1;
827 found_keep_alive = 0;
855 && !found_keep_alive /* otherwise there is no change */) {
  /src/crypto/external/bsd/openssl/dist/crypto/http/
http_client.c 410 static int parse_http_line1(char *line, int *found_keep_alive)
418 *found_keep_alive = line[strlen(HTTP_PREFIX_VERSION)] > '0';
526 int i, found_expected_ct = 0, found_keep_alive = 0; local
675 switch (parse_http_line1(buf, &found_keep_alive)) {
725 found_keep_alive = 1;
727 found_keep_alive = 0;
750 && !found_keep_alive /* otherwise there is no change */) {

Completed in 22 milliseconds