Home
last modified time | relevance | path

Searched refs:src (Results 126 – 150 of 181) sorted by relevance

12345678

/PHP-5.4/ext/phar/
H A Dphar_internal.h525 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() argument
527 size_t ret = php_stream_copy_to_stream(src, dest, maxlen); 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/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len) argument
H A DsljitNativePPC_32.c41 #define INS_CLEAR_LEFT(dst, src, from) \ argument
42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
/PHP-5.4/ext/openssl/
H A DREADME256 $fp = fopen("/src/openssl-0.9.6/demos/maurice/cert.pem", "r");
264 $fp = fopen("/src/openssl-0.9.6/demos/sign/cert.pem", "r");
276 $fp = fopen("/src/openssl-0.9.6/demos/sign/key.pem", "r");
296 $fp = fopen("/src/openssl-0.9.6/demos/sign/key.pem", "r");
310 $fp = fopen("/src/openssl-0.9.6/demos/sign/cert.pem", "r");
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfile.h480 size_t strlcpy(char *dst, const char *src, size_t siz);
483 size_t strlcat(char *dst, const char *src, size_t siz);
H A Dsoftmagic.c1072 const unsigned char *src = s + offset; in mcopy() local
1078 src++; in mcopy()
1086 for (/*EMPTY*/; src < esrc; src += 2, dst++) { in mcopy()
1088 *dst = *src; in mcopy()
1093 *(src - 1) != '\0' : in mcopy()
1094 *(src + 1) != '\0') in mcopy()
/PHP-5.4/win32/
H A Dphp5ts.dsw48 Project: "libsqlite"=..\ext\sqlite\libsqlite\src\libsqlite.dsp - Package Owner=<4>
/PHP-5.4/
H A Dserver-tests.php149 function copyfiles($src,$new) { argument
150 $d = dir($src);
152 if (is_file("$src/$entry")) {
153 copy("$src/$entry", "$new/$entry");
829 foreach ($dirs as $src=>$new) {
831 copyfiles($src,$new);
/PHP-5.4/sapi/aolserver/
H A DREADME31 --with-aolserver-src=/path/to/source/distribution
/PHP-5.4/sapi/apache2filter/
H A DREADME23 $ cd src
/PHP-5.4/sapi/apache_hooks/
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
/PHP-5.4/sapi/apache/
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
/PHP-5.4/ext/standard/
H A Dfile.c1631 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC) in php_copy_file() argument
1633 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); 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() argument
1641 return php_copy_file_ctx(src, dest, 0, NULL TSRMLS_CC); 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() argument
1653 switch (php_stream_stat_path_ex(src, 0, &src_s, ctx)) { in php_copy_file_ctx()
1695 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1718 srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx); in php_copy_file_ctx()
H A Durl_scanner_ex.re93 …STD_PHP_INI_ENTRY("url_rewriter.tags", "a=href,area=href,frame=src,form=,fieldset=", PHP_INI_ALL, …
383 static char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRML…
390 xx_mainloop(ctx, src, srclen TSRMLS_CC);
H A Dstreamsfuncs.c457 php_stream *src, *dest; in PHP_FUNCTION() local
467 php_stream_from_zval(src, &zsrc); in PHP_FUNCTION()
470 if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) { in PHP_FUNCTION()
475 ret = php_stream_copy_to_stream_ex(src, dest, maxlen, &len); in PHP_FUNCTION()
H A Dcrypt_sha512.c46 extern void * __php_mempcpy(void * dst, const void * src, size_t len);
47 extern char * __php_stpncpy(char *dst, const char *src, size_t len);
/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c49 static void mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest);
595 mbfl_filt_conv_wchar_cp50220_copy(mbfl_convert_filter *src, mbfl_convert_filter *dest) in mbfl_filt_conv_wchar_cp50220_copy() argument
599 *dest = *src; in mbfl_filt_conv_wchar_cp50220_copy()
602 *ctx = *(mbfl_filt_conv_wchar_cp50220_ctx*)src->opaque; in mbfl_filt_conv_wchar_cp50220_copy()
/PHP-5.4/ext/imap/
H A Dconfig.m4135 SIZEDTEXT *src, *dst;
136 utf8_mime2text(src, dst);
/PHP-5.4/sapi/apache2handler/
H A DREADME27 $ cd src
/PHP-5.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h153 PHP_COM_DOTNET_API int php_com_copy_variant(VARIANT *dst, VARIANT *src TSRMLS_DC);
H A Dcom_saproxy.c63 static inline void clone_indices(php_com_saproxy *dest, php_com_saproxy *src, int ndims) in clone_indices() argument
69 *dest->indices[i] = *src->indices[i]; in clone_indices()
/PHP-5.4/Zend/
H A Dzend.c1146 # 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
/PHP-5.4/ext/ftp/
H A Dphp_ftp.c213 ZEND_ARG_INFO(0, src)
1277 char *src, *dest; in PHP_FUNCTION() local
1280 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &z_ftp, &src, &src_len, &dest, &dest_l… in PHP_FUNCTION()
1287 if (!ftp_rename(ftp, src, dest)) { in PHP_FUNCTION()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_internal.h396 const unsigned char *src = (const unsigned char *)s; in pcre_memmove() local
397 if (dest > src) in pcre_memmove()
400 src += n; in pcre_memmove()
401 for (i = 0; i < n; ++i) *(--dest) = *(--src); in pcre_memmove()
406 for (i = 0; i < n; ++i) *dest++ = *src++; in pcre_memmove()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.h308 extern int onig_scan_unsigned_number P_((UChar** src, const UChar* end, OnigEncoding enc));

Completed in 111 milliseconds

12345678