Lines Matching defs:value
15 * value 2 is to make sure no function defined in POSIX-2 is left undefined.
421 char *key, *value, *line_end = NULL;
434 value = strchr(key, ':');
435 if (value == NULL) {
441 *(value++) = '\0';
442 while (*value == ' ')
443 value++;
444 line_end = strchr(value, '\r');
446 line_end = strchr(value, '\n');
458 if (OPENSSL_strcasecmp(value, "keep-alive") == 0)
460 else if (OPENSSL_strcasecmp(value, "close") == 0)