Searched defs:eov (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c376 * If value is specified look for it terminated with a character in eov.
380 const char *eov)
388 INSIST(eov != NULL);
426 if (strchr(eov, h[vlen]) != NULL)
431 h += strcspn(h, eov);
379 have_header(isc_httpd_t *httpd, const char *header, const char *value, const char *eov) argument

Completed in 13 milliseconds