Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 52) sorted by relevance

123

/PHP-5.3/ext/gd/libgd/
H A Dgd_rotate.c46 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 Dgd.c2159 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 Dinstall-sh42 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 D010.phpt14 ["dst"]=>
23 ["dst"]=>
32 ["dst"]=>
41 ["dst"]=>
50 ["dst"]=>
59 ["dst"]=>
H A Dbug30096.phpt7 echo "no dst --> dst\n";
14 echo "\ndst --> no dst\n";
38 no dst --> dst
44 dst --> no dst
H A Dtimezone_abbreviations_list_basic1.phpt6 * Description: Returns associative array containing dst, offset and the timezone name
35 ["dst"]=>
44 ["dst"]=>
53 ["dst"]=>
62 ["dst"]=>
H A DDateTimeZone_listAbbreviations_basic1.phpt6 * 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 D049.phpt18 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 D050.phpt13 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 Dunixtime2tm.c130 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 Dinet.c10 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 Dinet.h7 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 Dstrlcat.c67 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 Dstrlcpy.c66 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 Dsnprintf.c153 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 Dmergesort.c74 #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 Dphp.h110 #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 Dfpm_str.h8 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 Dregexec.c40 #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 Duuencode.c195 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 Dcrypt_blowfish.c377 #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 Dzip_error.c52 _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 Dpdo.c323 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 Dcopyresized.phpt18 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 Dshtool835 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

Completed in 59 milliseconds

123