Home
last modified time | relevance | path

Searched defs:dst (Results 26 – 50 of 60) sorted by relevance

123

/PHP-7.3/ext/zip/lib/
H A Dzip_error.c105 _zip_error_copy(zip_error_t *dst, const zip_error_t *src) in _zip_error_copy()
H A Dzip_buffer.c209 zip_uint8_t *dst = _zip_buffer_get(buffer, length); in _zip_buffer_put() local
/PHP-7.3/Zend/
H A Dzend_operators.c138 #define convert_object_to_type(op, dst, ctype, conv_func) \ argument
194 zval dst; in _convert_scalar_to_number() local
369 zval dst; in convert_to_long_base() local
428 zval dst; in convert_to_double() local
500 zval dst; in convert_to_boolean() local
574 zval dst; in _convert_to_string() local
626 zval dst; in convert_to_array() local
785 zval dst; in _zval_get_long_func_ex() local
835 zval dst; in zval_get_double_func() local
H A Dzend_objects.c187 zval *dst = new_object->properties_table; in zend_objects_clone_members() 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_inheritance.c828 zval *src, *dst, *end; in zend_do_inheritance() local
875 zval *src, *dst, *end; in zend_do_inheritance() local
/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c616 static inline int _color_blend (const int dst, const int src) in _color_blend()
928 static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width, gdImagePtr dst, unsigned i… in _gdScaleRow()
1027 gdImagePtr dst; in gdImageScaleTwoPass() local
1391 gdImagePtr dst; in gdImageScaleBicubicFixed() local
1671 gdImagePtr dst; in gdImageRotateNearestNeighbour() local
1728 gdImagePtr dst; in gdImageRotateGeneric() local
1796 gdImagePtr dst; in gdImageRotateBilinear() local
1915 gdImagePtr dst; in gdImageRotateBicubicFixed() local
2185 gdImagePtr dst = gdImageCreateTrueColor(src->sx, src->sy); in gdImageRotateInterpolated() local
2273 int gdTransformAffineGetImage(gdImagePtr *dst, in gdTransformAffineGetImage()
[all …]
H A Dgd_crop.c45 gdImagePtr dst; in gdImageCrop() local
H A Dgd_matrix.c27 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, in gdAffineApplyToPointF()
H A Dgd.c2254 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2335 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge()
2375 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray()
2429 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized()
2539 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
2943 int gdAlphaBlend (int dst, int src) { in gdAlphaBlend()
2998 int gdLayerOverlay (int dst, int src) in gdLayerOverlay()
3010 static int gdAlphaOverlayColor (int src, int dst, int max ) in gdAlphaOverlayColor()
3031 int gdLayerMultiply (int dst, int src) in gdLayerMultiply()
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c62 static int32_t intl_normalize(zend_long form, const UChar *src, int32_t src_len, UChar *dst, int32_… in intl_normalize()
/PHP-7.3/ext/opcache/Optimizer/
H A Ddfa_pass.c427 HashTable *dst; in zend_dfa_optimize_calls() local
585 zend_basic_block *dst = &ssa->cfg.blocks[new_to]; in zend_ssa_replace_control_link() local
H A Dsccp.c126 static void dup_partial_array(zval *dst, zval *src) in dup_partial_array()
138 static void dup_partial_object(zval *dst, zval *src) in dup_partial_object()
/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c36 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
45 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
H A Dpack.c128 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float()
152 static void php_pack_copy_double(int is_little_endian, void * dst, double d) in php_pack_copy_double()
/PHP-7.3/ext/pdo/
H A Dpdo.c297 char *dst = outbuf; in php_pdo_int64_to_str() local
/PHP-7.3/ext/json/
H A Djson_encoder.c259 char *dst; in php_json_escape_string() local
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c118 void zend_accel_move_user_functions(HashTable *src, HashTable *dst) in zend_accel_move_user_functions()
344 zval *src, *dst, *end; in zend_class_copy_ctor() local
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c833 …BUTE sljit_s32 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) in sljit_emit_fast_enter()
/PHP-7.3/win32/
H A Dioutil.c323 wchar_t *src, *dst; in php_win32_ioutil_mkdir_w() local
H A Dioutil.h218 wchar_t *src = mb, *dst = ret + PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW; in php_win32_ioutil_conv_any_to_w() local
/PHP-7.3/main/
H A Dphp.h162 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
/PHP-7.3/ext/date/lib/
H A Dtimelib.h213 signed int dst; /* Flag if we were parsing a DST zone */ member
231 int dst; member
H A Dparse_date.c712 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr()
806 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… in timelib_parse_zone()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_auth.c659 mysqlnd_xor_string(char * dst, const size_t dst_len, const char * xor_str, const size_t xor_str_len) in mysqlnd_xor_string()

Completed in 129 milliseconds

123