Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 69) sorted by relevance

123

/php-src/ext/date/lib/
H A Ddow.c48 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()
67 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_week()
72 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_iso_day_of_week()
83 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year()
88 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) in timelib_days_in_month()
93 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date()
141 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli… in timelib_isodate_from_date()
160 …date(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, timelib_sll *m, timelib_sll *… in timelib_date_from_isodate()
203 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date()
H A Dtm2unixtime.c52 static void inc_month(timelib_sll *y, timelib_sll *m) in inc_month()
61 static void dec_month(timelib_sll *y, timelib_sll *m) in dec_month()
70 …s_relative(timelib_sll *base_y, timelib_sll *base_m, timelib_sll *y, timelib_sll *m, timelib_sll *… in do_range_limit_days_relative()
112 static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_sll *d) in do_range_limit_days()
H A Dunixtime2tm.c29 void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *m, timelib_sll *d) in timelib_unixtime2date()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h127 #define mysqlnd_object_factory_set_methods(m) mysqlnd_plugin_methods_xetters.object_factory.set((m)) argument
130 #define mysqlnd_conn_set_methods(m) mysqlnd_plugin_methods_xetters.connection.set((m)) argument
133 #define mysqlnd_conn_data_set_methods(m) mysqlnd_plugin_methods_xetters.connection_data.set((m)) argument
136 #define mysqlnd_result_set_methods(m) mysqlnd_plugin_methods_xetters.result.set((m)) argument
142 #define mysqlnd_result_buffered_set_methods(m) mysqlnd_plugin_methods_xetters.buffered_result.set(… argument
145 #define mysqlnd_stmt_set_methods(m) mysqlnd_plugin_methods_xetters.statement.set((m)) argument
148 #define mysqlnd_protocol_set_methods(m) mysqlnd_plugin_methods_xetters.protocol.set((m)) argument
151 #define mysqlnd_pfc_set_methods(m) mysqlnd_plugin_methods_xetters.pfc.set((m)) argument
154 #define mysqlnd_vio_set_methods(m) mysqlnd_plugin_methods_xetters.vio.set((m)) argument
157 #define mysqlnd_command_set_methods(m) mysqlnd_plugin_methods_xetters.command.set((m)) argument
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c239 struct magic *m = &magic[magindex]; in match() local
592 mprint(struct magic_set *ms, struct magic *m) in mprint()
1093 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1100 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1107 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1114 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1140 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1147 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1159 mconvert(struct magic_set *ms, struct magic *m, int flip) in mconvert()
1593 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
[all …]
H A Dapprentice.c879 apprentice_magic_strength_1(const struct magic *m) in apprentice_magic_strength_1()
1016 file_magic_strength(const struct magic *m, in file_magic_strength()
1101 struct magic *m = &ml->magic[magindex]; in apprentice_list() local
1137 set_test_type(struct magic *mstart, struct magic *m) in set_test_type()
1664 string_modifier_check(struct magic_set *ms, struct magic *m) in string_modifier_check()
1971 struct magic *m; in parse() local
2388 struct magic *m = &me->mp[0]; in parse_strength() local
2730 check_format(struct magic_set *ms, struct magic *m) in check_format()
3355 static const size_t m = sizeof(**map->magic); in apprentice_compile() local
3362 struct magic m; in apprentice_compile() member
[all …]
H A Dcdf_time.c69 size_t m; in cdf_getday() local
86 size_t m; in cdf_getmonth() local
H A Dprint.c50 file_mdump(struct magic *m) in file_mdump()
H A Dder.c266 der_offs(struct magic_set *ms, struct magic *m, size_t nbytes) in der_offs()
305 der_cmp(struct magic_set *ms, struct magic *m) in der_cmp()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_chkdint.c69 PCRE2_SIZE m; in PRIV() local
/php-src/sapi/phpdbg/
H A Dphpdbg_break.c28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/ext/standard/
H A Dpack.c141 } m; in php_pack_copy_float() local
164 } m; in php_pack_copy_double() local
187 } m; in php_pack_parse_float() local
210 } m; in php_pack_parse_double() local
/php-src/ext/opcache/
H A Dzend_persist_calc.c30 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m… argument
31 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
/php-src/ext/hash/
H A Dhash_gost.c125 #define SHIFT12(u, m, s) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
/php-src/ext/random/
H A Dengine_mt19937.c100 #define twist(m,u,v) (m ^ (mixBits(u,v) >> 1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU)) argument
101 #define twist_php(m,u,v) (m ^ (mixBits(u,v) >> 1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0df… argument
H A Dengine_combinedlcg.c33 #define MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m argument
/php-src/ext/phar/
H A Dshortarc.php213 static function _unpack($m)
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c150 int m; in mbfl_strcut() local
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp59 MessageFormatAdapter::phpGetArgTypeList(const MessageFormat& m, in phpGetArgTypeList()
65 MessageFormatAdapter::phpGetMessagePattern(MessageFormat* m) { in phpGetMessagePattern()
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h136 #define php_firebird_error_with_info(d,e,el,m,ml) php_firebird_set_error(d, NULL, e, el, m, ml) argument
137 #define php_firebird_error_stmt_with_info(s,e,el,m,ml) php_firebird_set_error(s->dbh, s, e, el, m, … argument
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1100 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local
1111 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local
1158 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette() local
1257 const long m = gd_fxtoi(f_a); in gdImageScaleBilinearTC() local
1366 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed() local
1587 double m[6]; in gdRotatedImageSize() local
1640 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour() local
1705 long m = gd_fxtoi(f_m); in gdImageRotateGeneric() local
1763 const int m = gd_fxtoi(f_m); in gdImageRotateBilinear() local
1881 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed() local
[all …]
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c622 # define pdo_mysql_get_server_status(m) mysqlnd_get_server_status(m) argument
624 # define pdo_mysql_get_server_status(m) (m)->server_status argument
/php-src/Zend/
H A Dzend_portability.h331 #define ZEND_ELEMENT_COUNT(m) __attribute__((element_count(m))) argument
333 #define ZEND_ELEMENT_COUNT(m) __attribute__((counted_by(m))) argument
335 #define ZEND_ELEMENT_COUNT(m) argument
779 # define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m) argument
781 # define ZEND_STATIC_ASSERT(c, m) argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c182 int n, m; in mbfl_filt_conv_qprintdec() local

Completed in 81 milliseconds

123