Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_info.c30 #define PHPDBG_INFO_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
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_frame.c128 int j = 0, m; in phpdbg_dump_prototype() local
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
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/main/
H A Dphp_network.h217 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument
222 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument
/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/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 Dstreamsfuncs.c35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dpack.c141 } m; in php_pack_copy_float() local
165 } m; in php_pack_copy_double() local
189 } m; in php_pack_parse_float() local
213 } m; in php_pack_parse_double() local
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
H A Dhtml.c553 *m; in unimap_bsearch() local
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15786 sqlite3_mem_methods m; /* Low-level memory allocation interface */ member
18593 int h, m; /* Hour and minutes */ member
18722 int h, m, s; in parseHhMmSs() local
/PHP-7.0/ext/sockets/
H A Dsockets.c500 int m = 0; local
/PHP-7.0/ext/phar/
H A Dphar_path_check.c28 const unsigned char *m; in phar_path_check() local
H A Dshortarc.php213 static function _unpack($m)
/PHP-7.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
86 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h370 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/PHP-7.0/ext/opcache/
H A Dzend_persist_calc.c29 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m… argument
30 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m) argument
32 #define ADD_ARENA_SIZE(m) ZCG(current_persistent_script)->arena_size += ZEND_ALIGNED_SIZE(m) argument
H A Dzend_file_cache.c595 zend_trait_method_reference *m; in zend_file_cache_serialize_class() local
629 zend_trait_method_reference *m; in zend_file_cache_serialize_class() local
1157 zend_trait_method_reference *m; in zend_file_cache_unserialize_class() local
1188 zend_trait_method_reference *m; in zend_file_cache_unserialize_class() local
/PHP-7.0/ext/opcache/Optimizer/
H A Dpass1_5.c483 zend_module_entry *m = zend_hash_find_ptr(&module_registry, in zend_optimizer_pass1() local

Completed in 554 milliseconds

123