| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2011 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ 2602 ** ^If M is the size of the prior allocation, then min(N,M) bytes 10556 #define WHERE_ORDERBY_MIN 0x0001 /* ORDER BY processing for min() func */ 13199 ** min minimum allowed value of the integer 13211 int min; local 13219 min = va_arg(ap, int); 13231 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){ [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | crypt_blowfish.c | 651 BF_word min) 692 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { 649 BF_crypt(const char *key, const char *setting, char *output, int size, BF_word min) argument
|
| H A D | rand.c | 288 /* {{{ proto int rand([int min, int max]) 292 long min; local 297 if (argc != 0 && zend_parse_parameters(argc TSRMLS_CC, "ll", &min, &max) == FAILURE) 302 RAND_RANGE(number, min, max, PHP_RAND_MAX); 309 /* {{{ proto int mt_rand([int min, int max]) 313 long min; local 319 if (zend_parse_parameters(argc TSRMLS_CC, "ll", &min, &max) == FAILURE) { 321 } else if (max < min) { 322 php_error_docref(NULL TSRMLS_CC, E_WARNING, "max(%ld) is smaller than min(%ld)", max, min); [all...] |
| H A D | php_array.h | 50 PHP_FUNCTION(min); variable
|
| H A D | array.c | 939 /* {{{ proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]]) 941 PHP_FUNCTION(min) 952 /* mixed min ( array $values ) */ 968 /* mixed min ( mixed $value1 , mixed $value2 [, mixed $value3... ] ) */ 969 zval **min, result; local 972 min = args[0]; 975 is_smaller_function(&result, *args[i], *min TSRMLS_CC); 977 min = args[i]; 981 RETVAL_ZVAL(*min, 1, 0);
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_open.c | 308 unsigned int min, max, j; 313 min = cd->entry[0].offset; 316 min = max = 0; 319 if (cd->entry[i].offset < min) 320 min = cd->entry[i].offset; 321 if (min > cd->offset) { 351 return max - min; 302 unsigned int min, max, j; local
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 2024 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) argument 2029 *min = 0; 2041 r = get_min_match_length(nodes[backs[0]], min, env); 2047 if (*min > tmin) *min = tmin; 2057 *min = en->min_len; 2060 r = get_min_match_length(NCALL(node)->target, min, env); 2067 if (r == 0) *min += tmin; 2079 if (y == node) *min = tmin; 2080 else if (*min > tmi 2724 OnigDistance min; local 3931 OnigDistance min; /* min byte length */ member in struct:__anon231 4056 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) argument 4632 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); local 4651 int i, min, max; local 4686 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); local 4733 OnigDistance min, max, tmin, tmax; local 4774 OnigDistance min, max; local 4843 OnigDistance min, max; local [all...] |
| /PHP_TRUNK/ext/interbase/ |
| H A D | php_ibase_udf.c | 105 #define min(a,b) ((a)<(b)?(a):(b)) macro 152 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); 334 (res->vary_length = min(r->dsc_length-2,Z_STRLEN(return_value))));
|
| /PHP_TRUNK/ext/pdo_firebird/ |
| H A D | php_pdo_firebird_int.h | 62 #ifndef min 63 #define min(a,b) ((a)<(b)?(a):(b)) macro
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 1301 minp pointer to int for min 1313 int min = 0; local 1319 while (IS_DIGIT(*p)) min = min * 10 + (int)(*p++ - CHAR_0); 1320 if (min < 0 || min > 65535) 1327 Also, max must not be less than min. */ 1329 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else 1340 if (max < min) 1351 *minp = min; [all...] |
| H A D | pcre_exec.c | 56 #undef min macro 578 #define min frame->Xmin macro 634 int min; 2690 min = rep_min[c]; /* Pick up values from tables; */ 2698 min = GET2(ecode, 1); 2722 if (length < 0 && min == 0) continue; 2728 for (i = 1; i <= min; i++) 2740 /* If min = max, continue at the same level without recursion. 2743 if (min == max) continue; 2749 for (fi = min;; f 6157 #undef min macro [all...] |
| H A D | pcre_study.c | 99 int d, min; local 406 min = 0; 412 min = 1; 418 min = GET2(cc, 1); 423 min = 1; 427 branchlength += min * d; 1339 int min; local 1425 switch(min = find_minlength(code, code, re->options, 0)) 1441 if (bits_set || min > 0 || (options & ( 1491 if (min > [all...] |
| /PHP_TRUNK/ext/oci8/ |
| H A D | php_oci8_int.h | 47 #if defined(min) 48 #undef min macro
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib.c | 197 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) argument 200 *min = floor((h - *hour) * 60); 201 *sec = (h - *hour - ((float) *min / 60)) * 3600;
|
| H A D | parse_date.c | 193 { "min", TIMELIB_MINUTE, 1 }, 24985 timelib_sll min; local 24988 min = timelib_get_nr_ex((char **) &ptr, 2, &length); 24989 if (min == TIMELIB_UNSET || length != 2) { 24992 s->time->i = min;
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_interpolation.c | 2446 gdPointF extent[4], min, max, point; local 2464 min=extent[0]; 2468 if (min.x > extent[i].x) 2469 min.x=extent[i].x; 2470 if (min.y > extent[i].y) 2471 min.y=extent[i].y; 2477 bbox->x = (int) min.x; 2478 bbox->y = (int) min.y; 2479 bbox->width = (int) floor(max.x - min.x) - 1; 2480 bbox->height = (int) floor(max.y - min [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4292 #define min(a, b) (a < b ? a : b) macro 4320 /* Find min & max values and compare them with current bounding box */ 4321 str_bbox.llx = min(str_bbox.llx, min(x1, min(x2, min(x3, x4)))); 4322 str_bbox.lly = min(str_bbox.lly, min(y1, min(y2, min(y [all...] |
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 79 ZEND_ARG_INFO(0, min) 88 ZEND_ARG_INFO(0, min) 1486 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; local 1492 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &yea, &dst) == FAILURE) { 1527 now->i = min; 1575 /* {{{ proto int mktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]]) 1583 /* {{{ proto int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
|