Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 99) sorted by path

1234

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c308 DWORD r = GetCurrentDirectory(len, tmp); in php_sys_stat_ex() local
599 realpath_cache_bucket *r = p; in realpath_cache_clean() local
622 realpath_cache_bucket *r = *bucket; in realpath_cache_del() local
704 realpath_cache_bucket *r = *bucket; in realpath_cache_find() local
/PHP-5.5/Zend/
H A Dzend_API.c1130 zval *r; in zend_update_class_constants() local
1258 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex()
1341 ZEND_API int add_index_resource(zval *arg, ulong index, int r) /* {{{ */ in add_index_resource()
1424 ZEND_API int add_next_index_resource(zval *arg, int r) /* {{{ */ in add_next_index_resource()
1776 zend_module_entry *m, *r; in zend_sort_modules() local
H A Dzend_hash.c1289 Bucket *r = p->pListLast; in zend_hash_update_current_key_ex() local
H A Dzend_strtod.c520 int j, k, *r; in rv_alloc() local
/PHP-5.5/ext/date/lib/
H A Dastro.c128 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos()
155 static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) in astro_sun_RA_dec()
/PHP-5.5/ext/date/
H A Dphp_date.c3977 int r = 0; in date_interval_initialize() local
4356 int r = 0; in date_period_initialize() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c111 int r; in cdb_read() local
/PHP-5.5/ext/enchant/docs/examples/
H A Dexample1.php3 $r = enchant_broker_init(); variable
/PHP-5.5/ext/ereg/
H A Dereg.c141 int r = 0; in _php_regcomp() local
/PHP-5.5/ext/ereg/regex/
H A Ddebug.c18 regprint(r, d) in regprint() argument
H A Dregerror.c71 register const struct rerr *r; in regerror() local
120 register const struct rerr *r; local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c248 ssize_t r; in file_pipe2file() local
390 ssize_t r; in uncompressbuf() local
/PHP-5.5/ext/gd/
H A Dgd.c4690 long r,g,b,tmp; in php_image_filter_colorize() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c265 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
270 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
307 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} argument
436 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB()
461 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
466 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
483 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
488 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
528 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
533 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
[all …]
H A Dgd.h532 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
540 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
H A Dgd_crop.c333 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() 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_gd2.c358 int r = chunkBuf[chunkPos++] << 16; in gdImageCreateFromGd2Ctx() local
H A Dgd_gif_out.c240 int r; in GIFNextPixel() local
H A Dgd_interpolation.c762 int r, g, b, a; in getPixelInterpolateWeight() local
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
1043 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
2245 static void gdImageClipRectangle(gdImagePtr im, gdRectPtr r) in gdImageClipRectangle()
2259 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect()
H A Dgd_io.c26 #define GD_IO_EOF_CHK(r) \ argument
78 int r; in gdGetByte() local
87 int r; in gdGetWord() local
100 int r; in gdGetInt() local
H A Dgd_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
H A Dgd_png.c363 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
376 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
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

Completed in 129 milliseconds

1234