Home
last modified time | relevance | path

Searched defs:m (Results 26 – 50 of 62) sorted by relevance

123

/PHP-7.0/ext/standard/
H A Drand.c149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
H A Dhtml.c553 *m; in unimap_bsearch() local
/PHP-7.0/ext/date/lib/
H A Dtimelib.c29 #define TIMELIB_TIME_FREE(m) \ argument
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
H A Dtimelib_structs.h217 timelib_sll y, m, d; /* Years, Months and Days */ member
240 timelib_sll y, m, d; /* Year, Month, Day */ member
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c470 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
H A Dmbfilter.c813 int len, n, m, k; in mbfl_strlen() local
886 int *p, *h, *m, n; in collector_strpos() local
937 int len, n, m, k; in mbfl_oddlen() local
1308 int n, m, k, len, start, end; in mbfl_substr() local
1529 int m; in mbfl_strcut() local
/PHP-7.0/ext/zip/lib/
H A Dzip_source_filep.c52 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
/PHP-7.0/Zend/
H A Dbench.php99 function Ack($m, $n){
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c1540 const char * php_http_method_str (enum php_http_method m) in php_http_method_str()
H A Dphp_cli.c92 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.0/ext/dba/
H A Ddba_cdb.c53 struct cdb_make m; member
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfuncs.c167 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
H A Dreadcdf.c291 int m; in cdf_file_summary_info() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_structs.h873 struct st_mysqlnd_net_methods m; member
901 struct st_mysqlnd_protocol_methods m; member
983 struct st_mysqlnd_conn_data_methods * m; member
994 struct st_mysqlnd_conn_methods * m; member
1010 struct st_mysqlnd_res_meta_methods * m; member
1073 struct st_mysqlnd_result_unbuffered_methods m; member
1115 struct st_mysqlnd_res_methods m; member
1174 struct st_mysqlnd_stmt_methods *m; member
1203 } m; member
H A Dmysqlnd_portability.h235 zend_long m[2]; member
H A Dmysqlnd_debug.h54 struct st_mysqlnd_debug_methods *m; member
H A Dmysqlnd_libmysql_compat.h42 #define mysql_autocommit(r,m) mysqlnd_autocommit((r),(m)) argument
/PHP-7.0/ext/date/
H A Dphp_date.c1059 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1068 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1596 zend_long m, d, y; in PHP_FUNCTION() local
3465 static void php_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_val… in php_date_date_set()
3483 zend_long y, m, d; in PHP_FUNCTION() local
3501 zend_long y, m, d; in PHP_METHOD() local
4058 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4122 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/PHP-7.0/ext/filter/
H A Dlogical_filters.c635 int num, m; in _php_filter_validate_ipv4() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgdft.c832 int m, mfound; local

Completed in 118 milliseconds

123