Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 155) sorted by last modified time

1234567

/PHP-7.4/ext/gd/
H A Dgd.c1430 int body_size, n = 0, b, i, body_size_check; in PHP_FUNCTION() local
2737 int b; in _php_image_output() local
4442 zend_long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-7.4/main/streams/
H A Dstreams.c1420 ssize_t b; in _php_stream_passthru() local
2321 PHPAPI int php_stream_dirent_alphasort(const zend_string **a, const zend_string **b)
2329 PHPAPI int php_stream_dirent_alphasortr(const zend_string **a, const zend_string **b)
2338 int (*compare) (const zend_string **a, const zend_string **b))
/PHP-7.4/ext/standard/
H A Darray.c136 static int php_array_key_compare(const void *a, const void *b) /* {{{ */ in php_array_key_compare()
177 static int php_array_reverse_key_compare(const void *a, const void *b) /* {{{ */ in php_array_reverse_key_compare()
183 static int php_array_key_compare_numeric(const void *a, const void *b) /* {{{ */ in php_array_key_compare_numeric()
246 static int php_array_key_compare_string(const void *a, const void *b) /* {{{ */ in php_array_key_compare_string()
364 static int php_array_data_compare(const void *a, const void *b) /* {{{ */ in php_array_data_compare()
505 static int php_array_natural_compare(const void *a, const void *b) /* {{{ */ in php_array_natural_compare()
954 static int php_array_user_compare(const void *a, const void *b) /* {{{ */ in php_array_user_compare()
1066 static int php_array_user_key_compare(const void *a, const void *b) /* {{{ */ in php_array_user_key_compare()
4527 Bucket b; member
4654 static int zval_user_compare(zval *a, zval *b) /* {{{ */
[all …]
H A Dimage.c208 unsigned char *b, *buf = NULL; in php_handle_swc() local
H A Dinfo.c750 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c385 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
398 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
H A Dgd.c301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
348 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
350 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
352 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
354 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
1217 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
1718 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1757 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
[all …]
H A Dgd_interpolation.c80 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
82 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
84 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
551 double a, b, c, d; in filter_bspline() local
708 int r, g, b, a; in getPixelInterpolateWeight() local
940 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
986 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
H A Dgd_crop.c284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
/PHP-7.4/ext/date/
H A Dphp_date.c4178 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
4651 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-7.4/ext/mysqli/
H A Dmysqli.c41 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/PHP-7.4/ext/zip/
H A Dphp_zip.c141 char b[8192]; in php_zip_extract_file() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c70 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c36 # define strtoll(s, f, b) _atoi64(s) argument
39 # define strtoll(s, f, b) atoll(s) argument
41 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-7.4/ext/phar/
H A Dphar_object.c1398 char *b; member
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
H A Dphp_cli.c178 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
H A Dphp_cli_server.c283 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-7.4/Zend/
H A Dzend_API.c1462 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1549 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool()
1627 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1731 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
H A Dzend_alloc.c1149 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1153 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h75 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
76 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c243 static int module_name_cmp(const void *a, const void *b) in module_name_cmp()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c189 static int module_name_cmp(const void *a, const void *b) /* {{{ */ in module_name_cmp()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2061 static int join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
2078 static int join_partial_objects(zval *a, zval *b) in join_partial_objects()
2094 static void join_phi_values(zval *a, zval *b, zend_bool escape) { in join_phi_values()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2202 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2218 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()

Completed in 187 milliseconds

1234567