Home
last modified time | relevance | path

Searched defs:src (Results 101 – 125 of 127) sorted by relevance

123456

/PHP-7.3/main/
H A Dphp.h162 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dphp_variables.c713 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
H A Dsnprintf.c142 char *digits, *dst, *src; in php_gcvt() local
/PHP-7.3/win32/
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/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/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h214 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
/PHP-7.3/ext/standard/
H A Dvar.c727 static void php_var_serialize_collect_names(HashTable *ht, HashTable *src) /* {{{ */ in php_var_serialize_collect_names()
H A Durl_scanner_ex.c1041 static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush, url_… in url_adapt_ext()
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 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,…
/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_builtin_functions.c808 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array()
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_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/ftp/
H A Dphp_ftp.c1429 char *src, *dest; in PHP_FUNCTION() local
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/ext/fileinfo/libmagic/
H A Dsoftmagic.c1306 const unsigned char *src = s + offset; in mcopy() local
/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/mbstring/oniguruma/src/
H A Dregint.h129 #define xstrcat(dest,src,size) strcat_s(dest,size,src) argument
134 #define xstrcat(dest,src,size) strcat(dest,src) argument
/PHP-7.3/ext/gd/
H A Dgd.c2860 gdImagePtr dst, src; in PHP_FUNCTION() local
4800 gdImagePtr src; in PHP_FUNCTION() local
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5528 char *src, *tmp_name, *tmp_name2 = NULL; local
5810 static int php_pgsql_add_quotes(zval *src, zend_bool should_free)
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c592 #define OP1(op, dst, dstw, src, srcw) \ argument
612 #define CMOV(type, dst_reg, src, srcw) \ argument
/PHP-7.3/ext/imap/
H A Dphp_imap.c2752 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/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()

Completed in 302 milliseconds

123456