/PHP-5.4/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 | 656 BF_word min) in BF_crypt()
|
H A D | array.c | 953 PHP_FUNCTION(min) in PHP_FUNCTION() argument 981 zval **min, result; in PHP_FUNCTION() local
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 101 int d, min; in find_minlength() local 1455 int min; in pcre_study() local
|
H A D | pcre_jit_compile.c | 931 int min, max, i; in detect_repeat() local 2640 static void read_char_range(compiler_common *common, pcre_uint32 min, pcre_uint32 max, BOOL update_… in read_char_range() 4752 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local 6057 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local 7763 …common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *max, int *min, pcre_uchar **end) in get_iterator_parameters() 7867 int max = -1, min = -1; in compile_iterator_matchingpath() local 8563 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 | 1590 int min = 0; in read_repeat_counts() local
|
/PHP-5.4/ext/date/lib/ |
H A D | timelib.c | 195 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 | 25021 timelib_sll min; in timelib_parse_from_format() local
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2002 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) in get_min_match_length() 2734 OnigDistance min; in subexp_inf_recursive_check() local 3720 OnigDistance min; /* min byte length */ member 3845 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) in set_mml() 4426 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local 4445 int i, min, max; in optimize_node_left() local 4479 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local 4526 OnigDistance min, max, tmin, tmax; in optimize_node_left() local 4567 OnigDistance min, max; in optimize_node_left() local 4636 OnigDistance min, max; in optimize_node_left() local
|
/PHP-5.4/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 61 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_open.c | 302 unsigned int min, max, j; in _zip_checkcons() local
|
/PHP-5.4/ext/interbase/ |
H A D | php_ibase_udf.c | 103 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 1457 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 4431 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() macro
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 15412 int min; in getDigits() local
|