Home
last modified time | relevance | path

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

/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_curl.c974 size_t nof_headers = 255; in redir() local
984 headers, &nof_headers, 0); in redir()
986 location = get_header_value (headers, nof_headers, "location"); in redir()
2090 for( i = 0; i < nof_headers; i++ ) { in get_header_value()
2106 size_t nof_headers = 255; in check_document_dates() local
2111 headers, &nof_headers, 0); in check_document_dates()
2113 server_date = get_header_value (headers, nof_headers, "date"); in check_document_dates()
2114 document_date = get_header_value (headers, nof_headers, "last-modified"); in check_document_dates()
2162 size_t nof_headers = 255; in get_content_length() local
2169 headers, &nof_headers, 0); in get_content_length()
[all …]