Home
last modified time | relevance | path

Searched defs:dest (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.2/ext/standard/
H A Dfile.c1685 PHPAPI int php_copy_file(const char *src, const char *dest) in php_copy_file()
1693 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex()
1701 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx()
H A Darray.c3624 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /* {{{ */
3693 PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */
3728 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) /* {{{ */
3810 HashTable *dest; local
3838 HashTable *src, *dest; local
H A Dstreamsfuncs.c482 php_stream *src, *dest; in PHP_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_portability.h507 # define va_copy(dest, src) __va_copy((dest), (src)) argument
509 # define va_copy(dest, src) memcpy(&(dest), &(src), sizeof(va_list)) argument
H A Dzend_execute.c766 zend_bool dest; in zend_verify_weak_scalar_type_hint() local
776 zend_long dest; in zend_verify_weak_scalar_type_hint() local
786 double dest; in zend_verify_weak_scalar_type_hint() local
796 zend_string *dest; in zend_verify_weak_scalar_type_hint() local
H A Dzend_generators.c534 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_operators.c2540 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c463 #define ADD_SOLO(dest, srca, srcb) \ argument
466 #define ADDI_SOLO(dest, srca, imm) \ argument
469 #define ADDLI_SOLO(dest, srca, imm) \ argument
472 #define SHL16INSLI_SOLO(dest, srca, imm) \ argument
H A DsljitNativeSPARC_common.c591 sljit_ins dest; in getput_arg() local
/PHP-7.2/main/
H A Dphp_variables.c660 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
H A Dphp_streams.h456 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
458 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c605 static zend_always_inline void fast_memcpy(void *dest, const void *src, size_t size) in fast_memcpy()
/PHP-7.2/ext/com_dotnet/
H A Dcom_saproxy.c65 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices()
/PHP-7.2/main/streams/
H A Dstreams.c1474 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()
1581 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.2/ext/mysqlnd/
H A Dmysqlnd_net.c496 php_mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, size_t count, zend_uchar * dest) in php_mysqlnd_read_buffer_read()
/PHP-7.2/ext/phar/
H A Dutil.c644 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
H A Dphar_object.c4193 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h134 #define xstrcat(dest,src,size) strcat_s(dest,size,src) argument
139 #define xstrcat(dest,src,size) strcat(dest,src) argument
/PHP-7.2/ext/dom/
H A Dphp_dom.c186 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c1431 char *src, *dest; in PHP_FUNCTION() local
H A Dftp.c1224 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.2/ext/pdo/
H A Dpdo_stmt.c527 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value()
/PHP-7.2/ext/session/
H A Dsession.c2968 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /… in early_find_sid_in()
/PHP-7.2/ext/zip/
H A Dphp_zip.c140 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len) in php_zip_extract_file()
/PHP-7.2/ext/imap/
H A Dphp_imap.c2752 SIZEDTEXT src, dest; in PHP_FUNCTION() local

Completed in 191 milliseconds

123