Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Cache/
H A DHttpRequestCacheValidator.cs875 const long _s_ma = 's'|('-'<<16)|((long)'m'<<32)|((long)'a'<<48); field in System.Net.Cache.HttpRequestCacheValidator
1016 case _s_ma: if (i+8 > len) return; in FetchCacheControl()