Lines Matching defs:value
219 * Strip off leading and trailing whitespace from the value in the
221 * case of allocation failure. Returns an empty string if the header value
953 * ->picked is first set to the 'want' value (one or more bits) before the
1377 /* 'amount' can never be a very large value here so typecasting it so a
1378 signed 31 bit value should not cause problems even if ssize_t is
1458 * by a colon (":") and the field value. Field names are case-insensitive.
1459 * The field value MAY be preceded by any amount of LWS, though a single SP
1748 const char *name, *value;
1763 value = ptr;
1764 valuelen = strlen(value);
1775 /* neither : nor ; in provided header value. We seem
1787 value = "";
1797 DEBUGASSERT(name && value);
1834 result = Curl_dynhds_add(hds, name, namelen, value, valuelen);
2446 sure that the expect100header is always set to the preferred value
2799 if(co->value) {
2806 add = strlen(co->name) + strlen(co->value) + 1;
2814 co->name, co->value);
2906 * got a resume_from value set. The resume value has already created
3462 infof(data, "Overflow Content-Length: value");
3466 failf(data, "Invalid Content-Length: value");
4871 authority = e->value;
4894 e->value, e->valuelen);