Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c46 char if_modified_since[HTTP_MAX_VALUE]; in cupsGetFd() local
74 strlcpy(if_modified_since, httpGetField(http, HTTP_FIELD_IF_MODIFIED_SINCE), in cupsGetFd()
75 sizeof(if_modified_since)); in cupsGetFd()
90 httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, if_modified_since); in cupsGetFd()