LONG_MAX 85 bcmath/libbcmath/src/bcmath.h #ifndef LONG_MAX LONG_MAX 57 bcmath/libbcmath/src/num2long.c for (index=num->n_len; (index>0) && (val<=(LONG_MAX/BASE)); index--) LONG_MAX 151 calendar/gregor.c sdn > (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) { LONG_MAX 171 calendar/julian.c if (sdn > (LONG_MAX - JULIAN_SDN_OFFSET * 4 + 1) / 4 || sdn < LONG_MIN / 4) { LONG_MAX 183 date/lib/timelib.c if (ts < LONG_MIN || ts > LONG_MAX) { LONG_MAX 41 date/lib/timelib.h #ifndef LONG_MAX LONG_MAX 46 date/lib/timelib.h #define LONG_MIN (- LONG_MAX - 1) LONG_MAX 3311 date/php_date.c long timestamp_begin = LONG_MIN, timestamp_end = LONG_MAX; LONG_MAX 104 filter/logical_filters.c if ( (!sign) && ctx_value <= (LONG_MAX-digit)/10 ) { LONG_MAX 1460 interbase/interbase.c if (result < LONG_MIN || result > LONG_MAX) { LONG_MAX 256 interbase/php_ibase_udf.c if (argv[i]->dsc_scale == 0 && l <= LONG_MAX && l >= LONG_MIN) { LONG_MAX 187 intl/collator/collator_is_numeric.c cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; LONG_MAX 211 intl/collator/collator_is_numeric.c acc = neg ? LONG_MIN : LONG_MAX; LONG_MAX 57 intl/dateformat/dateformat_parse.c if(result > LONG_MAX || result < -LONG_MAX) { LONG_MAX 86 intl/formatter/formatter_parse.c if(val64 > LONG_MAX || val64 < LONG_MIN) { LONG_MAX 161 intl/msgformat/msgformat_helpers.cpp if(aDate > LONG_MAX || aDate < -LONG_MAX) { LONG_MAX 178 intl/msgformat/msgformat_helpers.cpp if(aInt64 > LONG_MAX || aInt64 < -LONG_MAX) { LONG_MAX 104 mysqli/mysqli_priv.h if ((__val) < LONG_MAX) { \ LONG_MAX 87 mysqli/mysqli_prop.c if (l < LONG_MAX) {\ LONG_MAX 181 mysqli/mysqli_prop.c if (rc < LONG_MAX) { LONG_MAX 381 mysqli/mysqli_prop.c if (rc < LONG_MAX) { LONG_MAX 655 mysqlnd/mysqlnd_ps_codec.c if (Z_DVAL_P(tmp_data) > LONG_MAX || Z_DVAL_P(tmp_data) < LONG_MIN) { LONG_MAX 702 mysqlnd/mysqlnd_ps_codec.c if (Z_DVAL_P(tmp_data) > LONG_MAX || Z_DVAL_P(tmp_data) < LONG_MIN) { LONG_MAX 83 mysqlnd/mysqlnd_result_meta.c if (*idx!=LONG_MAX) { LONG_MAX 126 mysqlnd/mysqlnd_result_meta.c if (*idx!=LONG_MAX) { LONG_MAX 102 oci8/oci8_lob.c if (connection->descriptor_count == LONG_MAX) { LONG_MAX 339 pdo/pdo.c while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) { LONG_MAX 67 pgsql/pgsql.c if (oid > LONG_MAX) { \ LONG_MAX 2189 pgsql/pgsql.c #if UINT_MAX > LONG_MAX /* Oid is unsigned int, we don't need this code, where LONG is wider */ LONG_MAX 2190 pgsql/pgsql.c if (oid > LONG_MAX) { LONG_MAX 2295 pgsql/pgsql.c #if UINT_MAX > LONG_MAX LONG_MAX 2296 pgsql/pgsql.c if (oid > LONG_MAX) { LONG_MAX 4043 standard/array.c if ( (double)LONG_MIN <= dval && dval <= (double)LONG_MAX ) { LONG_MAX 4087 standard/array.c if ( (double)LONG_MIN <= dval && dval <= (double)LONG_MAX ) { LONG_MAX 1212 standard/filestat.c if (LONG_MAX >= bucket->key) { LONG_MAX 827 standard/math.c return LONG_MAX; LONG_MAX 855 standard/math.c cutoff = LONG_MAX / base; LONG_MAX 856 standard/math.c cutlim = LONG_MAX % base; LONG_MAX 1084 standard/string.c long limit = LONG_MAX; /* No limit */