Home
last modified time | relevance | path

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

12

/PHP-5.5/main/
H A Dphp_streams.h440 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
442 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
/PHP-5.5/ext/ftp/
H A Dftp.c1052 ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest) in ftp_rename()
H A Dphp_ftp.c1277 char *src, *dest; in PHP_FUNCTION() local
/PHP-5.5/ext/phar/
H A Dutil.c652 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC) /* {… in phar_copy_entry_fp()
H A Dphar_internal.h524 # define phar_stream_copy_to_stream(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (d… argument
H A Dphar_object.c4112 static int phar_extract_file(zend_bool overwrite, phar_entry_info *entry, char *dest, int dest_len,… in phar_extract_file()
/PHP-5.5/ext/dom/
H A Dphp_dom.c178 dom_doc_propsptr source, dest; in dom_copy_doc_props() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c555 sljit_ins dest; in getput_arg() local
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c457 php_stream *src, *dest; in PHP_FUNCTION() local
H A Darray.c2211 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC) /* {{{ */ in php_array_merge()
2286 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC) /* {{{ */ in php_array_replace_recursive()
H A Dstring.c2153 char *dest; local
/PHP-5.5/Zend/
H A Dzend_compile.c2309 zend_label dest; in zend_do_label() local
2330 zend_label *dest; in zend_resolve_goto_label() local
5234 ZEND_API void zend_mangle_property_name(char **dest, int *dest_length, const char *src1, int src1_l… in zend_mangle_property_name()
H A Dzend_operators.c1974 ZEND_API char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length) /* {{{ */ in zend_str_tolower_copy()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c546 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override TSRMLS_D… in fetch_value()
/PHP-5.5/ext/zip/
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file()
/PHP-5.5/ext/imap/
H A Dphp_imap.c2689 SIZEDTEXT src, dest; in PHP_FUNCTION() local
/PHP-5.5/ext/gd/
H A Dgd.c4438 FILE *org, *dest; in _php_image_convert() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h395 unsigned char *dest = (unsigned char *)d; in pcre_memmove() local

Completed in 150 milliseconds

12