/PHP-5.3/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 1270 isinsets(g, c) in isinsets() argument 1290 samesets(g, c1, c2) in samesets() argument 1312 categorize(p, g) in categorize() argument 1475 stripsnug(p, g) in stripsnug() argument 1498 findmust(p, g) in findmust() argument 1584 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.3/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 | 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 | 410 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument 418 #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.3/ext/posix/ |
H A D | posix.c | 924 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array() 1009 struct group *g; in PHP_FUNCTION() local 1065 struct group *g; in PHP_FUNCTION() local
|
/PHP-5.3/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.3/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.3/ext/mbstring/oniguruma/ |
H A D | st.c | 545 register unsigned int h = 0, g; local
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1220 glob_t g; in fpm_conf_ini_parser_include() local
|
/PHP-5.3/ext/mbstring/ |
H A D | php_mbregex.c | 55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1423 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 4821 long r,g,b,tmp; in php_image_filter_colorize() local
|