MAX_DAYINMONTH   3821 third_party/libxml/src/xmlschemastypes.c                   (d->day > MAX_DAYINMONTH(r->year, r->mon)))
MAX_DAYINMONTH   3822 third_party/libxml/src/xmlschemastypes.c         tempdays = MAX_DAYINMONTH(r->year, r->mon);
MAX_DAYINMONTH   3844 third_party/libxml/src/xmlschemastypes.c             tempdays += MAX_DAYINMONTH(tyr, tmon);
MAX_DAYINMONTH   3846 third_party/libxml/src/xmlschemastypes.c         } else if (tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
MAX_DAYINMONTH   3847 third_party/libxml/src/xmlschemastypes.c             tempdays = tempdays - MAX_DAYINMONTH(r->year, r->mon);
MAX_DAYINMONTH   1529 third_party/libxslt/libexslt/date.c                   (d->day > MAX_DAYINMONTH(r->year, r->mon)))
MAX_DAYINMONTH   1530 third_party/libxslt/libexslt/date.c         tempdays = MAX_DAYINMONTH(r->year, r->mon);
MAX_DAYINMONTH   1552 third_party/libxslt/libexslt/date.c             tempdays += MAX_DAYINMONTH(tyr, tmon);
MAX_DAYINMONTH   1554 third_party/libxslt/libexslt/date.c         } else if (tempdays > (long)MAX_DAYINMONTH(r->year, r->mon)) {
MAX_DAYINMONTH   1555 third_party/libxslt/libexslt/date.c             tempdays = tempdays - MAX_DAYINMONTH(r->year, r->mon);