Searched refs:month_num (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.cpp124 unsigned int month_num = 0; local
561 month_num = 0;
568 month_num++;
570 if (month_num >= 12)
571 month_num = 0;
572 result.modifiedTime.tm_mon = month_num;
1137 month_num = 0;
1145 month_num++;
1147 if (month_num >= 12)
1174 result.modifiedTime.tm_mon = month_num;
[all...]

Completed in 66 milliseconds