| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | btree.c | 3256 int min = nKey1>nKey2 ? nKey2 : nKey1; local 3257 int c = memcmp(zKey1, zKey2, min);
|
| H A D | date.c | 84 ** min minimum allowed value of the integer 96 int min; local 104 min = va_arg(ap, int); 116 if( val<min || val>max || (nextC!=0 && nextC!=*zDate) ){
|
| /PHP_5_3/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_5_3/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 | array.c | 945 /* {{{ proto mixed min(mixed arg1 [, mixed arg2 [, mixed ...]]) 947 PHP_FUNCTION(min) 958 /* mixed min ( array $values ) */ 974 /* mixed min ( mixed $value1 , mixed $value2 [, mixed $value3... ] ) */ 975 zval **min, result; local 978 min = args[0]; 981 is_smaller_function(&result, *args[i], *min TSRMLS_CC); 983 min = args[i]; 987 RETVAL_ZVAL(*min, 1, 0);
|
| H A D | php_array.h | 50 PHP_FUNCTION(min); variable
|
| 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...] |
| /PHP_5_3/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_5_3/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 2002 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) argument 2007 *min = 0; 2019 r = get_min_match_length(nodes[backs[0]], min, env); 2025 if (*min > tmin) *min = tmin; 2035 *min = en->min_len; 2038 r = get_min_match_length(NCALL(node).target, min, env); 2045 if (r == 0) *min += tmin; 2057 if (y == node) *min = tmin; 2058 else if (*min > tmi 2734 OnigDistance min; local 3720 OnigDistance min; /* min byte length */ member in struct:__anon207 3845 set_mml(MinMaxLen* mml, OnigDistance min, OnigDistance max) argument 4426 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); local 4445 int i, min, max; local 4479 OnigDistance min = ONIGENC_MBC_MINLEN(env->enc); local 4526 OnigDistance min, max, tmin, tmax; local 4567 OnigDistance min, max; local 4636 OnigDistance min, max; local [all...] |
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_date.c | 195 { "min", TIMELIB_MINUTE, 1 }, 25018 timelib_sll min; local 25021 min = timelib_get_nr_ex((char **) &ptr, 2, &length); 25022 if (min == TIMELIB_UNSET || length != 2) { 25025 s->time->i = min;
|
| H A D | timelib.c | 195 void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) argument 198 *min = floor((h - *hour) * 60); 199 *sec = (h - *hour - ((float) *min / 60)) * 3600;
|
| /PHP_5_3/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_5_3/ext/oci8/ |
| H A D | php_oci8_int.h | 47 #if defined(min) 48 #undef min macro
|
| /PHP_5_3/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_5_3/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_5_3/ext/date/ |
| H A D | php_date.c | 65 ZEND_ARG_INFO(0, min) 74 ZEND_ARG_INFO(0, min) 1459 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; local 1465 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &yea, &dst) == FAILURE) { 1500 now->i = min; 1548 /* {{{ proto int mktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]]) 1556 /* {{{ proto int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 4389 #define min(a, b) (a < b ? a : b) macro 4417 /* Find min & max values and compare them with current bounding box */ 4418 str_bbox.llx = min(str_bbox.llx, min(x1, min(x2, min(x3, x4)))); 4419 str_bbox.lly = min(str_bbox.lly, min(y1, min(y2, min(y [all...] |