Home
last modified time | relevance | path

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

1234567

/PHP-7.0/main/
H A Dphp.h153 #define CREATE_MUTEX(a, b) argument
154 #define SET_MUTEX(a) argument
155 #define FREE_MUTEX(a) argument
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 *)) in insertionsort()
/PHP-7.0/ext/calendar/
H A Deaster.c38 time_t a; in _cal_easter() local
/PHP-7.0/ext/standard/
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m argument
H A Dmicrotime.c134 #define PHP_RUSAGE_PARA(a) \ in PHP_FUNCTION() argument
H A Dmd5.c157 #define STEP(f, a, b, c, d, x, t, s) \ argument
193 php_uint32 a, b, c, d; in body() local
H A Dphp_smart_string.h47 #define SMART_STRING_REALLOC(a,b,c) realloc((a),(b)) argument
49 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
H A Dpageinfo.c43 #define getgroups(a, b) 0 argument
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 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.h76 #define getgroups(a, b) 0 argument
/PHP-7.0/ext/fileinfo/libmagic/
H A Dprint.c55 #define SZOF(a) (sizeof(a) / sizeof(a[0])) argument
/PHP-7.0/Zend/
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
H A Dzend_config.w32.h55 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
/PHP-7.0/ext/zip/lib/
H A Dzip_string.c56 _zip_string_equal(const zip_string_t *a, const zip_string_t *b) in _zip_string_equal()
/PHP-7.0/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-7.0/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-7.0/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dbase64.c150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_lexer.c23 #define YYDEBUG(a, b) argument
/PHP-7.0/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-7.0/ext/session/
H A Dmod_user.c48 #define PSF(a) PS(mod_user_names).name.ps_##a argument
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument

Completed in 65 milliseconds

1234567