/PHP-5.6/ext/date/lib/ |
H A D | dow.c | 47 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() 66 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week() 71 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week() 82 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() 87 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month() 92 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() 161 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
|
H A D | tm2unixtime.c | 47 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month() 56 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month() 65 …s_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *… in do_range_limit_days_relative() 107 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 148 struct magic *m = &magic[magindex]; in match() local 357 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt() 378 mprint(struct magic_set *ms, struct magic *m) in mprint() 653 moffset(struct magic_set *ms, struct magic *m) in moffset() 830 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8() 836 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16() 842 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32() 848 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64() 871 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float() 877 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double() [all …]
|
H A D | apprentice.c | 648 apprentice_magic_strength(const struct magic *m) in apprentice_magic_strength() 818 struct magic *m = &ml->magic[magindex]; in apprentice_list() local 846 set_test_type(struct magic *mstart, struct magic *m) in set_test_type() 1338 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check() 1502 struct magic *m; in parse() local 1969 struct magic *m = &me->mp[0]; in parse_strength() local 2221 check_format(struct magic_set *ms, struct magic *m) in check_format() 2754 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
|
/PHP-5.6/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.6/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.6/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.6/sapi/phpdbg/ |
H A D | phpdbg_break.c | 31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s) \ argument
|
H A D | phpdbg_frame.c | 136 int j = 0, m = func ? func->common.num_args : 0; in phpdbg_dump_prototype() local
|
H A D | phpdbg_set.c | 30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s) \ argument
|
H A D | phpdbg_print.c | 29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s) \ argument
|
H A D | phpdbg_list.c | 37 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s) \ argument
|
/PHP-5.6/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.6/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.6/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
|
/PHP-5.6/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_qprint.c | 158 int n, m; in mbfl_filt_conv_qprintdec() local
|
/PHP-5.6/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 = context->state, *m = data; in Gost() local
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 337 zend_op *m, *n; in replace_var_by_const() local 414 zend_op *m, *n; in replace_tmp_by_const() local
|
H A D | pass1_5.c | 408 zend_module_entry *m; variable
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | php_pdo_pgsql_int.h | 84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__ TSRMLS_… argument 86 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__ … argument
|
/PHP-5.6/main/ |
H A D | win95nt.h | 44 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
|
/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 66 MessageFormatAdapter::getArgTypeList(const MessageFormat& m, in getArgTypeList() 73 MessageFormatAdapter::getMessagePattern(MessageFormat* m) { in getMessagePattern()
|