Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 51) sorted by last modified time

123

/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c24 static char *bc_copy_and_shift_numbers(char *restrict dest, const char *source, const char *source_… in bc_copy_and_shift_numbers()
69 char *bc_copy_ch_val(char *restrict dest, const char *source, const char *source_end) in bc_copy_ch_val()
74 char *bc_copy_bcd_val(char *restrict dest, const char *source, const char *source_end) in bc_copy_bcd_val()
/php-src/ext/phar/
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 Dutil.c650 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
/php-src/ext/dom/
H A Dphp_dom.c228 dom_doc_propsptr dest; in dom_copy_document_ref() local
/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 Dstring.c2196 zend_string *dest; local
H A Dfile.c1519 PHPAPI int php_copy_file(const char *src, const char *dest) in php_copy_file()
1526 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex()
1533 PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ct… in php_copy_file_ctx()
/php-src/Zend/
H A Dzend_compile.c5506 zend_label *dest; in zend_resolve_goto_label() local
5585 zend_label dest; in zend_compile_label() local
H A Dzend_API.h1676 #define Z_PARAM_ARRAY(dest) \ argument
1705 #define Z_PARAM_ITERABLE(dest) \ argument
1720 #define Z_PARAM_BOOL(dest) \ argument
1734 #define Z_PARAM_CLASS(dest) \ argument
1797 #define Z_PARAM_DOUBLE(dest) \ argument
1890 #define Z_PARAM_LONG(dest) \ argument
1908 #define Z_PARAM_NUMBER(dest) \ argument
1934 #define Z_PARAM_OBJECT(dest) \ argument
1949 #define Z_PARAM_OBJ(dest) \ argument
2080 #define Z_PARAM_STR(dest) \ argument
[all …]
H A Dzend_API.c519 ZEND_API bool ZEND_FASTCALL zend_parse_arg_bool_weak(const zval *arg, bool *dest, uint32_t arg_num)… in zend_parse_arg_bool_weak()
533 ZEND_API bool ZEND_FASTCALL zend_parse_arg_bool_slow(const zval *arg, bool *dest, uint32_t arg_num)… in zend_parse_arg_bool_slow()
542 ZEND_API bool ZEND_FASTCALL zend_flf_parse_arg_bool_slow(const zval *arg, bool *dest, uint32_t arg_… in zend_flf_parse_arg_bool_slow()
629 ZEND_API bool ZEND_FASTCALL zend_flf_parse_arg_long_slow(const zval *arg, zend_long *dest, uint32_t… in zend_flf_parse_arg_long_slow()
637 ZEND_API bool ZEND_FASTCALL zend_parse_arg_double_weak(const zval *arg, double *dest, uint32_t arg_… in zend_parse_arg_double_weak()
669 ZEND_API bool ZEND_FASTCALL zend_parse_arg_double_slow(const zval *arg, double *dest, uint32_t arg_… in zend_parse_arg_double_slow()
681 ZEND_API bool ZEND_FASTCALL zend_parse_arg_number_slow(zval *arg, zval **dest, uint32_t arg_num) /*… in zend_parse_arg_number_slow()
715 ZEND_API bool ZEND_FASTCALL zend_parse_arg_number_or_str_slow(zval *arg, zval **dest, uint32_t arg_… in zend_parse_arg_number_or_str_slow()
744 ZEND_API bool ZEND_FASTCALL zend_parse_arg_str_weak(zval *arg, zend_string **dest, uint32_t arg_num… in zend_parse_arg_str_weak()
769 ZEND_API bool ZEND_FASTCALL zend_parse_arg_str_slow(zval *arg, zend_string **dest, uint32_t arg_num… in zend_parse_arg_str_slow()
[all …]
H A Dzend_frameless_function.h45 #define Z_FLF_PARAM_ZVAL(arg_num, dest) \ argument
47 #define Z_FLF_PARAM_ARRAY(arg_num, dest) \ argument
52 #define Z_FLF_PARAM_ARRAY_OR_NULL(arg_num, dest) \ argument
73 #define Z_FLF_PARAM_BOOL(arg_num, dest) \ argument
78 #define Z_FLF_PARAM_LONG(arg_num, dest) \ argument
83 #define Z_FLF_PARAM_LONG_OR_NULL(arg_num, is_null, dest) \ argument
88 #define Z_FLF_PARAM_STR(arg_num, dest, tmp) \ argument
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()
/php-src/ext/openssl/
H A Dopenssl.c922 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()
/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/ftp/
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()
H A Dphp_ftp.c1133 char *src, *dest; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_variables.c754 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
/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/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/random/
H A Drandom.c356 PHPAPI bool php_random_hex2bin_le(zend_string *hexstr, void *dest)
/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
/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/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h143 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) argument
147 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
151 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/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()

Completed in 238 milliseconds

123