Home
last modified time | relevance | path

Searched defs:g (Results 1 – 21 of 21) sorted by relevance

/PHP-5.3/ext/ereg/regex/
H A Ddebug.c22 register struct re_guts *g = r->re_g; local
91 s_print(g, d) in s_print() argument
H A Dregfree.c17 register struct re_guts *g; variable
H A Dregcomp.c29 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 Dengine.c33 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 Dregexec.c120 register struct re_guts *g = preg->re_g; variable
/PHP-5.3/ext/gd/libgd/
H A Dgd_rotate.c23 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 Dgd_filter.c19 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 Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
H A Dgd.c257 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 Dgd_png.c362 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 Dgd_topal.c371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgd.h410 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
418 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_gd2.c346 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
/PHP-5.3/ext/posix/
H A Dposix.c924 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 Dhash_sha.c483 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 Dcrypt_sha512.c147 uint64_t g = ctx->H[6]; in sha512_process_block() local
H A Dcrypt_sha256.c123 uint32_t g = ctx->H[6]; in sha256_process_block() local
/PHP-5.3/ext/mbstring/oniguruma/
H A Dst.c545 register unsigned int h = 0, g; local
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1220 glob_t g; in fpm_conf_ini_parser_include() local
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
/PHP-5.3/ext/gd/
H A Dgd.c1423 int gdImageColorResolve(gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
4821 long r,g,b,tmp; in php_image_filter_colorize() local

Completed in 125 milliseconds