/PHP-5.4/ext/ereg/regex/ |
H A D | debug.c | 22 register struct re_guts *g = r->re_g; local 91 s_print(g, d) in s_print() argument
|
H A D | regfree.c | 17 register struct re_guts *g; variable
|
H A D | regcomp.c | 29 struct re_guts *g; member 94 register struct re_guts *g; variable 1278 isinsets(g, c) in isinsets() argument 1302 samesets(g, c1, c2) in samesets() argument 1324 categorize(p, g) in categorize() argument 1487 stripsnug(p, g) in stripsnug() argument 1510 findmust(p, g) in findmust() argument 1596 pluscount(p, g) in pluscount() argument
|
H A D | engine.c | 33 struct re_guts *g; member 66 matcher(g, string, nmatch, pmatch, eflags) in matcher() argument 812 step(g, start, stop, bef, ch, aft) in step() argument 941 register struct re_guts *g = m->g; local
|
H A D | regexec.c | 120 register struct re_guts *g = preg->re_g; variable
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_rotate.c | 23 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 208 int c,r,g,b,a; in gdImageRotate90() local 255 int c,r,g,b,a; in gdImageRotate180() local 303 int c,r,g,b,a; in gdImageRotate270() local
|
H A D | gd_filter.c | 19 int r,g,b,a; in gdImageNegate() local 52 int r,g,b,a; in gdImageGrayScale() local 85 int r,g,b,a; in gdImageBrightness() local 130 int r,g,b,a; in gdImageContrast() local 202 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 | webpimg.c | 100 static inline int GetLumaY(int r, int g, int b) { in GetLumaY() 109 const int g = GetGreen(rgba); in GetLumaYfromPtr() local 114 static inline int GetChromaU(int r, int g, int b) { in GetChromaU() 119 static inline int GetChromaV(int r, int g, int b) { in GetChromaV() 156 const int g = kClip[y + g_off - RGB_RANGE_MIN]; in ToRGB() local
|
H A D | gd.c | 257 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest() 262 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha() 428 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() 453 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() 458 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha() 475 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate() 480 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha() 520 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 525 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() 1266 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local [all …]
|
H A D | gd_png.c | 362 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local 375 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
|
H A D | gd_topal.c | 371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local 1143 int r, g, b; local 1315 int r, g, b; local
|
H A D | gd.h | 413 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument 421 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
|
H A D | gd_gd2.c | 346 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
|
/PHP-5.4/ext/posix/ |
H A D | posix.c | 914 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array() 994 struct group *g; in PHP_FUNCTION() local 1050 struct group *g; in PHP_FUNCTION() local
|
/PHP-5.4/ext/hash/ |
H A D | hash_sha.c | 483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local 793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
|
/PHP-5.4/Zend/ |
H A D | micro_bench.php | 116 function g() { function in Foo
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | st.c | 545 register unsigned int h = 0, g; local
|
/PHP-5.4/ext/standard/ |
H A D | crypt_sha512.c | 147 uint64_t g = ctx->H[6]; in sha512_process_block() local
|
H A D | crypt_sha256.c | 123 uint32_t g = ctx->H[6]; in sha256_process_block() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1242 glob_t g; in fpm_conf_ini_parser_include() local
|
/PHP-5.4/ext/mbstring/ |
H A D | php_mbregex.c | 55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 1443 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 4855 long r,g,b,tmp; in php_image_filter_colorize() local
|