Home
last modified time | relevance | path

Searched refs:memmove (Results 26 – 42 of 42) sorted by relevance

12

/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch2055 + (void) memmove( hc->response, &(hc->response[sz]), newlen );
2136 + memmove(hc->response, hc->response + n, hc->responselen);
2197 + memmove(hc->read_buf, hc->read_buf + hc->checked_idx, hc->read_idx);
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c878 memmove(&(zTempPath[i+1]), zTempPath, strlen(zTempPath)); in sqliteOsTempFileName()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c1124 memmove(env_script_filename, p, strlen(p) + 1);
/PHP-5.3/Zend/
H A Dzend_compile.c1706memmove(Z_STRVAL(element_name->u.constant), Z_STRVAL(element_name->u.constant)+1, Z_STRLEN(element… in zend_resolve_non_class_name()
1726memmove(Z_STRVAL(element_name->u.constant), Z_STRVAL(element_name->u.constant)+len, Z_STRLEN(eleme… in zend_resolve_non_class_name()
1762memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+1, Z_STRLEN(class_name-… in zend_resolve_class_name()
1782memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+len, Z_STRLEN(class_nam… in zend_resolve_class_name()
2920memmove(ce->interfaces + i, ce->interfaces + i + 1, sizeof(zend_class_entry*) * (--ce->num_interfa… in zend_do_implement_interface()
H A Dzend_language_scanner.l662 memmove(SCNG(yy_start) + original_offset, p, length); in BEGIN_EXTERN_C()
H A Dzend_execute_API.c549 memmove(Z_STRVAL_P(p), Z_STRVAL_P(p)+1, Z_STRLEN_P(p)); in zval_update_constant_ex()
H A Dzend_language_scanner.c664 memmove(SCNG(yy_start) + original_offset, p, length); in BEGIN_EXTERN_C()
/PHP-5.3/main/streams/
H A Dstreams.c613memmove(stream->readbuf, stream->readbuf + stream->readpos, stream->readbuflen - stream->readpos); in php_stream_fill_read_buffer()
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2341 10. Fixed two bugs in the emulated memmove() function in pcre_internal.h:
2349 memmove() nor bcopy(). I didn't think anyone used it these days, but that
2718 3. The memmove() emulation function in pcre_internal.h, which is used on
2719 systems that lack both memmove() and bcopy() - that is, hardly ever -
2993 have a standard memmove() function (and is therefore rarely compiled),
3566 9. The prototype for memmove() for systems that don't have it was using
4400 5. PCRE is being used in one environment where neither memmove() nor bcopy() is
4403 assumes the way PCRE uses memmove() (always moving upwards).
4753 + Add an undef for memmove, in case the the system defines a macro for it.
4807 memmove() or strerror() but have other things that can be used instead.
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1375 memmove(temp+1, param->name, param->name_len);
/PHP-5.3/ext/standard/
H A Dfile.c986 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
H A Dstring.c4633 memmove(e, s, l);
/PHP-5.3/ext/iconv/
H A Diconv.c2618 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c366 memmove(temp+1, param->name, param->namelen); in really_register_bound_param()
/PHP-5.3/
H A Dconfigure.in565 memmove \
/PHP-5.3/ext/phar/
H A Dphar.c1722memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the wind…
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20332 memmove(pMem->z, &pMem->z[2], pMem->n); in sqlite3VdbeMemHandleBom()
124957 memmove(pDst, pSrc, nByte);

Completed in 504 milliseconds

12