UINT_MAX 201 ext/pcre/pcrelib/pcre_internal.h #elif UINT_MAX == 65535 UINT_MAX 204 ext/pcre/pcrelib/pcre_internal.h #define PCRE_UINT16_MAX UINT_MAX UINT_MAX 210 ext/pcre/pcrelib/pcre_internal.h #if UINT_MAX == 4294967295U UINT_MAX 213 ext/pcre/pcrelib/pcre_internal.h #define PCRE_UINT32_MAX UINT_MAX UINT_MAX 69 ext/pgsql/pgsql.c #if LONG_MAX < UINT_MAX UINT_MAX 2431 ext/pgsql/pgsql.c #if UINT_MAX > LONG_MAX /* Oid is unsigned int, we don't need this code, where LONG is wider */ UINT_MAX 2536 ext/pgsql/pgsql.c #if UINT_MAX > LONG_MAX UINT_MAX 359 ext/phar/tar.c if (entry.filename_len == UINT_MAX || entry.filename_len == 0) { UINT_MAX 1215 ext/sockets/conversions.c if (iovlen > UINT_MAX) { UINT_MAX 1264 ext/sockets/conversions.c if (Z_LVAL_P(zv) < 0 || Z_LVAL_P(zv) > UINT_MAX) { /* allow 0 (unspecified interface) */ UINT_MAX 1266 ext/sockets/conversions.c "larger than %u; given %ld", UINT_MAX, Z_LVAL_P(zv)); UINT_MAX 93 ext/sockets/multicast.c if (Z_LVAL_P(val) < 0 || Z_LVAL_P(val) > UINT_MAX) { UINT_MAX 96 ext/sockets/multicast.c " given %ld", UINT_MAX, Z_LVAL_P(val)); UINT_MAX 69 ext/sockets/sockaddr_conv.c if (lval > 0 && lval <= UINT_MAX) { UINT_MAX 932 ext/standard/url_scanner_ex.c if (len > UINT_MAX) UINT_MAX 933 ext/standard/url_scanner_ex.c len = UINT_MAX; UINT_MAX 387 ext/zip/lib/zip_open.c if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) UINT_MAX 239 main/output.c if (len > UINT_MAX) { UINT_MAX 242 main/output.c (unsigned long) len, (unsigned long) (len % UINT_MAX)); UINT_MAX 260 main/output.c if (len > UINT_MAX) { UINT_MAX 263 main/output.c (unsigned long) len, (unsigned long) (len % UINT_MAX));