Home
last modified time | relevance | path

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

12345678

/PHP-5.5/
H A DINSTALL266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
326 accompanying files and copy this into the src/modules/php5 directory in
328 --activate-module=src/modules/php5/libphp5.a and the Apache build
1488 under the php-src/ext/ directory and tell the PHP build system to
1813 [mybox:user /src/php5] root# apachectl configtest apachectl:
1957 [mybox:user /src/php5] root# apachectl configtest
H A DNEWS1132 . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in
/PHP-5.5/ext/standard/
H A Dstring.c2151 static char *php_chunk_split(char *src, int srclen, char *end, int endlen, int chunklen, int *destl… argument
2177 for (p = src, q = dest; p < (src + srclen - chunklen + 1); ) {
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja172 % ./configure --activate-module=src/modules/php3/libphp3.a
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1513 size_t strlcpy(char *dst, const char *src, size_t siz);
1517 size_t strlcat(char *dst, const char *src, size_t siz);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c519 #define OP1(op, dst, dstw, src, srcw) \ argument
520 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
538 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type))
H A DREADME946 doc/index.html.src the base HTML page
H A DChangeLog3268 pcre_printint.src, pcre_compile.c, pcre_study.c, and pcre_tables.c, in
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1217 +src application/x-wais-source
/PHP-5.5/ext/phar/
H A Dphar_object.c1114 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC… in phar_spl_foreign_clone() argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6207 # http://freecode.com/projects/dosfstools dosfstools-n.m/src/mkdosfs.c
15556 >6 beshort 1 src
18472 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c54224 unsigned char *src; /* Source of content */
54235 src = data = pPage->aData;
54259 size = cellSizePtr(pPage, &src[pc]);
54280 src = temp;
54282 memcpy(&data[cbrk], &src[pc], size);

Completed in 481 milliseconds

12345678