HomeSort by relevance Sort by last modified time
    Searched refs:httpGetField (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
getputfile.c 72 strlcpy(if_modified_since, httpGetField(http, HTTP_FIELD_IF_MODIFIED_SINCE),
77 if (!_cups_strcasecmp(httpGetField(http, HTTP_FIELD_CONNECTION), "close"))
298 if (!_cups_strcasecmp(httpGetField(http, HTTP_FIELD_CONNECTION), "close"))
testhttp.c 678 if (!_cups_strcasecmp(httpGetField(http, HTTP_FIELD_CONNECTION), "close"))
769 if (!_cups_strcasecmp(httpGetField(http, HTTP_FIELD_CONNECTION), "close"))
ppd-util.c 390 *modtime = httpGetDateTime(httpGetField(http2, HTTP_FIELD_DATE));
http.c 951 * 'httpGetField()' - Get a field value from a request/response.
955 httpGetField(http_t *http, /* I - HTTP connection */
    [all...]
auth.c 134 httpGetField(http, HTTP_FIELD_WWW_AUTHENTICATE)));
http.h 471 extern const char *httpGetField(http_t *http, http_field_t field);

Completed in 182 milliseconds