Home
last modified time | relevance | path

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

12

/PHP-8.1/main/
H A Dphp_streams.h471 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
473 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/PHP-8.1/ext/phar/
H A Dutil.c640 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
H A Dphar.c664 void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_metadata_tracker *source, i… in phar_metadata_tracker_copy()
H A Dphar_object.c4084 static int phar_extract_file(bool overwrite, phar_entry_info *entry, char *dest, size_t dest_len, c… in phar_extract_file()
/PHP-8.1/Zend/
H A Dzend_language_scanner.l124 char *src = str, *dest = str; in strip_underscores() local
H A Dzend_operators.c2674 static zend_always_inline void zend_str_tolower_impl(char *dest, const char *str, size_t length) /*… in zend_str_tolower_impl()
2702 ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const char *source, size_t length) /… in zend_str_tolower_copy()
H A Dzend_compile.c5146 zend_label *dest; in zend_resolve_goto_label() local
5225 zend_label dest; in zend_compile_label() local
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c1152 char *src, *dest; in PHP_FUNCTION() local
H A Dftp.c1194 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename()
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c495 php_stream *src, *dest; in PHP_FUNCTION() local
H A Dstring.c2154 zend_string *dest; local
/PHP-8.1/ext/dom/
H A Dphp_dom.c176 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c638 sljit_ins dest; in getput_arg() local
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c488 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, enum pdo_param_type *type_o… in fetch_value()
/PHP-8.1/ext/session/
H A Dsession.c2898 static bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /* {{{… in early_find_sid_in()
/PHP-8.1/ext/imap/
H A Dphp_imap.c2272 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-8.1/ext/zip/
H A Dphp_zip.c124 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h128 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h914 static void* XXH_memcpy(void* dest, const void* src, size_t size) in XXH_memcpy()
/PHP-8.1/ext/openssl/
H A Dopenssl.c905 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()

Completed in 202 milliseconds

12