Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 160) sorted by relevance

1234567

/PHP-7.1/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c348 sljit_si a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativePPC_common.c113 #define A(a) (reg_map[a] << 16) argument
716 #define ARCH_32_64(a, b) a argument
720 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c476 #define ARCH_32_64(a, b) a argument
478 #define ARCH_32_64(a, b) b argument
/PHP-7.1/ext/gd/libgd/
H A Dgd_io_dp.c216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
/PHP-7.1/Zend/
H A Dzend_types.h33 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
36 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
40 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
43 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
664 #define ZVAL_ARR(z, a) do { \ argument
761 #define ZVAL_NEW_AST(z, a) do { \ argument
H A Dzend_gc.h54 #define GC_INFO_SET_ADDRESS(v, a) \ argument
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_gc.c107 #define GC_REF_SET_ADDRESS(ref, a) \ argument
H A Dzend_ini.c183 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
/PHP-7.1/ext/phar/
H A Ddirstream.c155 static int phar_compare_dir_name(const void *a, const void *b) /* {{{ */ in phar_compare_dir_name()
/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c213 static int collator_compare_func( const void* a, const void* b ) in collator_compare_func()
/PHP-7.1/ext/session/
H A Dmod_mm.c68 # define ps_mm_debug(a) argument
/PHP-7.1/ext/fileinfo/libmagic/
H A Dreadcdf.c49 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-7.1/main/streams/
H A Dstreams.c2252 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2260 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2268 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c328 #define MCRYPT_ENTRY2_2_4(a,b) REGISTER_STRING_CONSTANT("MCRYPT_" #a, b, CONST_PERSISTENT) argument
329 #define MCRYPT_ENTRY2_4(a) MCRYPT_ENTRY_NAMED(a, a) argument
/PHP-7.1/ext/zip/lib/
H A Dzip_open.c566 zip_int64_t a; in _zip_find_central_dir() local
/PHP-7.1/main/
H A Dphp_network.h49 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.h10 #define PM2STR(a) (a == PM_STYLE_STATIC ? "static" : (a == PM_STYLE_DYNAMIC ? "dynamic" : "ondemand… argument
/PHP-7.1/
H A Dserver-tests.php719 function test_sort($a, $b) {
/PHP-7.1/ext/standard/
H A Dinfo.c812 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dfilters.c321 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
322 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
624 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c56 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.1/ext/sockets/
H A Dsockets.c56 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
57 # define set_errno(a) (errno = a) argument

Completed in 109 milliseconds

1234567