Searched refs:HTTP_FIELD_LOCATION (Results 1 – 2 of 2) sorted by relevance
168 HTTP_FIELD_LOCATION, /* Location field */ enumerator
1950 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()