Home
last modified time | relevance | path

Searched refs:src (Results 101 – 125 of 187) sorted by relevance

12345678

/PHP-5.5/ext/standard/
H A Dcrypt_blowfish.c377 #define BF_safe_atoi64(dst, src) \ argument
379 tmp = (unsigned char)(src); \
387 static int BF_decode(BF_word *dst, const char *src, int size) in BF_decode() argument
391 const unsigned char *sptr = (const unsigned char *)src; in BF_decode()
414 static void BF_encode(char *dst, const BF_word *src, int size) in BF_encode() argument
416 const unsigned char *sptr = (const unsigned char *)src; in BF_encode()
H A Dcrypt_sha256.c47 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy() argument
49 size_t n = strlen(src); in __php_stpncpy()
53 return strncpy(dst, src, len) + n; in __php_stpncpy()
56 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy() argument
58 return (((char *)memcpy(dst, src, len)) + len); in __php_mempcpy()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h546 sljit_si src, sljit_sw srcw);
564 …BUTE sljit_si sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_si src, sljit_sw srcw);
815 sljit_si src, sljit_sw srcw);
915 sljit_si src, sljit_sw srcw);
1056 …t_si sljit_emit_ijump(struct sljit_compiler *compiler, sljit_si type, sljit_si src, sljit_sw srcw);
1075 sljit_si src, sljit_sw srcw,
1245 sljit_si src, sljit_sw srcw);
H A DsljitNativePPC_64.c30 #define ASM_SLJIT_CLZ(src, dst) \ argument
31 __asm__ volatile ( "cntlzd %0, %1" : "=r"(dst) : "r"(src) )
38 #define RLDI(dst, src, sh, mb, type) \ argument
39 …(HI(30) | S(src) | A(dst) | ((type) << 2) | (((sh) & 0x1f) << 11) | (((sh) & 0x20) >> 4) | (((mb) …
120 #define INS_CLEAR_LEFT(dst, src, from) \ argument
121 (RLDICL | S(src) | A(dst) | ((from) << 6) | (1 << 5))
/PHP-5.5/ext/gd/tests/
H A Dcreatefromgd2.phpt9 $file = dirname(__FILE__) . '/src.gd2';
H A Dbug41442.phpt15 $str = file_get_contents(dirname(__FILE__).'/src.gd2');
/PHP-5.5/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp47 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
57 …00000" /version:4.0 /dll /machine:I386 /libpath:"..\..\..\php_build\apache\src\corer" /libpath:"..…
73 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
83 …TS/php5apache_hooks.dll" /pdbtype:sept /libpath:"..\..\..\php_build\apache\src\cored" /libpath:"..…
99 …\regex" /I "..\.." /I "..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I "..\..\…
109 …lib odbccp32.lib /nologo /version:4.0 /dll /machine:I386 /libpath:"\apache\src\corer" /libpath:"..…
/PHP-5.5/build/
H A Dshtool834 for src in $srcs; do
839 dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
844 if [ ".$src" = ".$dst" ]; then
848 if [ -d "$src" ]; then
849 echo "$msgprefix:Warning: source \`$src' is a directory - skipped" 1>&2
860 echo "$src -> $dst" 1>&2
870 echo "cp $src $dsttmp" 1>&2
872 cp "$src" "$dsttmp" || shtool_exit $?
875 echo "mv $src $dsttmp" 1>&2
877 mv "$src" "$dsttmp" || shtool_exit $?
[all …]
/PHP-5.5/Zend/RFCs/
H A D002.txt103 4 var $src;
104 5 function Image($src) {
105 6 $this->src = $src;
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_dp.c49 static int appendDynamic (dynamicPtr * dp, const void *src, int size);
293 static int appendDynamic (dynamicPtr * dp, const void *src, int size) in appendDynamic() argument
317 memcpy((void *) (tmp + (dp->pos)), src, size); in appendDynamic()
H A Dgdkanji.c560 any2eucjp (unsigned char *dest, unsigned char *src, unsigned int dest_max) in any2eucjp() argument
565 if (strlen ((const char *) src) >= BUFSIZ) in any2eucjp()
575 ret = do_check_and_conv (tmp_dest, src); in any2eucjp()
579 ustrcpy (dest, src); in any2eucjp()
/PHP-5.5/sapi/webjames/
H A DREADME22 --with-webjames=../webjames/src \
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h64 MBFLAPI extern int mbfl_memory_device_devcat(mbfl_memory_device *dest, mbfl_memory_device *src);
/PHP-5.5/win32/build/
H A Dmkdist.php243 foreach ($text_files as $src => $dest) {
244 copy_text_file($src, $dist_dir . '/' . $dest);
253 foreach ($general_files as $src => $dest) {
254 copy($src, $dist_dir . '/' . $dest);
/PHP-5.5/ext/standard/tests/file/
H A Dphp_fd_wrapper_04.phpt9 …Invalid parameter detected in CRT function '_dup' (f:\dd\vctools\crt_bld\self_x86\crt\src\dup.c:52)
/PHP-5.5/sapi/aolserver/
H A Dconfig.m415 …ROR(Please specify the path to the source distribution of AOLserver using --with-aolserver-src=DIR)
/PHP-5.5/sapi/continuity/
H A Dconfig.m416 AC_MSG_ERROR([Cannot find your CAPI include files in either DIR/src or DIR/include])
/PHP-5.5/ext/zip/lib/
H A Dzipint.h211 struct zip_source *src; /* data source */ member
252 struct zip_source *src; member
/PHP-5.5/
H A DREADME.RELEASE_PROCESS15 See: https://travis-ci.org/php/php-src/builds
37 Moving extensions from php-src to PECL
43 - Move the extension from php-src to the new location
44 svn mv https://svn.php.net/repository/php/php-src/trunk/ext/foo \
53 For Moving extensions from PECL to php-src the svn mv has to be tone the other
61 2. Check the tests at https://travis-ci.org/php/php-src/builds
63 3. run the "scripts/dev/credits" script in php-src and commit the changes in the
159 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
162 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
H A Dmakedist39 PHPROOT=git@git.php.net:php-src.git;
H A D.gitignore223 ext/sqlite/libsqlite/src/sqlite.h
224 ext/sqlite/libsqlite/src/parse.out
225 ext/sqlite/libsqlite/src/libsqlite.dsw
/PHP-5.5/main/streams/
H A Dstreams.c1444 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()
1445 ret = php_stream_read(src, ptr, maxlen - len); in _php_stream_copy_to_mem()
1467 if (php_stream_stat(src, &ssbuf) == 0 && ssbuf.sb.st_size > 0) { in _php_stream_copy_to_mem()
1475 while((ret = php_stream_read(src, ptr, max_len - len))) { in _php_stream_copy_to_mem()
1518 if (php_stream_stat(src, &ssbuf) == 0) { in _php_stream_copy_to_stream_ex()
1529 if (php_stream_mmap_possible(src)) { in _php_stream_copy_to_stream_ex()
1533 …p = php_stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, … in _php_stream_copy_to_stream_ex()
1538 php_stream_mmap_unmap_ex(src, mapped); in _php_stream_copy_to_stream_ex()
1559 didread = php_stream_read(src, buf, readchunk); in _php_stream_copy_to_stream_ex()
1593 if (haveread > 0 || src->eof) { in _php_stream_copy_to_stream_ex()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_directory.h46 typedef void (*spl_foreign_clone_t)(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_D…
/PHP-5.5/Zend/
H A Dzend_llist.h57 ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src);
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt10 - Edit .\src\osdep\nt\makefile.nt:

Completed in 69 milliseconds

12345678