/PHP-5.6/main/ |
H A D | mergesort.c | 240 #define swap(a, b) { \ argument 336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
|
/PHP-5.6/Zend/ |
H A D | bench.php | 25 function hallo($a) { 40 function hallo2($a) {
|
H A D | zend_qsort.c | 28 static void _zend_qsort_swap(void *a, void *b, size_t siz) in _zend_qsort_swap()
|
H A D | zend_config.w32.h | 56 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_string.c | 59 _zip_string_equal(const struct zip_string *a, const struct zip_string *b) in _zip_string_equal()
|
H A D | zip_dirent.c | 849 _zip_read2(const zip_uint8_t **a) in _zip_read2() 862 _zip_read4(const zip_uint8_t **a) in _zip_read4() 875 _zip_read8(const zip_uint8_t **a) in _zip_read8()
|
/PHP-5.6/ext/phar/ |
H A D | shortarc.php | 74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_lexer.c | 22 #define YYDEBUG(a, b) argument
|
H A D | phpdbg_set.c | 30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s) \ argument
|
H A D | phpdbg_print.c | 29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s) \ argument
|
/PHP-5.6/ext/standard/ |
H A D | pageinfo.c | 43 #define getgroups(a, b) 0 argument
|
H A D | md5.c | 154 #define STEP(f, a, b, c, d, x, t, s) \ argument 190 php_uint32 a, b, c, d; in body() local
|
H A D | crypt_sha512.c | 44 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 47 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 135 uint64_t a = ctx->H[0]; in sha512_process_block() local
|
H A D | array.c | 173 static int php_array_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_key_compare() 228 static int php_array_reverse_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_reverse_key_compare() 359 static int php_array_data_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_data_compare() 399 static int php_array_reverse_data_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_reverse_data_compare() 444 static int php_array_natural_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_natural_compare() 450 static int php_array_natural_case_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_natural_case_compare() 574 static int php_array_user_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_compare() 719 static int php_array_user_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_key_compare() 2756 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare() 2791 static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_user_compare() [all …]
|
H A D | crypt_sha256.c | 56 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 59 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 111 uint32_t a = ctx->H[0]; in sha256_process_block() local
|
H A D | php_filestat.h | 81 #define getgroups(a, b) 0 argument
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_priv.h | 124 #define SET_CLIENT_ERROR(error_info, a, b, c) \ argument 156 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c) argument
|
/PHP-5.6/sapi/apache2filter/ |
H A D | apache_config.c | 41 #define phpapdebug(a) fprintf a argument 43 #define phpapdebug(a) argument
|
/PHP-5.6/TSRM/ |
H A D | tsrm_nw.c | 47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
|
/PHP-5.6/sapi/apache2handler/ |
H A D | apache_config.c | 41 #define phpapdebug(a) fprintf a argument 43 #define phpapdebug(a) argument
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_io_ss.c | 132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
|
H A D | gd_io_file.c | 94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
|
/PHP-5.6/ext/ereg/regex/ |
H A D | regexec.c | 29 #define EQ(a, b) ((a) == (b)) argument 76 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) argument
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf.c | 71 #define DPRINTF(a) printf a, fflush(stdout) argument 151 #define CDF_UNPACK(a) \ argument 153 #define CDF_UNPACKA(a) \ argument 1077 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument 1078 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
|