Home
last modified time | relevance | path

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

123

/php-src/ext/com_dotnet/
H A Dcom_saproxy.c60 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices()
/php-src/ext/random/
H A Drandom.c356 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest)
/php-src/main/
H A Dphp_variables.c754 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
H A Dphp_streams.h485 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
487 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c247 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target, in lexbor_str_copy()
/php-src/ext/standard/
H A Darray.c4018 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /* {{{ */
4094 PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */
4129 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) /* {{{ */
4204 HashTable *dest; local
4255 HashTable *src, *dest; local
H A Dstreamsfuncs.c495 php_stream *src, *dest; in PHP_FUNCTION() local
H A Dstring.c2196 zend_string *dest; local
/php-src/Zend/
H A Dzend_operators.h277 static zend_always_inline void *zend_mempcpy(void *dest, const void *src, size_t n) in zend_mempcpy()
H A Dzend_language_scanner.l124 char *src = str, *dest = str; in strip_underscores() local
H A Dzend_hash.c2282 …zend_array_dup_value(HashTable *source, HashTable *target, zval *data, zval *dest, bool packed, bo… in zend_array_dup_value()
H A Dzend_compile.c5506 zend_label *dest; in zend_resolve_goto_label() local
5585 zend_label dest; in zend_compile_label() local
/php-src/main/streams/
H A Dstreams.c1604 PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, … in _php_stream_copy_to_stream_ex()
1803 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-src/sapi/fpm/fpm/
H A Dfpm_conf.c724 void fpm_conf_apply_kv_array_to_kv_array(struct key_value_s *src, void *dest) { in fpm_conf_apply_kv_array_to_kv_array()
/php-src/ext/phar/
H A Dutil.c650 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
H A Dphar.c661 void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_metadata_tracker *source, i… in phar_metadata_tracker_copy()
H A Dphar_object.c4104 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file()
/php-src/ext/ftp/
H A Dphp_ftp.c1133 char *src, *dest; in PHP_FUNCTION() local
H A Dftp.c1238 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename()
/php-src/ext/hash/xxhash/
H A Dxxhash.h1506 static void* XXH_memcpy(void* dest, const void* src, size_t size) in XXH_memcpy()
3831 __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512() local
3929 __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2() local
/php-src/ext/pdo/
H A Dpdo_stmt.c487 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, enum pdo_param_type *type_o… in fetch_value()
/php-src/ext/session/
H A Dsession.c2998 static bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /* {{{… in early_find_sid_in()
/php-src/ext/dom/
H A Dphp_dom.c228 dom_doc_propsptr dest; in dom_copy_document_ref() local
/php-src/ext/zip/
H A Dphp_zip.c125 static int php_zip_extract_file(struct zip * za, char *dest, const char *file, size_t file_len, zip… in php_zip_extract_file()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h128 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument

Completed in 208 milliseconds

123