Home
last modified time | relevance | path

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

123

/php-src/ext/mysqlnd/
H A Dmysqlnd_debug.h53 struct st_mysqlnd_debug_methods *m; member
H A Dmysqlnd_libmysql_compat.h39 #define mysql_autocommit(r,m) mysqlnd_autocommit((r),(m)) argument
H A Dmysqlnd_wireprotocol.h56 mysqlnd_packet_methods *m; member
H A Dmysqlnd_connection.c2198 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dmysqlnd_structs.h1309 } m; member
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c147 zend_module_entry *m = zend_hash_find_ptr(&module_registry, lc_name); in zend_optimizer_eval_special_func_call() local
/php-src/ext/gd/libgd/
H A Dgdft.c849 int m, mfound; local
H A Dgd.c685 double m; /* gradient of line */ in clip_1d() local
/php-src/ext/standard/
H A Dhtml.c435 *m; in unimap_bsearch() local
H A Dstreamsfuncs.c34 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/ext/opcache/jit/ir/dynasm/
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/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/pcre/pcre2lib/sljit/
H A DsljitLir.c151 #define SLJIT_SIMD_TYPE_MASK(m) ((sljit_s32)0xff000fff & ~(SLJIT_SIMD_FLOAT | SLJIT_SIMD_TEST | (m)… argument
152 #define SLJIT_SIMD_TYPE_MASK2(m) ((sljit_s32)0xc0000fff & ~(SLJIT_SIMD_FLOAT | SLJIT_SIMD_TEST | (m… argument
/php-src/ext/sockets/
H A Dsockets.c283 int m = 0; local
/php-src/Zend/
H A Dzend_strtod.c642 multadd in multadd() argument
H A Dzend_API.c2367 zend_module_entry *m, *r; in zend_sort_modules() local
/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
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h204 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) argument
/php-src/ext/mbstring/
H A Dmbstring.c2428 int m = 0; in PHP_FUNCTION() local

Completed in 192 milliseconds

123