/PHP-5.3/ext/date/lib/ |
H A D | dow.c | 34 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() 56 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week() 61 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() 72 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() 77 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() 82 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() 151 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
|
H A D | tm2unixtime.c | 44 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month() 53 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month() 62 …s_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *… in do_range_limit_days_relative() 104 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.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 131 struct magic *m = &magic[magindex]; in match() local 323 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt() 342 mprint(struct magic_set *ms, struct magic *m) in mprint() 565 moffset(struct magic_set *ms, struct magic *m) in moffset() 693 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 699 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 705 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() 711 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64() 734 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float() 751 mconvert(struct magic_set *ms, struct magic *m) in mconvert() [all …]
|
H A D | apprentice.c | 385 apprentice_magic_strength(const struct magic *m) in apprentice_magic_strength() 548 struct magic *m = &ml->magic[magindex]; in apprentice_list() local 576 set_test_type(struct magic *mstart, struct magic *m) in set_test_type() 913 file_signextend(struct magic_set *ms, struct magic *m, uint64_t v) 981 string_modifier_check(struct magic_set *ms, struct magic *m) 1146 struct magic *m; local 1566 struct magic *m = &me->mp[0]; local 1810 check_format(struct magic_set *ms, struct magic *m) 2503 bs1(struct magic *m) 2520 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.3/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.3/ext/sqlite/libsqlite/src/ |
H A D | encode.c | 124 int i, j, e, m; in sqlite_encode_binary() local 200 int i, j, n, m, nOut, nByteIn, nByteOut; in main() local
|
H A D | date.c | 69 int h, m; /* Hour and minutes */ member 178 int h, m, s; in parseHhMmSs() local
|
/PHP-5.3/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.3/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.3/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.3/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 | 150 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
|
/PHP-5.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_qprint.c | 158 int n, m; in mbfl_filt_conv_qprintdec() local
|
/PHP-5.3/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.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 45 MessageFormatAdapter::getArgTypeList(const MessageFormat& m, in getArgTypeList()
|
/PHP-5.3/main/ |
H A D | win95nt.h | 44 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
|
H A D | php_network.h | 198 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument 202 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
|
/PHP-5.3/ext/curl/ |
H A D | interface.c | 114 static int php_curl_ssl_mutex_create(void **m) in php_curl_ssl_mutex_create() 123 static int php_curl_ssl_mutex_destroy(void **m) in php_curl_ssl_mutex_destroy() 129 static int php_curl_ssl_mutex_lock(void **m) in php_curl_ssl_mutex_lock() 134 static int php_curl_ssl_mutex_unlock(void **m) in php_curl_ssl_mutex_unlock()
|
/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 434 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
|
/PHP-5.3/win32/ |
H A D | glob.c | 68 #define S_ISDIR(m) (((m) & _S_IFDIR) == _S_IFDIR) argument 71 #define S_ISLNK(m) (0) argument
|