Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/date/lib/
H A Ddow.c47 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 Dtm2unixtime.c47 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-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c170 struct magic *m = &magic[magindex]; in match() local
380 check_fmt(struct magic_set *ms, struct magic *m) in check_fmt()
403 mprint(struct magic_set *ms, struct magic *m) in mprint()
680 moffset(struct magic_set *ms, struct magic *m) in moffset()
857 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
863 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
869 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
875 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
898 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
904 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
[all …]
H A Dapprentice.c717 apprentice_magic_strength(const struct magic *m) in apprentice_magic_strength()
890 struct magic *m = &ml->magic[magindex]; in apprentice_list() local
919 set_test_type(struct magic *mstart, struct magic *m) in set_test_type()
1710 struct magic *m; in parse() local
2087 struct magic *m = &me->mp[0]; in parse_strength() local
2196 struct magic *m = &me->mp[0]; in parse_apple() local
2210 struct magic *m = &me->mp[0]; in parse_mime() local
3011 static const size_t m = sizeof(**map->magic); in apprentice_compile() local
3017 struct magic m; in apprentice_compile() member
3187 bs1(struct magic *m)
[all …]
H A Dcdf_time.c69 size_t m; in cdf_getday() local
86 size_t m; in cdf_getmonth() local
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m… argument
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
32 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m) argument
H A Dzend_file_cache.c595 zend_trait_method_reference *m; in zend_file_cache_serialize_class() local
629 zend_trait_method_reference *m; in zend_file_cache_serialize_class() local
1157 zend_trait_method_reference *m; in zend_file_cache_unserialize_class() local
1188 zend_trait_method_reference *m; in zend_file_cache_unserialize_class() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_frame.c128 int j = 0, m; in phpdbg_dump_prototype() local
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.0/ext/standard/
H A Dpack.c141 } m; in php_pack_copy_float() local
165 } m; in php_pack_copy_double() local
189 } m; in php_pack_parse_float() local
213 } m; in php_pack_parse_double() local
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
/PHP-7.0/ext/phar/
H A Dphar_path_check.c28 const unsigned char *m; in phar_path_check() local
H A Dshortarc.php213 static function _unpack($m)
/PHP-7.0/ext/mbstring/
H A Dphp_unicode.c64 long l, r, m; in prop_lookup() local
124 long m; in case_lookup() local
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c158 int n, m; in mbfl_filt_conv_qprintdec() local
/PHP-7.0/ext/hash/
H A Dhash_gost.c129 #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-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c414 zend_op *m = opline; in zend_optimizer_replace_by_const() local
429 zend_op *m, *n; in zend_optimizer_replace_by_const() local
H A Dpass1_5.c483 zend_module_entry *m = zend_hash_find_ptr(&module_registry, in zend_optimizer_pass1() local
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp66 MessageFormatAdapter::getArgTypeList(const MessageFormat& m, in getArgTypeList()
73 MessageFormatAdapter::getMessagePattern(MessageFormat* m) { in getMessagePattern()
/PHP-7.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
86 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.0/Zend/
H A Dzend_string.h137 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc()
240 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1188 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local
1199 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour() local
1294 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette() local
1394 const gdFixed m = gd_fxtoi(f_a); in gdImageScaleBilinearTC() local
1504 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed() local
1725 double m[6]; in gdRotatedImageSize() local
1778 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour() local
1844 long m = gd_fxtoi(f_m); in gdImageRotateGeneric() local
1903 const unsigned int m = gd_fxtoi(f_m); in gdImageRotateBilinear() local
2021 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed() local
[all …]
/PHP-7.0/main/
H A Dphp_network.h217 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument
222 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
/PHP-7.0/ext/curl/
H A Dinterface.c115 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()

Completed in 133 milliseconds

123