Home
last modified time | relevance | path

Searched refs:HTTP_FIELD_LOCATION (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dhttp.h168 HTTP_FIELD_LOCATION, /* Location field */ enumerator
/external/libcups/scheduler/
Dclient.c1950 strlcpy(location, httpGetField(con->http, HTTP_FIELD_LOCATION), sizeof(location)); in cupsdSendError()
1955 httpSetField(con->http, HTTP_FIELD_LOCATION, location); in cupsdSendError()
2408 if (field == HTTP_FIELD_LOCATION) in cupsdWriteClient()