/PHP-5.6/ext/standard/ |
H A D | rand.c | 291 long min; in PHP_FUNCTION() local 312 long min; in PHP_FUNCTION() local
|
H A D | crypt_blowfish.c | 660 BF_word min) in BF_crypt()
|
H A D | array.c | 942 PHP_FUNCTION(min) in PHP_FUNCTION() argument 970 zval **min, result; in PHP_FUNCTION() local
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 105 int d, min; in find_minlength() local 1461 int min; in pcre_study() local
|
H A D | pcre_jit_compile.c | 931 int min, max, i; in detect_repeat() local 2664 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_… in read_char_range() 4785 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 6094 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 7805 …common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *max, int *min, pcre_uchar **end) in get_iterator_parameters() 7909 int max = -1, min = -1; in compile_iterator_matchingpath() local 8604 int max = -1, min = -1; in compile_iterator_backtrackingpath() local
|
H A D | pcre_exec.c | 594 #define min frame->Xmin in match() macro
|
H A D | pcre_compile.c | 1609 int min = 0; in read_repeat_counts() local
|
/PHP-5.6/ext/date/lib/ |
H A D | timelib.c | 219 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
|
H A D | parse_date.c | 24096 timelib_sll min; in timelib_parse_from_format() local
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 61 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2024 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) in get_min_match_length() 2724 OnigDistance min; in subexp_inf_recursive_check() local 3930 OnigDistance min; /* min byte length */ member 4055 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) in set_mml() 4631 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local 4650 int i, min, max; in optimize_node_left() local 4685 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local 4732 OnigDistance min, max, tmin, tmax; in optimize_node_left() local 4773 OnigDistance min, max; in optimize_node_left() local 4842 OnigDistance min, max; in optimize_node_left() local
|
/PHP-5.6/ext/interbase/ |
H A D | php_ibase_udf.c | 103 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_open.c | 313 zip_uint64_t min, max, j; in _zip_checkcons() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2486 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
|
/PHP-5.6/ext/date/ |
H A D | php_date.c | 1513 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 4336 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() macro
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 15412 int min; in getDigits() local
|