Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/pcre/pcre2lib/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.c637 sljit_ins dest; in getput_arg() local
/PHP-7.4/Zend/
H A Dzend_portability.h516 # define va_copy(dest, src) __va_copy((dest), (src)) argument
518 # define va_copy(dest, src) memcpy(&(dest), &(src), sizeof(va_list)) argument
H A Dzend_generators.c539 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_language_scanner.l125 char *src = str, *dest = str; in BEGIN_EXTERN_C() local
H A Dzend_execute.c838 zend_bool dest; in zend_verify_weak_scalar_type_hint() local
848 zend_long dest; in zend_verify_weak_scalar_type_hint() local
858 double dest; in zend_verify_weak_scalar_type_hint() local
868 zend_string *dest; in zend_verify_weak_scalar_type_hint() local
H A Dzend_operators.c2632 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.c4430 zend_label *dest; in zend_resolve_goto_label() local
4509 zend_label dest; in zend_compile_label() local
/PHP-7.4/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.4/main/
H A Dphp_variables.c728 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.4/ext/standard/
H A Darray.c3598 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /* {{{ */
3665 PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */
3700 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) /* {{{ */
3775 HashTable *dest; local
3815 HashTable *src, *dest; local
H A Dstreamsfuncs.c471 php_stream *src, *dest; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dstreams.c1538 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()
1666 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.4/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_object.c4138 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, size_t dest_l… in phar_extract_file()
/PHP-7.4/ext/dom/
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c1465 char *src, *dest; in PHP_FUNCTION() local
H A Dftp.c1230 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.4/ext/pdo/
H A Dpdo_stmt.c531 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value()
/PHP-7.4/ext/session/
H A Dsession.c3072 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /… in early_find_sid_in()
/PHP-7.4/ext/zip/
H A Dphp_zip.c136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2774 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-7.4/ext/gd/
H A Dgd.c4183 FILE *org, *dest; in _php_image_convert() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h134 #define COPY_CLIENT_ERROR(dest, source) SET_CLIENT_ERROR((dest), (source).error_no, (source).sq… argument

Completed in 218 milliseconds

123