Searched refs:httpFieldValue (Results 1 – 3 of 3) sorted by relevance
326 httpFieldValue
633 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
609 httpFieldValue(const char *name) /* I - String name */ in httpFieldValue() function2953 else if ((field = httpFieldValue(line)) != HTTP_FIELD_UNKNOWN) in _httpUpdate()