Home
last modified time | relevance | path

Searched defs:m (Results 26 – 50 of 70) sorted by last modified time

123

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_chkdint.c69 PCRE2_SIZE m; in PRIV() local
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c321 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
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 Dprint.c50 file_mdump(struct magic *m) in file_mdump()
H A Dreadcdf.c292 int m; in cdf_file_summary_info() local
H A Dcdf_time.c69 size_t m; in cdf_getday() local
86 size_t m; in cdf_getmonth() local
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()
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 …]
/php-src/sapi/cli/
H A Dphp_cli_server.c80 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h189 unsigned long long m = 1ULL, a, b, c; in dasm_imm13() local
314 int m = va_arg(ap, int); in dasm_put() local
H A Dminilua.c560 #define resetbits(x,m)((x)&=cast(lu_byte,~(m))) argument
561 #define setbits(x,m)((x)|=(m)) argument
562 #define testbits(x,m)((x)&(m)) argument
/php-src/ext/gd/libgd/
H A Dgdft.c849 int m, mfound; local
/php-src/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h78 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
/php-src/ext/standard/
H A Dstreamsfuncs.c34 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/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/date/lib/
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
H A Dtimelib.c227 timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib_sll s) in timelib_hms_to_seconds()
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()
/php-src/ext/zip/
H A Dphp_zip.h96 #define LIBZIP_ATLEAST(m,n,p) (((m<<16) + (n<<8) + p) <= ((LIBZIP_VERSION_MAJOR<<16) + (LIBZIP_VERS… argument
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c182 int n, m; in mbfl_filt_conv_qprintdec() local
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/ext/hash/xxhash/
H A Dxxhash.h1580 # define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { _Static_assert((c),m); } while(0) argument
1582 # define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { static_assert((c),m); } while(0) argument
1584 # define XXH_STATIC_ASSERT_WITH_MESSAGE(c,m) do { struct xxh_sa { char x[(c) ? 1 : -1]; }; } whi… argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c150 int m; in mbfl_strcut() local
/php-src/ext/dba/
H A Ddba_cdb.c49 struct cdb_make m; member

Completed in 134 milliseconds

123