/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 47 #define mysql_errno(r) mysqlnd_errno((r)) argument 48 #define mysql_error(r) mysqlnd_error((r)) argument 54 #define mysql_fetch_row(r) mysqlnd_fetch_row_c((r)) argument 59 #define mysql_insert_id(r) mysqlnd_insert_id((r)) argument 60 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument 67 #define mysql_num_rows(r) mysqlnd_num_rows((r)) argument 68 #define mysql_ping(r) mysqlnd_ping((r)) argument 76 #define mysql_sqlstate(r) mysqlnd_sqlstate((r)) argument 103 #define mysql_info(r) mysqlnd_info((r)) argument 106 #define mysql_stmt_init(r) mysqlnd_stmt_init((r)) argument [all …]
|
/PHP-8.0/ext/hash/ |
H A D | hash_gost.c | 34 #define R(tables, key, h, i, t, l, r) \ argument 85 #define A(x, l, r) \ argument 97 #define AA(x, l, r) \ argument 121 #define S(s, l, r) \ argument 209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local 266 size_t i = 0, r = (context->length + len) % 32; in PHP_GOSTUpdate() local 310 int r = FAILURE; in php_gost_unserialize() local
|
H A D | hash_whirlpool.c | 39 int i, r; in WhirlpoolTransform() local 435 int r = FAILURE; in php_whirlpool_unserialize() local
|
H A D | hash_sha3.c | 112 unsigned char r = ((t + 1) * (t + 2) / 2) % 64; in permute() local 210 int r = FAILURE; in php_sha3_unserialize() local 305 int r = FAILURE; in php_keccak_unserialize() local
|
H A D | hash_snefru.c | 152 size_t i = 0, r = (context->length + len) % 32; in PHP_SNEFRUUpdate() local 195 int r = FAILURE; in php_snefru_unserialize() local
|
H A D | hash_tiger.c | 200 size_t i = 0, r = (context->length + len) % 64; in PHP_TIGERUpdate() local 245 int r = FAILURE; in php_tiger_unserialize() local
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_io.c | 26 #define GD_IO_EOF_CHK(r) \ argument 78 int r; in gdGetByte() local 87 int r; in gdGetWord() local 120 unsigned int r; in gdGetInt() local 145 unsigned int r = 0; in gdGetIntLSB() local
|
H A D | gd_rotate.c | 19 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 204 int c,r,g,b,a; in gdImageRotate90() local 251 int c,r,g,b,a; in gdImageRotate180() local 299 int c,r,g,b,a; in gdImageRotate270() local
|
H A D | gd_filter.c | 117 int r,g,b,a; in gdImageNegate() local 150 int r,g,b,a; in gdImageGrayScale() local 190 int r,g,b,a; in gdImageBrightness() local 235 int r,g,b,a; in gdImageContrast() local 307 int r,g,b,a; in gdImageColor() local
|
H A D | gd_pixelate.c | 26 int a, r, g, b, c; in gdImagePixelate() local
|
H A D | gd.c | 301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest() 306 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha() 472 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() 497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() 502 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha() 519 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate() 564 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 569 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() 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 [all …]
|
H A D | gd_crop.c | 284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
|
H A D | gd_png.c | 388 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local 401 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
|
/PHP-8.0/sapi/apache2handler/ |
H A D | sapi_apache2.c | 73 request_rec *r; in ZEND_TSRMLS_CACHE_DEFINE() local 183 request_rec *r; in php_apache_sapi_read_post() local 286 request_rec *r; in php_apache_sapi_flush() local 357 static void php_apache_sapi_log_message_ex(const char *msg, request_rec *r) in php_apache_sapi_log_message_ex() 506 static int php_apache_request_ctor(request_rec *r, php_struct *ctx) in php_apache_request_ctor() 544 static void php_apache_request_dtor(request_rec *r) in php_apache_request_dtor() 549 static void php_apache_ini_dtor(request_rec *r, request_rec *p) in php_apache_ini_dtor() 571 static int php_handler(request_rec *r) in php_handler()
|
H A D | php_functions.c | 258 request_rec *r; in PHP_FUNCTION() local 293 request_rec *r; in PHP_FUNCTION() local
|
H A D | php_apache.h | 42 request_rec *r; member
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 341 struct rlimit r; in fpm_unix_init_child() local 351 struct rlimit r; in fpm_unix_init_child() local 461 struct rlimit r; in fpm_unix_init_main() local 472 struct rlimit r; in fpm_unix_init_main() local
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 31 #define mysqli_result_is_unbuffered(r) ((r)->unbuf) argument 32 #define mysqli_result_is_unbuffered_and_not_everything_is_fetched(r) ((r)->unbuf && !(r)->unbuf->eo… argument 40 #define mysqli_free_result(r, implicit) mysqlnd_free_result((r), (implicit)) argument
|
H A D | mysqli_libmysql.h | 30 #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RES… argument 31 #define mysqli_result_is_unbuffered_and_not_everything_is_fetched(r) mysqli_result_is_unbuffered(r) argument 39 #define mysqli_free_result(r, is_forced) mysql_free_result((r)) argument
|
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | decode.c | 39 #define REX_W(r) ( ( 0xF & ( r ) ) >> 3 ) argument 40 #define REX_R(r) ( ( 0x7 & ( r ) ) >> 2 ) argument 41 #define REX_X(r) ( ( 0x3 & ( r ) ) >> 1 ) argument 42 #define REX_B(r) ( ( 0x1 & ( r ) ) >> 0 ) argument 151 uint16_t r, ret; in inp_uint16() local 161 uint32_t r, ret; in inp_uint32() local 175 uint64_t r, ret; in inp_uint64() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 510 recurse_check *r = recurses; in find_minlength() local 570 recurse_check *r = recurses; in find_minlength() local 656 recurse_check *r = recurses; in find_minlength() local
|
/PHP-8.0/ext/date/lib/ |
H A D | astro.c | 133 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos() 160 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | create-test.php | 71 $r = [$pipes[1], STDIN]; variable
|
/PHP-8.0/ext/dba/libcdb/ |
H A D | cdb.c | 109 int r; in cdb_read() local
|
/PHP-8.0/ext/standard/ |
H A D | html.c | 1414 const entity_stage3_row *r, in write_s3row_data() 1521 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION() local 1540 const entity_stage3_row *r; in PHP_FUNCTION() local 1563 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION() local
|