Searched refs:HTTP_FIELD_IF_MODIFIED_SINCE (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 70 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()
|
D | ppd-util.c | 415 httpSetField(http2, HTTP_FIELD_IF_MODIFIED_SINCE, in cupsGetPPD3()
|
D | http.h | 163 HTTP_FIELD_IF_MODIFIED_SINCE, /* If-Modified-Since field */ enumerator
|
D | adminutil.c | 1416 httpSetField(http, HTTP_FIELD_IF_MODIFIED_SINCE, in get_cupsd_conf()
|
/external/libcups/scheduler/ |
D | client.c | 2603 ptr = httpGetField(con->http, HTTP_FIELD_IF_MODIFIED_SINCE); in check_if_modified()
|