Home
last modified time | relevance | path

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

123456

/PHP-5.4/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.c50 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
53 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
141 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()
2842 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare()
2877 static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_user_compare()
[all …]
H A Dcrypt_sha256.c62 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
65 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
117 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dphp_filestat.h81 #define getgroups(a, b) 0 argument
H A Dphp_smart_str.h46 #define SMART_STR_REALLOC(a,b,c) realloc((a),(b)) argument
48 #define SMART_STR_REALLOC(a,b,c) perealloc((a),(b),(c)) argument
/PHP-5.4/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.4/Zend/
H A Dzend_config.w32.h56 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
/PHP-5.4/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_priv.h139 #define SET_CLIENT_ERROR(error_info, a, b, c) \ argument
171 #define SET_STMT_ERROR(stmt, a, b, c) SET_CLIENT_ERROR(*(stmt)->error_info, a, b, c) argument
/PHP-5.4/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.c146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.4/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()
H A Dgd_png.c383 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
683 unsigned char a; in gdImagePngCtxEx() local
H A Dgd.c262 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
304 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
306 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
308 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
310 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
458 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
480 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
525 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
1261 #define BLEND_COLOR(a, nc, c, cc) \ argument
2715 int gdCompareInt (const void *a, const void *b) in gdCompareInt()
/PHP-5.4/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.4/ext/phar/
H A Dphar_internal.h543 #define PHAR_STR(a, b) \ argument
545 #define PHAR_ZSTR(a, b) \ argument
547 #define PHAR_STR_FREE(a) \ argument
583 #define PHAR_STR(a, b) \ argument
585 #define PHAR_ZSTR(a, b) \ argument
587 #define PHAR_STR_FREE(a) argument
/PHP-5.4/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
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
H A Dfile.h107 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
121 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
125 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
476 #define strtoul(a, b, c) strtol(a, b, c) argument
/PHP-5.4/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a,b) \ argument
52 #define MYSQLI_ADD_PROPERTIES_INFO(a,b) \ argument
1337 #define ALLOC_CALLBACK_ARGS(a, b, c)\ argument
1346 #define FREE_CALLBACK_ARGS(a, b, c)\ argument
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h433 #define PUT(a,n,d) \ argument
437 #define GET(a,n) \ argument
450 #define GET(a,n) \ argument
464 #define GET(a,n) \ argument
482 #define PUT(a,n,d) \ argument
485 #define GET(a,n) \ argument
500 #define GET(a,n) \ argument
520 #define GET(a,n) \ argument
551 #define GET2(a,n) \ argument
561 #define GET2(a,n) \ argument
[all …]
/PHP-5.4/ext/ereg/
H A Dereg.c213 #define regfree(a); argument
215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) argument

Completed in 227 milliseconds

123456