23 references to Entry_FC
System (23)
net\System\Net\Cache\IERequestCache.cs (9)
522
_WinInetCache.
Entry_FC
attributes = _WinInetCache.
Entry_FC
.None;
525
attributes |= _WinInetCache.
Entry_FC
.Exptime;
531
attributes |= _WinInetCache.
Entry_FC
.Modtime;
537
attributes |= _WinInetCache.
Entry_FC
.Synctime;
543
attributes |= _WinInetCache.
Entry_FC
.ExemptDelta|_WinInetCache.
Entry_FC
.Attribute;
561
attributes |= _WinInetCache.
Entry_FC
.Headerinfo;
1089
if (_WinInetCache.Update(m_Entry, _WinInetCache.
Entry_FC
.ExemptDelta) != _WinInetCache.Status.Success)
net\System\Net\Cache\WinInetCache.cs (13)
391
internal static Status Update(Entry newEntry,
Entry_FC
attributes) {
405
if ((attributes &
Entry_FC
.Headerinfo) == 0) {
431
attributes &= ~
Entry_FC
.Headerinfo;
434
if ((attributes &
Entry_FC
.Exptime) == 0) {
438
if ((attributes &
Entry_FC
.Modtime) == 0) {
442
if ((attributes &
Entry_FC
.Attribute) == 0) {
446
attributes |= (
Entry_FC
.Attribute |
Entry_FC
.ExemptDelta);
451
attributes &= ~(
Entry_FC
.Exptime|
Entry_FC
.Modtime);
459
if (Update(oldEntry,
Entry_FC
.Attribute) != Status.Success) {
479
Update(oldEntry,
Entry_FC
.Attribute);
486
if (attributes !=
Entry_FC
.None) {
net\System\Net\UnsafeNativeMethods.cs (1)
1977
[In] _WinInetCache.
Entry_FC
fieldControl