Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 58) sorted by path

123

/PHP-5.5/Zend/
H A Dbench.php99 function Ack($m, $n){
H A Dzend_API.c1776 zend_module_entry *m, *r; in zend_sort_modules() local
H A Dzend_alloc.c747 size_t m; in zend_mm_add_to_free_list() local
1821 size_t m; in zend_mm_search_large_block() local
H A Dzend_strtod.c548 static Bigint * multadd(Bigint *b, int m, int a) /* multiply by m and add a */ in multadd()
/PHP-5.5/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()
/PHP-5.5/ext/date/lib/
H A Dastro.c28 #define days_since_2000_Jan_0(y,m,d) \ argument
H A Ddow.c43 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 Dtimelib.c25 #define TIMELIB_TIME_FREE(m) \ argument
H A Dtimelib_structs.h141 timelib_sll y, m, d; /* Years, Months and Days */ member
164 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dtm2unixtime.c43 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()
/PHP-5.5/ext/date/
H A Dphp_date.c1039 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1048 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1614 long m, d, y; in PHP_FUNCTION() local
3455 static void php_date_date_set(zval *object, long y, long m, long d, zval *return_value TSRMLS_DC) in php_date_date_set()
3473 long y, m, d; in PHP_FUNCTION() local
3490 long y, m, d; in PHP_METHOD() local
4032 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4097 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/PHP-5.5/ext/dba/
H A Ddba_cdb.c53 struct cdb_make m; member
/PHP-5.5/ext/ereg/regex/
H A Dengine.c76 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 Dregexec.c31 #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/ext/fileinfo/libmagic/
H A Dapprentice.c633 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 Dcdf_time.c69 size_t m; in cdf_getday() local
86 size_t m; in cdf_getmonth() local
H A Dfuncs.c164 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
H A Dreadcdf.c184 int m; local
H A Dsoftmagic.c139 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 …]
/PHP-5.5/ext/filter/
H A Dlogical_filters.c560 int num, m; in _php_filter_validate_ipv4() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c679 double m; /* gradient of line */ in clip_1d() local
H A Dgd_interpolation.c1162 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
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgdft.c799 int m, mfound; local
/PHP-5.5/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 = state, *m = data; in Gost() local

Completed in 131 milliseconds

123