Home
last modified time | relevance | path

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

123

/PHP-7.2/Zend/
H A Dzend_string.h150 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()
260 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
H A Dbench.php99 function Ack($m, $n){
/PHP-7.2/main/
H A Dphp_network.h219 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument
224 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_frame.c205 int j = 0, m; in phpdbg_dump_prototype() local
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.2/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-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c470 int mode_backup, substchar_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.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c601 zend_op *m = opline; in zend_optimizer_replace_by_const() local
629 zend_op *m, *n; in zend_optimizer_replace_by_const() local
H A Dzend_inference.c316 zend_ulong m, temp; in minOR() local
340 zend_ulong m, temp; in maxOR() local
363 zend_ulong m, temp; in minAND() local
386 zend_ulong m, temp; in maxAND() local
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c52 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
/PHP-7.2/ext/date/lib/
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
H A Dtimelib.h177 timelib_sll y, m, d; /* Years, Months and Days */ member
205 timelib_sll y, m, d; /* Year, Month, Day */ member
/PHP-7.2/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.c94 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.2/ext/dba/
H A Ddba_cdb.c53 struct cdb_make m; member
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c177 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
H A Dreadcdf.c295 int m; in cdf_file_summary_info() local
/PHP-7.2/ext/date/
H A Dphp_date.c1091 char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
1100 char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1641 zend_long m, d, y; in PHP_FUNCTION() local
3604 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()
3622 zend_long y, m, d; in PHP_FUNCTION() local
3640 zend_long y, m, d; in PHP_METHOD() local
4182 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4252 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/PHP-7.2/ext/filter/
H A Dlogical_filters.c645 int num, m; in _php_filter_validate_ipv4() local
/PHP-7.2/ext/gd/libgd/
H A Dgd_jpeg.c522 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_portability.h235 zend_long m[2]; member
H A Dmysqlnd_debug.h53 struct st_mysqlnd_debug_methods *m; member

Completed in 115 milliseconds

123