Home
last modified time | relevance | path

Searched refs:dst (Results 26 – 50 of 105) sorted by relevance

12345

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_str.h6 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename() argument
10 d = dst; in str_purify_filename()
11 end = dst + size - 1; in str_purify_filename()
/PHP-8.2/ext/gd/tests/
H A Dbug73291.phpt18 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
19 if ($dst !== false) {
20 printf("size: %d*%d\n", imagesx($dst), imagesy($dst));
H A Dbug73281.phpt16 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
20 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
26 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
30 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
H A Dbug73279.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
16 printf("color: %x\n", imagecolorat($dst, 99, 99));
H A Dbug73279_old.phpt15 $dst = imagescale($src, 200, 200, IMG_BILINEAR_FIXED);
16 printf("color: %x\n", imagecolorat($dst, 99, 99));
H A Dbug73272.phpt15 $dst = imagerotate($src, 60, 0xFFFFFF);
17 test_image_equals_file(__DIR__ . DIRECTORY_SEPARATOR . 'bug73272.png', $dst);
H A Dcopyresized.phpt16 function check_doublesize($dst) {
28 $p2 = imagecolorat($dst, $x, $y);
29 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
/PHP-8.2/ext/json/
H A Djson_encoder.c324 char *dst; in php_json_escape_string() local
415 dst[0] = '\\'; in php_json_escape_string()
416 dst[1] = 'u'; in php_json_escape_string()
420 dst[5] = digits[us & 0xf]; in php_json_escape_string()
424 dst[0] = '\\'; in php_json_escape_string()
425 dst[1] = 'u'; in php_json_escape_string()
429 dst[5] = digits[us & 0xf]; in php_json_escape_string()
512 dst[0] = '\\'; in php_json_escape_string()
513 dst[1] = 'u'; in php_json_escape_string()
514 dst[2] = '0'; in php_json_escape_string()
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dbug65701.phpt14 $dst = tempnam($file_path, 'dstbug65701_file.txt');
18 copy($src, $dst);
19 var_dump(filesize($dst));
H A Dbug81145.phpt21 $dst = __DIR__ . "/bug81145_dst.bin";
33 copy($src, $dst);
34 if (filesize($src) !== filesize($dst)) {
38 $f2 = fopen($dst,'rb') or die("dst open failed");
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1365 if (dst != src2) { in emit_single_op()
1785 if (dst == TMP_REG2) in emit_op()
1878 dst_reg = FAST_IS_REG(dst) ? dst : TMP_REG2; in emit_op()
2233 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
2250 if (dst & SLJIT_MEM) in sljit_emit_fop1_conv_f64_from_sw()
2286 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
2317 if (dst & SLJIT_MEM) in sljit_emit_fop1()
2337 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop2()
2887 dst_reg = FAST_IS_REG(dst) ? dst : TMP_REG1; in sljit_emit_op_flags()
3066 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
[all …]
H A DsljitNativeMIPS_common.c1319 dst_r = dst; in emit_op()
1770 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1_conv_f64_from_sw()
1789 if (dst & SLJIT_MEM) in sljit_emit_fop1_conv_f64_from_sw()
1851 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; in sljit_emit_fop1()
1879 if (dst & SLJIT_MEM) in sljit_emit_fop1()
1900 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG2; in sljit_emit_fop2()
2318 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
2387 if (dst & SLJIT_MEM) in sljit_emit_op_flags()
2476 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG2; in sljit_emit_const()
2479 if (dst & SLJIT_MEM) in sljit_emit_const()
[all …]
H A DsljitLir.c1488 FUNCTION_FCHECK(dst, dstw); in check_sljit_emit_fop1()
1590 FUNCTION_FCHECK(dst, dstw); in check_sljit_emit_fop1_conv_f64_from_sw()
2449 SLJIT_UNUSED_ARG(dst); in sljit_emit_fast_enter()
2469 SLJIT_UNUSED_ARG(dst); in sljit_emit_op1()
2484 SLJIT_UNUSED_ARG(dst); in sljit_emit_op2()
2547 SLJIT_UNUSED_ARG(dst); in sljit_emit_fop1()
2562 SLJIT_UNUSED_ARG(dst); in sljit_emit_fop2()
2675 SLJIT_UNUSED_ARG(dst); in sljit_emit_op_flags()
2720 SLJIT_UNUSED_ARG(dst); in sljit_get_local_base()
2730 SLJIT_UNUSED_ARG(dst); in sljit_emit_const()
[all …]
H A DsljitNativeX86_64.c844 ADJUST_LOCAL_OFFSET(dst, dstw); in sljit_emit_fast_enter()
846 if (FAST_IS_REG(dst)) { in sljit_emit_fast_enter()
847 if (reg_map[dst] < 8) { in sljit_emit_fast_enter()
851 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
859 POP_REG(reg_lmap[dst]); in sljit_emit_fast_enter()
914 sljit_s32 dst, sljit_sw dstw, in emit_mov_int() argument
923 if (FAST_IS_REG(dst)) { in emit_mov_int()
930 return emit_load_imm64(compiler, dst, srcw); in emit_mov_int()
940 dst_r = FAST_IS_REG(dst) ? dst : TMP_REG1; in emit_mov_int()
942 if ((dst & SLJIT_MEM) && FAST_IS_REG(src)) in emit_mov_int()
[all …]
H A DsljitLir.h741 …UTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
1008 sljit_s32 dst, sljit_sw dstw,
1064 sljit_s32 dst, sljit_sw dstw,
1148 sljit_s32 dst, sljit_sw dstw,
1168 sljit_s32 dst, sljit_sw dstw,
1335 sljit_s32 dst, sljit_sw dstw,
1407 … sljit_s32 sljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, slj…
1411 …t sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, slj…
1415 …jit_put_label* sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw);
/PHP-8.2/Zend/
H A Dzend_objects.c197 zval *dst = new_object->properties_table; in zend_objects_clone_members() local
201 i_zval_ptr_dtor(dst); in zend_objects_clone_members()
202 ZVAL_COPY_VALUE_PROP(dst, src); in zend_objects_clone_members()
203 zval_add_ref(dst); in zend_objects_clone_members()
204 if (UNEXPECTED(Z_ISREF_P(dst)) && in zend_objects_clone_members()
205 (ZEND_DEBUG || ZEND_REF_HAS_TYPE_SOURCES(Z_REF_P(dst)))) { in zend_objects_clone_members()
206 zend_property_info *prop_info = zend_get_property_info_for_slot(new_object, dst); in zend_objects_clone_members()
208 ZEND_REF_ADD_TYPE_SOURCE(Z_REF_P(dst), prop_info); in zend_objects_clone_members()
212 dst++; in zend_objects_clone_members()
/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c1068 return dst; in gdImageScaleTwoPass()
1363 if (!dst) { in gdImageScaleBicubicFixed()
1554 return dst; in gdImageScaleBicubicFixed()
1638 if (!dst) { in gdImageRotateNearestNeighbour()
1665 return dst; in gdImageRotateNearestNeighbour()
1702 if (!dst) { in gdImageRotateGeneric()
1731 return dst; in gdImageRotateGeneric()
1846 return dst; in gdImageRotateBilinear()
2112 return dst; in gdImageRotateBicubicFixed()
2148 return dst; in gdImageRotateInterpolated()
[all …]
H A Dgd_crop.c46 gdImagePtr dst; in gdImageCrop() local
50 dst = gdImageCreateTrueColor(crop->width, crop->height); in gdImageCrop()
52 dst = gdImageCreate(crop->width, crop->height); in gdImageCrop()
54 if (!dst) return NULL; in gdImageCrop()
55 alphaBlendingFlag = dst->alphaBlendingFlag; in gdImageCrop()
56 gdImageAlphaBlending(dst, gdEffectReplace); in gdImageCrop()
57 gdImageCopy(dst, src, 0, 0, crop->x, crop->y, crop->width, crop->height); in gdImageCrop()
58 gdImageAlphaBlending(dst, alphaBlendingFlag); in gdImageCrop()
60 return dst; in gdImageCrop()
H A Dgd.h106 int gdLayerOverlay(int dst, int src);
589 void gdImagePaletteCopy(gdImagePtr dst, gdImagePtr src);
700 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
702 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
904 int gdAffineInvert (double dst[6], const double src[6]);
906 int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]);
908 int gdAffineIdentity (double dst[6]);
909 int gdAffineScale (double dst[6], const double scale_x, const double scale_y);
910 int gdAffineRotate (double dst[6], const double angle);
911 int gdAffineShearHorizontal (double dst[6], const double angle);
[all …]
H A Dgd.c2264 if (dst->trueColor) { in gdImageCopy()
2317 if (dst == src) { in gdImageCopy()
2356 if (dst == src) { in gdImageCopyMerge()
2406 …g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlu… in gdImageCopyMergeGray()
2472 if (dst->trueColor) { in gdImageCopyResized()
2509 if (dst == src) { in gdImageCopyResized()
2546 if (!dst->trueColor) { in gdImageCopyResampled()
2949 return dst; in gdAlphaBlend()
3014 dst = dst << 1; in gdAlphaOverlayColor()
3015 if( dst > max ) { in gdAlphaOverlayColor()
[all …]
/PHP-8.2/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
150 memcpy(dst, src, php_str_len); \
151 dst[php_str_len] = '\0'; \
156 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
166 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
176 PHPAPI void php_explicit_bzero(void *dst, size_t siz);
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c84 HashTable *dst; in zend_accel_move_user_functions() local
93 dst = &script->function_table; in zend_accel_move_user_functions()
97 zend_hash_extend(dst, count, 0); in zend_accel_move_user_functions()
105 _zend_hash_append_ptr(dst, p->key, function); in zend_accel_move_user_functions()
115 HashTable *dst; in zend_accel_move_user_classes() local
124 dst = &script->class_table; in zend_accel_move_user_classes()
128 zend_hash_extend(dst, count, 0); in zend_accel_move_user_classes()
136 _zend_hash_append_ptr(dst, p->key, ce); in zend_accel_move_user_classes()
/PHP-8.2/ext/standard/
H A Dcrypt_blowfish.c371 #define BF_safe_atoi64(dst, src) \ argument
377 (dst) = tmp; \
380 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
382 unsigned char *dptr = (unsigned char *)dst; in BF_decode()
404 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
408 unsigned char *dptr = (unsigned char *)dst; in BF_encode()
/PHP-8.2/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
/PHP-8.2/ext/date/lib/
H A Dinterval.c110 if (one->dst == 1 && two->dst == 0) { /* Fall Back */ in timelib_diff_with_tzid()
117 } else if (one->dst == 0 && two->dst == 1) { /* Spring Forward */ in timelib_diff_with_tzid()
164 rt->h = rt->h + one->dst; in timelib_diff()
167 rt->h = rt->h - two->dst; in timelib_diff()

Completed in 121 milliseconds

12345