| /PHP_TRUNK/ext/bcmath/libbcmath/ |
| H A D | install-sh | 42 dst="" 88 dst=$1 104 dst=$src 107 if [ -d $dst ]; then 126 if [ x"$dst" = x ] 137 if [ -d $dst ] 139 dst="$dst"/`basename $src` 146 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 182 $doit $instcmd $dst [all...] |
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regexec.c | 40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) 41 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) 89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 90 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_error.c | 55 _zip_error_copy(struct zip_error *dst, struct zip_error *src) 57 dst->zip_err = src->zip_err; 58 dst->sys_err = src->sys_err; 52 _zip_error_copy(struct zip_error *dst, struct zip_error *src) argument
|
| /PHP_TRUNK/main/ |
| H A D | mergesort.c | 74 #define ICOPY_LIST(src, dst, last) \ 76 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \ 78 #define ICOPY_ELT(src, dst, i) \ 80 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \ 83 #define CCOPY_LIST(src, dst, last) \ 85 *dst++ = *src++; \ 87 #define CCOPY_ELT(src, dst, i) \ 89 *dst [all...] |
| H A D | php.h | 106 * size is the allocated number of bytes of dst 110 #define PHP_STRLCPY(dst, src, size, src_size) \ 118 memcpy(dst, src, php_str_len); \ 119 dst[php_str_len] = '\0'; \ 124 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz); 132 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
|
| H A D | snprintf.c | 139 char *digits, *dst, *src; local 153 dst = buf; 155 *dst++ = '-'; 167 *dst++ = *src++; 168 *dst++ = dec_point; 170 *dst++ = '0'; 173 *dst++ = *src++; 176 *dst++ = exponent; 178 *dst++ = '-'; 180 *dst [all...] |
| H A D | strlcat.c | 62 * Appends src to string dst of size siz (unlike strncat, siz is the 63 * full size of dst, not space left). At most siz-1 characters 67 PHPAPI size_t php_strlcat(dst, src, siz) 68 char *dst; 72 register char *d = dst; 77 /* Find the end of dst and adjust bytes left but don't go past end */ 80 dlen = d - dst;
|
| H A D | strlcpy.c | 62 * Copy src to string dst of size siz. At most siz-1 characters 66 PHPAPI size_t php_strlcpy(dst, src, siz) 67 char *dst; 71 register char *d = dst; 83 /* Not enough room in dst, add NUL and traverse rest of src */ 86 *d = '\0'; /* NUL-terminate dst */
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_str.h | 8 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ argument 12 d = dst; 13 end = dst + size - 1;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_llist.c | 158 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) argument 162 zend_llist_init(dst, src->size, src->dtor, src->persistent); 165 zend_llist_add_element(dst, ptr->data);
|
| H A D | zend_llist.h | 57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib_structs.h | 160 signed int dst; /* Flag if we were parsing a DST zone */ member in struct:timelib_time
|
| H A D | unixtime2tm.c | 130 tm->dst = 0; 147 signed int dst = tm->dst; local 149 timelib_unixtime2gmt(tm, tm->sse - (tm->z * 60) + (tm->dst * 3600)); 152 tm->dst = dst; 185 signed int dst = tm->dst; local 187 timelib_unixtime2gmt(tm, ts - (tm->z * 60) + (tm->dst * 3600)); 190 tm->dst [all...] |
| H A D | parse_iso_intervals.re | 191 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb) 208 t->dst = 0; 216 t->dst = 0; 453 in.begin->dst = 0; 466 in.end->dst = 0;
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo.c | 323 char *dst = outbuf; local 327 *dst++ = '-'; 331 *dst++ = '0'; 332 *dst++ = '\0'; 351 while ((*dst++ = *p++) != 0) 353 *dst = '\0';
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.h | 46 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC);
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_crop.c | 45 gdImagePtr dst; local 48 dst = gdImageCreateTrueColor(crop->width, crop->height); 49 gdImageSaveAlpha(dst, 1); 51 dst = gdImageCreate(crop->width, crop->height); 52 gdImagePaletteCopy(dst, src); 54 dst->transparent = src->transparent; 65 if (dst == NULL) { 73 memcpy(dst->tpixels[dst_y++], src->tpixels[y++] + crop->x, crop->width * 4); 79 dst->pixels[y - crop->y][x - crop->x] = src->pixels[y][x]; 83 return dst; [all...] |
| H A D | gd_matrix.c | 20 * dst - Where to store the resulting point 27 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, argument 34 dst->x = x * affine[0] + y * affine[2] + affine[4]; 35 dst->y = x * affine[1] + y * affine[3] + affine[5]; 45 * by <dst> (commutative) will return the identity affine (rounding 49 * dst - Where to store the resulting affine transform 60 int gdAffineInvert (double dst[6], const double src[6]) argument 69 dst[0] = src[3] * r_det; 70 dst[1] = -src[1] * r_det; 71 dst[ 95 gdAffineFlip(double dst[6], const double src[6], const int flip_h, const int flip_v) argument 123 gdAffineConcat(double dst[6], const double m1[6], const double m2[6]) argument 152 gdAffineIdentity(double dst[6]) argument 174 gdAffineScale(double dst[6], const double scale_x, const double scale_y) argument 199 gdAffineRotate(double dst[6], const double angle) argument 224 gdAffineShearHorizontal(double dst[6], const double angle) argument 246 gdAffineShearVertical(double dst[6], const double angle) argument 269 gdAffineTranslate(double dst[6], const double offset_x, const double offset_y) argument [all...] |
| H A D | gd_rotate.c | 20 void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBack, int ignoretransparent) argument 43 gdImageSetPixel (dst, i, uRow, clrBack); 46 if (i < dst->sx) { 47 gdImageSetPixel (dst, i, uRow, clrBack); 85 if (ignoretransparent && pxlSrc == dst->transparent) { 86 pxlSrc = dst->transparent; 88 pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a); 91 pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a); 95 if ((i + iOffset >= 0) && (i + iOffset < dst->sx)) { 96 gdImageSetPixel (dst, 117 gdImageSkewY(gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBack, int ignoretransparent) argument 209 gdImagePtr dst; local 256 gdImagePtr dst; local 304 gdImagePtr dst; local [all...] |
| H A D | gd.h | 584 void gdImagePaletteCopy(gdImagePtr dst, gdImagePtr src); 670 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h); 671 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, 673 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, 679 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH); 690 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH); 862 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, const double affine[6]); 863 int gdAffineInvert (double dst[6], const double src[6]); 865 int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]); 867 int gdAffineIdentity (double dst[ [all...] |
| H A D | gd.c | 97 static int gdLayerOverlay(int dst, int src); 98 static int gdAlphaOverlayColor(int src, int dst, int max); 2152 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) argument 2160 if (dst->trueColor) { 2170 gdImageSetPixel (dst, dstX + x, dstY + y, c); 2179 gdImageSetPixel(dst, dstX + x, dstY + y, gdTrueColorAlpha(src->red[c], src->green[c], src->blue[c], src->alpha[c])); 2197 nc = gdImageColorResolveAlpha(dst, gdTrueColorGetRed(c), gdTrueColorGetGreen(c), gdTrueColorGetBlue(c), gdTrueColorGetAlpha(c)); 2199 gdImageSetPixel(dst, tox, toy, nc); 2228 mapTo = gdImageColorResolveAlpha (dst, gdTrueColorGetRed (c), gdTrueColorGetGreen (c), gdTrueColorGetBlue (c), gdTrueColorGetAlpha (c)); 2231 if (dst 2251 gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) argument 2291 gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) argument 2345 gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument 2455 gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument 2853 gdAlphaBlendOld(int dst, int src) argument 2875 gdAlphaBlend(int dst, int src) argument 2937 gdLayerOverlay(int dst, int src) argument 2949 gdAlphaOverlayColor(int src, int dst, int max ) argument [all...] |
| H A D | gd_interpolation.c | 24 as each column is mapped from src to dst image. This lets 606 static inline int _color_blend (const int dst, const int src) argument 613 const int dst_alpha = gdTrueColorGetAlpha(dst); 615 if( src_alpha == gdAlphaTransparent ) return dst; 627 + gdTrueColorGetRed(dst) * dst_weight) / tot_weight; 629 + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight; 631 + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight; 965 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribType *contrib) argument 968 int *p_dst_row = dst->tpixels[row]; 1060 gdImagePtr dst; local 1079 Scale(const gdImagePtr src, const unsigned int src_width, const unsigned int src_height, const gdImagePtr dst, const unsigned int new_width, const unsigned int new_height) argument 1401 gdImagePtr dst; local 1673 gdImagePtr dst; local 1730 gdImagePtr dst; local 1800 gdImagePtr dst; local 1926 gdImagePtr dst; local 2264 gdTransformAffineGetImage(gdImagePtr *dst, const gdImagePtr src, gdRectPtr src_area, const double affine[6]) argument 2330 gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src_region, const double affine[6]) argument [all...] |
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_util_funcs.h | 35 void zend_accel_move_user_functions(HashTable *str, HashTable *dst TSRMLS_DC);
|
| /PHP_TRUNK/build/ |
| H A D | shtool | 130 echo ' <src-file> <dst-file>' 132 echo ' [<src-path> ...] <dst-path>' 133 echo ' mkshadow [-v|--verbose] [-t|--trace] [-a|--all] <src-dir> <dst-dir>' 835 dst=$dstpath 840 dst="$dst/$dstfile" 844 if [ ".$src" = ".$dst" ]; then 854 dsttmp=`echo $dst |\ 860 echo "$src -> $dst" 1>&2 922 if [ -r $dst ]; the [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | uuencode.c | 192 char *src, *dst; local 199 dst_len = php_uuencode(src, src_len, &dst); 201 RETURN_STRINGL(dst, dst_len, 0); 209 char *src, *dst; local 216 dst_len = php_uudecode(src, src_len, &dst); 222 RETURN_STRINGL(dst, dst_len, 0);
|