/PHP-5.4/ext/pdo/ |
H A D | pdo.c | 67 PDO_API char *php_pdo_str_tolower_dup(const char *src, int len) in php_pdo_str_tolower_dup()
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gdkanji.c | 560 any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) in any2eucjp()
|
H A D | gd_io_dp.c | 293 static int appendDynamic (dynamicPtr * dp, const void *src, int size) in appendDynamic()
|
/PHP-5.4/Zend/ |
H A D | zend_llist.c | 160 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) in zend_llist_copy()
|
H A D | zend.c | 1146 # define va_copy(dest, src) __va_copy((dest), (src)) in zend_error() argument 1148 # define va_copy(dest, src) memcpy(&(dest), &(src), sizeof(va_list)) in zend_error() argument
|
H A D | zend_compile.c | 39 #define SET_NODE(target, src) do { \ argument 48 #define GET_NODE(target, src) do { \ argument 58 #define COPY_NODE(target, src) do { \ argument
|
/PHP-5.4/main/ |
H A D | php_streams.h | 64 #define php_stream_copy_to_mem_rel(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (bu… argument 444 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument 446 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument 453 #define php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), … argument
|
H A D | php.h | 111 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
|
H A D | snprintf.c | 139 char *digits, *dst, *src; in php_gcvt() local
|
/PHP-5.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cp5022x.c | 595 mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest) in mbfl_filt_conv_wchar_cp50220_copy()
|
/PHP-5.4/main/streams/ |
H A D | streams.c | 1430 PHPAPI size_t _php_stream_copy_to_mem(php_stream *src, char **buf, size_t maxlen, int persistent ST… in _php_stream_copy_to_mem() 1501 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() 1608 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.4/ext/standard/ |
H A D | file.c | 1631 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC) in php_copy_file() 1639 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_flg TSRMLS_DC) in php_copy_file_ex() 1647 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 D | url_scanner_ex.c | 918 static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRML… in url_adapt_ext()
|
H A D | proc_open.c | 405 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle()
|
H A D | streamsfuncs.c | 457 php_stream *src, *dest; in PHP_FUNCTION() local
|
/PHP-5.4/ |
H A D | server-tests.php | 149 function copyfiles($src,$new) {
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitConfigInternal.h | 214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_saproxy.c | 63 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices()
|
/PHP-5.4/ext/phar/ |
H A D | phar_internal.h | 525 static inline size_t phar_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen, s… in phar_stream_copy_to_stream() 537 # define phar_stream_copy_to_stream(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (d… argument
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1072 const unsigned char *src = s + offset; in mcopy() local
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 726 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_list() local 809 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_parse_encoding_array() local 4563 const enum mbfl_no_encoding *src = MBSTRG(default_detect_order_list); in php_mb_populate_current_detect_order_list() local
|
/PHP-5.4/ext/ftp/ |
H A D | ftp.c | 1054 ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest) in ftp_rename()
|
H A D | php_ftp.c | 1277 char *src, *dest; in PHP_FUNCTION() local
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 5092 char *src, *tmp_name, *tmp_name2 = NULL; local 5366 static int php_pgsql_add_quotes(zval *src, zend_bool should_free TSRMLS_DC)
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 519 #define OP1(op, dst, dstw, src, srcw) \ argument 537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
|