Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 64) sorted by path

123

/PHP-8.0/Zend/
H A Dzend_API.c1299 zval *dst = object->properties_table; in _object_properties_init() local
H A Dzend_builtin_functions.c455 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array()
H A Dzend_compile.c4030 HashTable *dst = zend_new_array(zend_hash_num_elements(src)); in zend_compile_func_in_array() local
H A Dzend_execute.c3810 zval *dst = ZEND_CALL_ARG(new_call, 1); in zend_vm_stack_copy_call_frame() local
H A Dzend_inheritance.c1232 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1279 zval *src, *dst, *end; in zend_do_inheritance_ex() local
H A Dzend_llist.c149 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy()
H A Dzend_objects.c189 zval *dst = new_object->properties_table; in zend_objects_clone_members() local
H A Dzend_operators.c142 #define convert_object_to_type(op, dst, ctype) \ argument
186 zval dst; in convert_scalar_to_number() local
332 zval dst; in zendi_try_get_long() local
474 zval dst; in convert_to_long_base() local
533 zval dst; in convert_to_double() local
605 zval dst; in convert_to_boolean() local
829 zval dst; in zval_get_long_func() local
867 zval dst; in zval_get_double_func() local
/PHP-8.0/ext/date/lib/
H A Dparse_date.c725 static timelib_long timelib_lookup_abbr(const char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr()
831 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con… in timelib_parse_zone()
H A Dtimelib.h213 signed int dst; /* Flag if we were parsing a DST zone */ member
231 int dst; member
H A Dunixtime2tm.c123 signed int dst = tm->dst; in timelib_update_from_sse() local
166 signed int dst = tm->dst; in timelib_unixtime2local() local
/PHP-8.0/ext/date/
H A Dphp_date.c3431 int dst, not_found; in timezone_initialize() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1396 char *dst = p->s; in mcopy() local
/PHP-8.0/ext/gd/
H A Dgd.c2109 gdImagePtr dst, src; in PHP_FUNCTION() local
3736 gdImagePtr dst; in PHP_FUNCTION() local
H A Dgd.stub.php140 function imagepalettecopy(GdImage $dst, GdImage $src): void {}
/PHP-8.0/ext/gd/libgd/
H A Dgd.c2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2337 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge()
2377 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray()
2431 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized()
2541 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
2936 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend()
2991 int gdLayerOverlay (int dst, int src) in gdLayerOverlay()
3003 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
3024 int gdLayerMultiply (int dst, int src) in gdLayerMultiply()
H A Dgd_crop.c46 gdImagePtr dst; in gdImageCrop() local
H A Dgd_interpolation.c629 static inline int _color_blend (const int dst, const int src) in _color_blend()
933 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
1032 gdImagePtr dst; in gdImageScaleTwoPass() local
1346 gdImagePtr dst; in gdImageScaleBicubicFixed() local
1626 gdImagePtr dst; in gdImageRotateNearestNeighbour() local
1683 gdImagePtr dst; in gdImageRotateGeneric() local
1751 gdImagePtr dst; in gdImageRotateBilinear() local
1870 gdImagePtr dst; in gdImageRotateBicubicFixed() local
2140 gdImagePtr dst = gdImageCreateTrueColor(src->sx, src->sy); in gdImageRotateInterpolated() local
2228 int gdTransformAffineGetImage(gdImagePtr *dst, in gdTransformAffineGetImage()
[all …]
H A Dgd_matrix.c27 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, in gdAffineApplyToPointF()
H A Dgd_rotate.c16 void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBa… in gdImageSkewX()
113 void gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBa… in gdImageSkewY()
205 gdImagePtr dst; in gdImageRotate90() local
252 gdImagePtr dst; in gdImageRotate180() local
300 gdImagePtr dst; in gdImageRotate270() local
/PHP-8.0/ext/intl/
H A Dintl_convert.c120 zend_string* dst; in intl_convert_utf16_to_utf8() local
149 ZSTR_VAL(dst)[dst_len] = 0; in intl_convert_utf16_to_utf8() local
H A Dphp_intl.stub.php381 function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = false, int $style = IntlTimeZo…
/PHP-8.0/ext/intl/normalizer/
H A Dnormalizer_normalize.c57 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php57 …public function getDisplayName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string…
/PHP-8.0/ext/json/
H A Djson_encoder.c262 char *dst; in php_json_escape_string() local

Completed in 196 milliseconds

123