Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/gd/libgd/
H A Dgd_io_dp.c219 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
H A Dgd_gif_in.c50 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
/PHP-7.2/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
723 #define ZVAL_ARR(z, a) do { \ argument
820 #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.2/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.2/ext/date/lib/
H A Dtm2unixtime.c48 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
H A Dparse_date.c740 #define sHOUR(a) (int)(a * 3600) argument
741 #define sMIN(a) (int)(a * 60) argument
/PHP-7.2/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.2/ext/interbase/
H A Dphp_ibase_udf.c103 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.2/ext/session/
H A Dmod_mm.c68 # define ps_mm_debug(a) argument
/PHP-7.2/main/streams/
H A Dstreams.c2233 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2241 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2249 PHPAPI int _php_stream_scandir(const char *dirname, zend_string **namelist[], int flags, php_stream…
/PHP-7.2/ext/zip/lib/
H A Dzip_open.c566 zip_int64_t a; in _zip_find_central_dir() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c47 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c117 #define A(a) (reg_map[a] << 16) argument
754 #define ARCH_32_64(a, b) a argument
758 #define ARCH_32_64(a, b) b argument
H A DsljitNativeSPARC_common.c512 #define ARCH_32_64(a, b) a argument
514 #define ARCH_32_64(a, b) b argument
/PHP-7.2/main/
H A Dphp_network.h49 # define ftruncate(a, b) chsize(a, b) argument
/PHP-7.2/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.2/
H A Dserver-tests.php719 function test_sort($a, $b) {
/PHP-7.2/ext/standard/
H A Dinfo.c777 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
H A Dfilters.c316 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
317 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) argument
619 #define bmask(a) (0xffff >> (16 - a)) argument
H A Dpack.c49 #define INC_OUTPUTPOS(a,b) \ argument
/PHP-7.2/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 122 milliseconds

1234567