Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c70 strlcpy(if_modified_since, httpGetField(http, HTTP_FIELD_IF_MODIFIED_SINCE), in cupsGetFd()
86 httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, if_modified_since); in cupsGetFd()
Dppd-util.c415 httpSetField(http2, HTTP_FIELD_IF_MODIFIED_SINCE, in cupsGetPPD3()
Dhttp.h163 HTTP_FIELD_IF_MODIFIED_SINCE, /* If-Modified-Since field */ enumerator
Dadminutil.c1416 httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, in get_cupsd_conf()
/external/libcups/scheduler/
Dclient.c2603 ptr = httpGetField(con->http, HTTP_FIELD_IF_MODIFIED_SINCE); in check_if_modified()