Home
last modified time | relevance | path

Searched defs:a (Results 51 – 75 of 159) sorted by relevance

1234567

/PHP-5.6/main/
H A Dmergesort.c240 #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 Dbench.php25 function hallo($a) {
40 function hallo2($a) {
H A Dzend_qsort.c28 static void _zend_qsort_swap(void *a, void *b, size_t siz) in _zend_qsort_swap()
H A Dzend_config.w32.h56 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
/PHP-5.6/ext/zip/lib/
H A Dzip_string.c59 _zip_string_equal(const struct zip_string *a, const struct zip_string *b) in _zip_string_equal()
H A Dzip_dirent.c849 _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 Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.c22 #define YYDEBUG(a, b) argument
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s) \ argument
/PHP-5.6/ext/standard/
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
190 php_uint32 a, b, c, d; in body() local
H A Dcrypt_sha512.c44 # 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 Darray.c173 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 Dcrypt_sha256.c56 # 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 Dphp_filestat.h81 #define getgroups(a, b) 0 argument
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_priv.h124 #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 Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.6/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dbase64.c150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.6/ext/gd/libgd/
H A Dgd_io_ss.c132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_io_file.c94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
/PHP-5.6/ext/ereg/regex/
H A Dregexec.c29 #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 Dcdf.c71 #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

Completed in 73 milliseconds

1234567