/PHP-5.5/ext/date/lib/ |
H A D | dow.c | 43 static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, timelib_sll d, int iso) in timelib_day_of_week_ex() 62 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week() 67 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() 78 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() 83 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() 88 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() 157 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
|
H A D | tm2unixtime.c | 43 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month() 52 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month() 61 …s_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *… in do_range_limit_days_relative() 103 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
|
H A D | timelib.c | 25 #define TIMELIB_TIME_FREE(m) \ argument
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 139 struct magic *m = &magic[magindex]; in match() local 343 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt() 362 mprint(struct magic_set *ms, struct magic *m) in mprint() 618 moffset(struct magic_set *ms, struct magic *m) in moffset() 796 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 802 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 808 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() 814 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64() 837 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float() 843 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double() [all …]
|
H A D | apprentice.c | 633 apprentice_magic_strength(const struct magic *m) in apprentice_magic_strength() 803 struct magic *m = &ml->magic[magindex]; in apprentice_list() local 831 set_test_type(struct magic *mstart, struct magic *m) in set_test_type() 1335 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check() 1499 struct magic *m; in parse() local 1966 struct magic *m = &me->mp[0]; in parse_strength() local 2213 check_format(struct magic_set *ms, struct magic *m) in check_format() 2750 static const size_t m = sizeof(**map->magic); in apprentice_compile() local 2938 bs1(struct magic *m) 2955 file_pstring_length_size(const struct magic *m) [all …]
|
H A D | cdf_time.c | 69 size_t m; in cdf_getday() local 86 size_t m; in cdf_getmonth() local
|
H A D | readcdf.c | 184 int m; local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | engine.c | 76 register struct match *m = &mv; local 232 dissect(m, start, stop, startst, stopst) in dissect() argument 420 backref(m, start, stop, startst, stopst, lev) in backref() argument 625 fast(m, start, stop, startst, stopst) in fast() argument 716 slow(m, start, stop, startst, stopst) in slow() argument 934 print(m, caption, st, ch, d) in print() argument 967 at(m, title, start, stop, startst, stopst) in at() argument
|
H A D | regexec.c | 31 #define STATESETUP(m, n) /* nothing */ argument 32 #define STATETEARDOWN(m) /* nothing */ argument 78 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \ argument 81 #define STATETEARDOWN(m) { free((m)->space); } argument
|
/PHP-5.5/sapi/thttpd/ |
H A D | thttpd.c | 527 #define HANDLE_STR(m) nhc->m = nhc->m ? strdup(nhc->m) : NULL argument 536 #define HANDLE_STR(m) if (hc->m) free(hc->m) argument 544 qreq_t *m; local 563 qreq_t *m; local 631 qreq_t *m, *prev = NULL; local
|
/PHP-5.5/ext/opcache/ |
H A D | zend_persist_calc.c | 30 #define ADD_DUP_SIZE(m,s) memory_used += zend_shared_memdup_size((void*)m, s) argument 31 #define ADD_SIZE(m) memory_used += ZEND_ALIGNED_SIZE(m) argument
|
/PHP-5.5/ext/phar/ |
H A D | phar_path_check.c | 28 const unsigned char *m; in phar_path_check() local
|
H A D | shortarc.php | 213 static function _unpack($m)
|
/PHP-5.5/ext/mbstring/ |
H A D | php_unicode.c | 64 long l, r, m; in prop_lookup() local 124 long m; in case_lookup() local
|
/PHP-5.5/ext/standard/ |
H A D | lcg.c | 51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
|
H A D | rand.c | 149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
|
/PHP-5.5/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_qprint.c | 158 int n, m; in mbfl_filt_conv_qprintdec() local
|
/PHP-5.5/ext/hash/ |
H A D | hash_gost.c | 129 #define SHIFT12(u, m, s) \ argument 213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
|
/PHP-5.5/main/ |
H A D | win95nt.h | 44 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
|
H A D | php_network.h | 201 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument 206 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
|
/PHP-5.5/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 66 MessageFormatAdapter::getArgTypeList(const MessageFormat& m, in getArgTypeList() 73 MessageFormatAdapter::getMessagePattern(MessageFormat* m) { in getMessagePattern()
|
/PHP-5.5/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 295 zend_op *m, *n; in replace_tmp_by_const() local
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1162 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local 1173 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local 1264 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette() local 1360 const gdFixed m = gd_fxtoi(f_a); in gdImageScaleBilinearTC() local 1466 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed() local 1726 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour() local 1783 long m = gd_fxtoi(f_m); in gdImageRotateGeneric() local 1837 const unsigned int m = gd_fxtoi(f_m); in gdImageRotateBilinear() local 1957 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed() local 2286 double m[6]; in gdTransformAffineGetImage() local
|
/PHP-5.5/ext/curl/ |
H A D | interface.c | 115 static int php_curl_ssl_mutex_create(void **m) in php_curl_ssl_mutex_create() 124 static int php_curl_ssl_mutex_destroy(void **m) in php_curl_ssl_mutex_destroy() 130 static int php_curl_ssl_mutex_lock(void **m) in php_curl_ssl_mutex_lock() 135 static int php_curl_ssl_mutex_unlock(void **m) in php_curl_ssl_mutex_unlock()
|
/PHP-5.5/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 470 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
|