/PHP-5.3/ext/gd/libgd/ |
H A D | gd_rotate.c | 46 if (i < dst->sx) { in gdImageSkewX() 209 gdImagePtr dst; in gdImageRotate90() local 239 gdImageSetPixel(dst, uY, (dst->sy - uX - 1), dst->transparent); in gdImageRotate90() 241 gdImageSetPixel(dst, uY, (dst->sy - uX - 1), c); in gdImageRotate90() 248 return dst; in gdImageRotate90() 287 gdImageSetPixel(dst, (dst->sx - uX - 1), (dst->sy - uY - 1), dst->transparent); in gdImageRotate180() 289 gdImageSetPixel(dst, (dst->sx - uX - 1), (dst->sy - uY - 1), c); in gdImageRotate180() 296 return dst; in gdImageRotate180() 335 gdImageSetPixel(dst, (dst->sx - uY - 1), uX, dst->transparent); in gdImageRotate270() 337 gdImageSetPixel(dst, (dst->sx - uY - 1), uX, c); in gdImageRotate270() [all …]
|
H A D | gd.c | 2159 if (dst->trueColor) { in gdImageCopy() 2230 if (dst == src) { in gdImageCopy() 2269 if (dst == src) { in gdImageCopyMerge() 2319 …g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlu… in gdImageCopyMergeGray() 2388 if (dst->trueColor) { in gdImageCopyResized() 2425 if (dst == src) { in gdImageCopyResized() 2462 if (!dst->trueColor) { in gdImageCopyResampled() 2890 return dst; in gdAlphaBlend() 2962 dst = dst << 1; in gdAlphaOverlayColor() 2963 if( dst > max ) { in gdAlphaOverlayColor() [all …]
|
/PHP-5.3/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` 182 $doit $instcmd $dst && 194 dstfile=`basename $dst` 196 dstfile=`basename $dst $transformbasename | [all …]
|
/PHP-5.3/ext/date/tests/ |
H A D | 010.phpt | 14 ["dst"]=> 23 ["dst"]=> 32 ["dst"]=> 41 ["dst"]=> 50 ["dst"]=> 59 ["dst"]=>
|
H A D | bug30096.phpt | 7 echo "no dst --> dst\n"; 14 echo "\ndst --> no dst\n"; 38 no dst --> dst 44 dst --> no dst
|
H A D | timezone_abbreviations_list_basic1.phpt | 6 * Description: Returns associative array containing dst, offset and the timezone name 35 ["dst"]=> 44 ["dst"]=> 53 ["dst"]=> 62 ["dst"]=>
|
H A D | DateTimeZone_listAbbreviations_basic1.phpt | 6 * Description: Returns associative array containing dst, offset and the timezone name 35 ["dst"]=> 44 ["dst"]=> 53 ["dst"]=> 62 ["dst"]=>
|
/PHP-5.3/ext/filter/tests/ |
H A D | 049.phpt | 18 foreach ($test as $src => $dst) { 20 if ($dst !== $out) { 22 echo "$src -> false != $dst\n"; 23 } elseif ($dst === false) { 26 echo "$src -> $out != $dst\n";
|
H A D | 050.phpt | 13 foreach ($test as $src => $dst) { 15 if ($dst !== $out) { 17 echo "$src -> false != $dst\n"; 18 } elseif ($dst === false) { 21 echo "$src -> $out != $dst\n";
|
/PHP-5.3/ext/date/lib/ |
H A D | unixtime2tm.c | 130 tm->dst = 0; in timelib_unixtime2gmt() 147 signed int dst = tm->dst; in timelib_update_from_sse() local 149 timelib_unixtime2gmt(tm, tm->sse - (tm->z * 60) + (tm->dst * 3600)); in timelib_update_from_sse() 152 tm->dst = dst; in timelib_update_from_sse() 185 signed int dst = tm->dst; in timelib_unixtime2local() local 187 timelib_unixtime2gmt(tm, ts - (tm->z * 60) + (tm->dst * 3600)); in timelib_unixtime2local() 190 tm->dst = dst; in timelib_unixtime2local() 200 tm->dst = gmt_offset->is_dst; in timelib_unixtime2local() 230 t->dst = gmt_offset->is_dst; in timelib_set_timezone()
|
/PHP-5.3/win32/ |
H A D | inet.c | 10 PHPAPI int inet_pton(int af, const char* src, void* dst) in inet_pton() argument 33 memcpy (dst, &sin->sin_addr, sizeof (struct in_addr)); in inet_pton() 37 memcpy (dst, &sin6->sin6_addr, sizeof (struct in6_addr)); in inet_pton() 46 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size) in inet_ntop() argument 72 if (WSAAddressToString ((LPSOCKADDR) &sa, address_length, NULL, dst, &string_length) == 0) { in inet_ntop() 73 return dst; in inet_ntop()
|
H A D | inet.h | 7 PHPAPI int inet_pton(int af, const char* src, void* dst); 8 PHPAPI const char* inet_ntop(int af, const void* src, char* dst, size_t size);
|
/PHP-5.3/main/ |
H A D | strlcat.c | 67 PHPAPI size_t php_strlcat(dst, src, siz) in php_strlcat() argument 68 char *dst; in php_strlcat() 72 register char *d = dst; 80 dlen = d - dst;
|
H A D | strlcpy.c | 66 PHPAPI size_t php_strlcpy(dst, src, siz) in php_strlcpy() argument 67 char *dst; in php_strlcpy() 71 register char *d = dst;
|
H A D | snprintf.c | 153 dst = buf; in php_gcvt() 155 *dst++ = '-'; in php_gcvt() 167 *dst++ = *src++; in php_gcvt() 170 *dst++ = '0'; in php_gcvt() 178 *dst++ = '-'; in php_gcvt() 180 *dst++ = '+'; in php_gcvt() 184 *dst = '\0'; in php_gcvt() 200 *dst++ = '0'; in php_gcvt() 204 *dst++ = *src++; in php_gcvt() 206 *dst = '\0'; in php_gcvt() [all …]
|
H A D | mergesort.c | 74 #define ICOPY_LIST(src, dst, last) \ argument 76 *(int*)dst = *(int*)src, src += ISIZE, dst += ISIZE; \ 78 #define ICOPY_ELT(src, dst, i) \ argument 80 *(int*) dst = *(int*) src, src += ISIZE, dst += ISIZE; \ 83 #define CCOPY_LIST(src, dst, last) \ argument 85 *dst++ = *src++; \ 87 #define CCOPY_ELT(src, dst, i) \ argument 89 *dst++ = *src++; \
|
H A D | php.h | 110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument 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);
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_str.h | 8 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename() argument 12 d = dst; in str_purify_filename() 13 end = dst + size - 1; in str_purify_filename()
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regexec.c | 40 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n)) argument 41 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) argument 89 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) argument 90 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) argument
|
/PHP-5.3/ext/standard/ |
H A D | uuencode.c | 195 char *src, *dst; in PHP_FUNCTION() local 202 dst_len = php_uuencode(src, src_len, &dst); in PHP_FUNCTION() 204 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION() 212 char *src, *dst; in PHP_FUNCTION() local 219 dst_len = php_uudecode(src, src_len, &dst); in PHP_FUNCTION() 225 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION()
|
H A D | crypt_blowfish.c | 377 #define BF_safe_atoi64(dst, src) \ argument 384 (dst) = tmp; \ 387 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument 389 unsigned char *dptr = (unsigned char *)dst; in BF_decode() 414 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument 418 unsigned char *dptr = (unsigned char *)dst; in BF_encode()
|
/PHP-5.3/ext/zip/lib/ |
H A D | zip_error.c | 52 _zip_error_copy(struct zip_error *dst, struct zip_error *src) in _zip_error_copy() argument 54 dst->zip_err = src->zip_err; in _zip_error_copy() 55 dst->sys_err = src->sys_err; in _zip_error_copy()
|
/PHP-5.3/ext/pdo/ |
H A D | pdo.c | 323 char *dst = outbuf; in php_pdo_int64_to_str() local 327 *dst++ = '-'; in php_pdo_int64_to_str() 331 *dst++ = '0'; in php_pdo_int64_to_str() 332 *dst++ = '\0'; in php_pdo_int64_to_str() 351 while ((*dst++ = *p++) != 0) in php_pdo_int64_to_str() 353 *dst = '\0'; in php_pdo_int64_to_str()
|
/PHP-5.3/ext/gd/tests/ |
H A D | copyresized.phpt | 18 function check_doublesize($dst) { 30 $p2 = imagecolorat($dst, $x, $y); 31 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
|
/PHP-5.3/build/ |
H A D | shtool | 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 ]; then 923 if cmp -s "$src" "$dst"; then 937 echo "rm -f $dst && mv $dsttmp $dst" 1>&2 939 rm -f $dst && mv $dsttmp $dst
|