Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-5.5/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()
2887 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare()
2922 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.5/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.5/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.5/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
/PHP-5.5/Zend/
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.5/sapi/apache2handler/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.5/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.c385 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
685 unsigned char a; in gdImagePngCtxEx() local
H A Dgd_interpolation.c68 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
70 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
72 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
74 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
349 const double a = -DEFAULT_FILTER_GENERALIZED_CUBIC; in filter_generalized_cubic() local
529 double a, b, c, d; in filter_bspline() local
582 const double a = 2.0f; in filter_power() local
694 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
762 int r, g, b, a; in getPixelInterpolateWeight() local
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
H A Dgd_crop.c333 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
/PHP-5.5/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.5/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
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument
/PHP-5.5/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.5/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 354 milliseconds

1234567