Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 127) sorted by last modified time

123456

/PHP-7.3/ext/phar/
H A Dphar_object.c1090 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst) /* {{{ */ in phar_spl_foreign_clone()
/PHP-7.3/ext/imap/
H A Dphp_imap.c2752 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c488 php_stream *src, *dest; in PHP_FUNCTION() local
H A Dstring.c2309 static zend_string *php_chunk_split(const char *src, size_t srclen, const char *end, size_t endlen,…
H A Darray.c3568 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /* {{{ */
3635 PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */
3670 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) /* {{{ */
3780 HashTable *src, *dest; local
H A Dvar.c727 static void php_var_serialize_collect_names(HashTable *ht, HashTable *src) /* {{{ */ in php_var_serialize_collect_names()
H A Dfile.c1688 PHPAPI int php_copy_file(const char *src, const char *dest) in php_copy_file()
1696 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex()
1704 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx()
/PHP-7.3/main/
H A Dphp_variables.c713 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
/PHP-7.3/ext/openssl/
H A Dopenssl.c1099 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()
/PHP-7.3/Zend/
H A Dzend_generators.c511 static void zend_generator_merge_child_nodes(zend_generator_node *dest, zend_generator_node *src, z… in zend_generator_merge_child_nodes()
H A Dzend_execute.c2418 zval *src; in zend_copy_extra_args() local
2664 zval *src = ZEND_CALL_ARG(call, 1); in zend_vm_stack_copy_call_frame() local
H A Dzend_API.c1198 zval *src = class_type->default_properties_table; in object_properties_init() local
H A Dzend_builtin_functions.c808 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array()
H A Dzend_compile.c35 #define SET_NODE(target, src) do { \ argument
44 #define GET_NODE(target, src) do { \ argument
3750 HashTable *src = Z_ARRVAL(array.u.constant); in zend_compile_func_in_array() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_saproxy.c63 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices()
/PHP-7.3/ext/gd/libgd/
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()
3100 int gdImagePaletteToTrueColor(gdImagePtr src) in gdImagePaletteToTrueColor()
H A Dgd_interpolation.c616 static inline int _color_blend (const int dst, const int src) in _color_blend()
1378 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed()
1640 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize()
1657 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateNearestNeighbour()
1714 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric()
1780 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear()
1895 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBicubicFixed()
2161 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
2274 const gdImagePtr src, in gdTransformAffineGetImage()
2341 const gdImagePtr src, in gdTransformAffineCopy()
[all …]
H A Dgd_matrix.c27 int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, in gdAffineApplyToPointF()
H A Dgd_filter.c13 #define GET_PIXEL_FUNCTION(src)(src->trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) argument
16 int gdImageNegate(gdImagePtr src) in gdImageNegate()
49 int gdImageGrayScale(gdImagePtr src) in gdImageGrayScale()
89 int gdImageBrightness(gdImagePtr src, int brightness) in gdImageBrightness()
134 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast()
194 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha) in gdImageColor()
237 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution()
299 int gdImageSelectiveBlur( gdImagePtr src) in gdImageSelectiveBlur()
418 int gdImageEdgeDetectQuick(gdImagePtr src) in gdImageEdgeDetectQuick()
/PHP-7.3/ext/ftp/
H A Dftp.c1225 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename()
/PHP-7.3/main/streams/
H A Dstreams.c1401 PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxlen, int persistent STREAMS_… in _php_stream_copy_to_mem()
1482 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *… in _php_stream_copy_to_stream_ex()
1589 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D… in _php_stream_copy_to_stream()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c786 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_list() local
856 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_array() local
5082 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_populate_current_detect_order_list() local
/PHP-7.3/ext/opcache/Optimizer/
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()
H A Ddfa_pass.c426 HashTable *src = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, send_array->op1.constant)); in zend_dfa_optimize_calls() local
583 zend_basic_block *src = &ssa->cfg.blocks[from]; in zend_ssa_replace_control_link() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1306 const unsigned char *src = s + offset; in mcopy() local

Completed in 288 milliseconds

123456