Home
last modified time | relevance | path

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

123

/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c197 int j = 0, m; in phpdbg_dump_prototype() local
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_list.c36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/main/
H A Dphp_network.h237 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
242 # define PHP_SAFE_MAX_FD(m, n) _php_check_fd_setsize(&m, n) argument
/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/date/lib/
H A Dtimelib_private.h109 #define TIMELIB_TIME_FREE(m) \ argument
H A Dastro.c33 #define days_since_2000_Jan_0(y,m,d) \ argument
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 Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
/php-src/Zend/
H A Dzend_string.h185 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc()
308 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-src/sapi/cli/
H A Dphp_http_parser.c1545 const char * php_http_method_str (enum php_http_method m) in php_http_method_str()
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
/php-src/ext/dba/
H A Ddba_cdb.c49 struct cdb_make m; member
/php-src/ext/mbstring/
H A Dphp_unicode.c51 long m = (l + r) >> 1; in ZEND_EXTERN_MODULE_GLOBALS() 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/Zend/Optimizer/
H A Dzend_inference.c548 zend_ulong m, temp; in minOR() local
572 zend_ulong m, temp; in maxOR() local
595 zend_ulong m, temp; in minAND() local
618 zend_ulong m, temp; in maxAND() local
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c292 int m; in cdf_file_summary_info() local
H A Dfuncs.c321 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
/php-src/ext/date/
H A Dphp_date.c655 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
664 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1239 zend_long m, d, y; in PHP_FUNCTION() local
3716 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()
3732 zend_long y, m, d; in PHP_FUNCTION() local
3748 zend_long y, m, d; in PHP_METHOD() local
4505 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4554 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_portability.h150 zend_long m[2]; member
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/php-src/ext/filter/
H A Dlogical_filters.c724 int num, m; in _php_filter_validate_ipv4() local

Completed in 81 milliseconds

123