Home
last modified time | relevance | path

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

12

/PHP-5.5/win32/build/
H A Dmkdist.php141 function copy_text_file($source, $dest)
331 $dest = "$dist_dir/$dll[0]"; variable
363 function copy_dir($source, $dest)
389 function copy_test_dir($directory, $dest)
/PHP-5.5/main/streams/
H A Dstreams.c1496 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()
1603 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-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
H A Dphp_variables.c579 static void php_autoglobal_merge(HashTable *dest, HashTable *src TSRMLS_DC) in php_autoglobal_merge()
/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/zip/lib/
H A Dzip_close.c549 _zip_cdir_set_comment(struct zip_cdir *dest, struct zip *src) in _zip_cdir_set_comment()
/PHP-5.5/ext/standard/
H A Durl.c571 char *dest = str; in php_url_decode() local
676 char *dest = str; local
H A Duuencode.c68 PHPAPI int php_uuencode(char *src, int src_len, char **dest) /* {{{ */ in php_uuencode()
127 PHPAPI int php_uudecode(char *src, int src_len, char **dest) /* {{{ */ in php_uudecode()
H A Dstring.c2153 char *dest; local
H A Dstreamsfuncs.c457 php_stream *src, *dest; in PHP_FUNCTION() local
H A Dphp_smart_str.h79 #define smart_str_appends_ex(dest, src, what) \ argument
81 #define smart_str_appends(dest, src) \ argument
84 #define smart_str_appendc(dest, c) \ argument
88 #define smart_str_appendl(dest, src, len) \ argument
90 #define smart_str_append(dest, src) \ argument
92 #define smart_str_append_long(dest, val) \ argument
94 #define smart_str_append_off_t(dest, val) \ argument
96 #define smart_str_append_unsigned(dest, val) \ argument
178 #define smart_str_append_long_ex(dest, num, type) \ argument
184 #define smart_str_append_ex(dest, src, what) \ argument
[all …]
H A Dfile.c1642 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_flg TSRMLS_DC) in php_copy_file_ex()
1650 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_flg, php_stream_context *ctx TSRMLS_DC) in php_copy_file_ctx()
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()
/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/pdo/
H A Dpdo.c69 char *dest = emalloc(len + 1); in php_pdo_str_tolower_dup() local
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/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c555 sljit_ins dest; in getput_arg() local
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 DsljitConfigInternal.h214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
218 #define SLJIT_ZEROMEM(dest, len) memset(dest, 0, len) argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h395 unsigned char *dest = (unsigned char *)d; in pcre_memmove() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c468 php_mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, size_t count, zend_uchar * dest) in php_mysqlnd_read_buffer_read()
H A Dmysqlnd_alloc.c564 char * dest = (char *) FAKE_PTR(ret); in _mysqlnd_pestrndup() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c186 bitset_and(BitSetRef dest, BitSetRef bs) in bitset_and()
193 bitset_or(BitSetRef dest, BitSetRef bs) in bitset_or()
200 bitset_copy(BitSetRef dest, BitSetRef bs) in bitset_copy()
219 onig_strcpy(UChar* dest, const UChar* src, const UChar* end) in onig_strcpy()
269 strcat_capa(UChar* dest, UChar* dest_end, const UChar* src, const UChar* src_end, in strcat_capa()
286 strcat_capa_from_static(UChar* dest, UChar* dest_end, in strcat_capa_from_static()
1973 and_cclass(CClassNode* dest, CClassNode* cc, OnigEncoding enc) in and_cclass()
2031 or_cclass(CClassNode* dest, CClassNode* cc, OnigEncoding enc) in or_cclass()

Completed in 157 milliseconds

12