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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
httpd.c 472 have_header(isc_httpd_t *httpd, const char *header, const char *value, function
687 if (have_header(httpd, "Connection:", "close", ", \t\r\n")) {
691 if (have_header(httpd, "Host:", NULL, NULL)) {
696 if (have_header(httpd, "Connection:", "Keep-Alive", ", \t\r\n"))
708 if (have_header(httpd, "Accept-Encoding:", "deflate", ";, \t\r\n")) {

Completed in 117 milliseconds