Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DHttpDateParse.cs34 private const int MAX_FIELD_DATE_ENTRIES = (DATE_INDEX_LAST+1); field in System.Net.HttpDateParse
194 int[] dateParseResults = new int[MAX_FIELD_DATE_ENTRIES]; in ParseHttpDate()
212 while (index < dateString.Length && i < MAX_FIELD_DATE_ENTRIES) in ParseHttpDate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Web/
H A DHttpDateParse.cs43 private const int MAX_FIELD_DATE_ENTRIES = (DATE_INDEX_LAST + 1); field in System.ServiceModel.Web.HttpDateParse
252 int[] rgdwDateParseResults = new int[MAX_FIELD_DATE_ENTRIES]; in ParseHttpDate()
274 while (index < DateString.Length && i < MAX_FIELD_DATE_ENTRIES) in ParseHttpDate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_HTTPDateParse.cs37 private const int MAX_FIELD_DATE_ENTRIES = (DATE_INDEX_LAST+1); field in System.Net.HttpDateParse
260 int [] rgdwDateParseResults = new int[MAX_FIELD_DATE_ENTRIES]; in ParseHttpDate()
282 while (index < DateString.Length && i < MAX_FIELD_DATE_ENTRIES) { in ParseHttpDate()