Lines Matching +refs:val +refs:value
376 * If value is specified look for it terminated with a character in eov.
379 have_header(isc_httpd_t *httpd, const char *header, const char *value,
387 if (value != NULL) {
389 vlen = strlen(value);
412 if (value == NULL)
425 if (strncasecmp(h, value, vlen) == 0)
1060 const char *val)
1066 if (val != NULL)
1067 needlen += 2 + strlen(val); /* :<space> and val */
1076 if (val != NULL)
1079 "%s: %s\r\n", name, val);
1108 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val) {
1113 snprintf(buf, sizeof(buf), "%d", val);
1116 needlen += 2 + strlen(buf); /* :<space> and val */