Home
last modified time | relevance | path

Searched defs:min (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/standard/
H A Drand.c291 long min; in PHP_FUNCTION() local
312 long min; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c656 BF_word min) in BF_crypt()
H A Darray.c941 PHP_FUNCTION(min) in PHP_FUNCTION() argument
969 zval **min, result; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c105 int d, min; in find_minlength() local
1461 int min; in pcre_study() local
H A Dpcre_jit_compile.c931 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 Dpcre_exec.c594 #define min frame->Xmin in match() macro
H A Dpcre_compile.c1609 int min = 0; in read_repeat_counts() local
/PHP-5.5/ext/date/lib/
H A Dtimelib.c197 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) in timelib_decimal_hour_to_hms()
H A Dparse_date.c24961 timelib_sll min; in timelib_parse_from_format() local
/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c2024 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) in get_min_match_length()
2724 OnigDistance min; in subexp_inf_recursive_check() local
3931 OnigDistance min; /* min byte length */ member
4056 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) in set_mml()
4632 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local
4651 int i, min, max; in optimize_node_left() local
4686 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); in optimize_node_left() local
4733 OnigDistance min, max, tmin, tmax; in optimize_node_left() local
4774 OnigDistance min, max; in optimize_node_left() local
4843 OnigDistance min, max; in optimize_node_left() local
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c302 unsigned int min, max, j; in _zip_checkcons() local
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) macro
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c2462 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
/PHP-5.5/ext/date/
H A Dphp_date.c1505 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
/PHP-5.5/ext/gd/
H A Dgd.c4285 #define min(a, b) (a < b ? a : b) in PHP_FUNCTION() macro
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c15412 int min; in getDigits() local

Completed in 526 milliseconds