Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/gd/
H A Dgd.c4183 FILE *org, *dest; in _php_image_convert() local
/PHP-7.4/main/
H A Dphp_variables.c728 static void php_autoglobal_merge(HashTable *dest, HashTable *src) in php_autoglobal_merge()
/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/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 Dstring.c2299 zend_string *dest; local
H A Dfile.c1673 PHPAPI int php_copy_file(const char *src, const char *dest) in php_copy_file()
1681 PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg) in php_copy_file_ex()
1689 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 Dstreamsfuncs.c471 php_stream *src, *dest; in PHP_FUNCTION() local
H A Durl.c549 char *dest = str; in php_url_decode() local
648 char *dest = str; local
/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/Zend/
H A Dzend_smart_str.c117 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
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_API.c393 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_weak(zval *arg, zend_bool *dest) /* {{{ */ in zend_parse_arg_bool_weak()
404 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_slow(zval *arg, zend_bool *dest) /* {{{ */ in zend_parse_arg_bool_slow()
413 ZEND_API int ZEND_FASTCALL zend_parse_arg_long_weak(zval *arg, zend_long *dest) /* {{{ */ in zend_parse_arg_long_weak()
456 ZEND_API int ZEND_FASTCALL zend_parse_arg_long_slow(zval *arg, zend_long *dest) /* {{{ */ in zend_parse_arg_long_slow()
465 ZEND_API int ZEND_FASTCALL zend_parse_arg_long_cap_weak(zval *arg, zend_long *dest) /* {{{ */ in zend_parse_arg_long_cap_weak()
500 ZEND_API int ZEND_FASTCALL zend_parse_arg_long_cap_slow(zval *arg, zend_long *dest) /* {{{ */ in zend_parse_arg_long_cap_slow()
509 ZEND_API int ZEND_FASTCALL zend_parse_arg_double_weak(zval *arg, double *dest) /* {{{ */ in zend_parse_arg_double_weak()
538 ZEND_API int ZEND_FASTCALL zend_parse_arg_double_slow(zval *arg, double *dest) /* {{{ */ in zend_parse_arg_double_slow()
550 ZEND_API int ZEND_FASTCALL zend_parse_arg_str_weak(zval *arg, zend_string **dest) /* {{{ */ in zend_parse_arg_str_weak()
589 ZEND_API int ZEND_FASTCALL zend_parse_arg_str_slow(zval *arg, zend_string **dest) /* {{{ */ in zend_parse_arg_str_slow()
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_compile.c4430 zend_label *dest; in zend_resolve_goto_label() local
4509 zend_label dest; in zend_compile_label() local
H A Dzend_language_scanner.l125 char *src = str, *dest = str; in BEGIN_EXTERN_C() local
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()
/PHP-7.4/ext/phar/
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()
H A Dutil.c640 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error) /* {{{ */ in phar_copy_entry_fp()
/PHP-7.4/ext/imap/
H A Dphp_imap.c2774 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c1136 static int php_openssl_spki_cleanup(const char *src, char *dest) in php_openssl_spki_cleanup()
/PHP-7.4/ext/ftp/
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()
H A Dphp_ftp.c1465 char *src, *dest; in PHP_FUNCTION() local
/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/dom/
H A Dphp_dom.c184 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/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()

Completed in 250 milliseconds

123