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

/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dhttp_server.h73 * found_keep_alive: for returning flag if client requests persistent connection
88 int *found_keep_alive,
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dhttp_server.c282 /* if found_keep_alive != NULL, return this way connection persistence state */
285 int *found_keep_alive,
372 if (found_keep_alive != NULL)
373 *found_keep_alive = end[http_version_str_len] > '0';
456 if (found_keep_alive != NULL
459 *found_keep_alive = 1;
461 *found_keep_alive = 0;
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) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c410 static int parse_http_line1(char *line, int *found_keep_alive) argument
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 190 milliseconds