Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re356 if (rest) memmove(ctx->buf.c, start, rest);
H A Dfile.c934 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
H A Dstring.c4951 memmove(e, s, l);
/PHP-5.5/ext/zlib/
H A Dzlib.c165memmove(ctx->buffer.data, ctx->buffer.data + ctx->buffer.used - ctx->Z.avail_in, ctx->Z.avail_in); in php_zlib_output_handler_ex()
/PHP-5.5/Zend/
H A Dzend_exceptions.c393 memmove((*str) + *len - l_added + 1 + vallen, (*str) + *len - l_added + 1, l_added);
H A Dzend_compile.c2088memmove(Z_STRVAL(element_name->u.constant), Z_STRVAL(element_name->u.constant)+1, Z_STRLEN(element… in zend_resolve_non_class_name()
2108memmove(Z_STRVAL(element_name->u.constant), Z_STRVAL(element_name->u.constant)+len, Z_STRLEN(eleme… in zend_resolve_non_class_name()
2197memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+1, Z_STRLEN(class_name-… in zend_resolve_class_name()
2217memmove(Z_STRVAL(class_name->u.constant), Z_STRVAL(class_name->u.constant)+len, Z_STRLEN(class_nam… in zend_resolve_class_name()
3767memmove(ce->interfaces + i, ce->interfaces + i + 1, sizeof(zend_class_entry*) * (--ce->num_interfa… in zend_do_implement_interface()
3807 memmove(ce->traits + i, ce->traits + i + 1, sizeof(zend_class_entry*) * (--ce->num_traits - i)); in zend_do_implement_trait()
H A Dzend_execute_API.c514 memmove(Z_STRVAL_P(p), Z_STRVAL_P(p)+1, Z_STRLEN_P(p)); in zval_update_constant_ex()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1346 memmove(ini_entries + sizeof(HARDCODED_INI) - 2, ini_entries, ini_entries_len + 1); in WinMain()
/PHP-5.5/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.5/ext/opcache/Optimizer/
H A Dblock_pass.c396 memmove(new_to, to->start_opline, sizeof(zend_op)*to->len); in del_source()
599 memmove(new_end, src, len*sizeof(zend_op)); in strip_nop()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1122 memmove(env_script_filename, p, strlen(p) + 1);
/PHP-5.5/main/streams/
H A Dstreams.c679memmove(stream->readbuf, stream->readbuf + stream->readpos, stream->readbuflen - stream->readpos); in _php_stream_fill_read_buffer()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1398 memmove(temp+1, param->name, param->name_len);
/PHP-5.5/ext/iconv/
H A Diconv.c2661 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog3278 10. Fixed two bugs in the emulated memmove() function in pcre_internal.h:
3286 memmove() nor bcopy(). I didn't think anyone used it these days, but that
3655 3. The memmove() emulation function in pcre_internal.h, which is used on
3656 systems that lack both memmove() and bcopy() - that is, hardly ever -
3930 have a standard memmove() function (and is therefore rarely compiled),
4503 9. The prototype for memmove() for systems that don't have it was using
5337 5. PCRE is being used in one environment where neither memmove() nor bcopy() is
5340 assumes the way PCRE uses memmove() (always moving upwards).
5690 + Add an undef for memmove, in case the the system defines a macro for it.
5744 memmove() or strerror() but have other things that can be used instead.
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c366 memmove(temp+1, param->name, param->namelen); in really_register_bound_param()
/PHP-5.5/
H A Dconfigure.in641 memmove \
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c528 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]); in insert_nop()
/PHP-5.5/ext/phar/
H A Dphar.c1718memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the wind…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23259 memmove(pMem->z, &pMem->z[2], pMem->n);
24719 if( z[i]=='.' && ALWAYS(sz>i+4) ) memmove(&z[i+1], &z[sz-3], 4);
59083 memmove(ptr, ptr+2, 2*(pPage->nCell - idx));
59166 memmove(&data[ins+2], &data[ins], end-ins);
59379 memmove(pPg->aCellIdx, &pPg->aCellIdx[nShift*2], nCell*2);
59396 memmove(&pCellptr[nAdd*2], pCellptr, nCell*2);
59409 memmove(&pCellptr[2], pCellptr, (nCell - iCell) * 2);
88655 memmove(pMin, &pMin[1], sizeof(p->a[0])*(p->nSample-p->iMin-1));
151587 memmove(pDst, pSrc, nByte);

Completed in 418 milliseconds

12