Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 48) sorted by relevance

12

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
H A Dpcre2_internal.h189 #define memmove(d,s,n) _memmove(d,s,n) macro
197 #undef memmove /* Some systems may have a macro */
198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_io.c44 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_prompt.c479 memmove(PHPDBG_G(input_buffer), ++buf, --PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
491 memmove(PHPDBG_G(input_buffer), nl, PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
547 memmove(data->buf, data->buf + 2, data->len); in phpdbg_compile_stdin()
/PHP-8.1/win32/
H A Dioutil.h218 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
222memmove(ret, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(w… in php_win32_ioutil_conv_any_to_w()
522 memmove(buf, tmp_bufa, tmp_bufa_len + 1); in php_win32_ioutil_getcwd()
672 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
H A Dioutil.c314 memmove(tmp, path, (path_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_mkdir_w()
329memmove(_tmp, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(… in php_win32_ioutil_mkdir_w()
592 memmove(start, ret, ret_len+1); in php_win32_ioutil_dirname()
639 memmove(*buf, canonicalw, (ret_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_normalize_path_w()
765 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
H A Dreaddir.c115 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
H A Dcodepage.c411 memmove(ew + bin_len, tmp, tmp_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
426 memmove(envw, ew, bin_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c734 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_write()
830 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
831 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
1401 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath()
1414 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath()
1435 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1529 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1553 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1557 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1564 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
[all …]
H A Dps_title.c416 memmove(ps_buffer, tmp, ps_buffer_cur_len); in get_ps_title()
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c1103 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth()
1104 memmove( pAuth + 16, s_secret, 16 ); in lsapi_suexec_auth()
1360 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()
1801 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
2566 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()
2604 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
4214 memmove(p, buf, len); in lsapi_MD5Update()
4217 memmove(p, buf, t); in lsapi_MD5Update()
4226 memmove(ctx->in, buf, 64); in lsapi_MD5Update()
4235 memmove(ctx->in, buf, len); in lsapi_MD5Update()
[all …]
H A Dlsapi_main.c1441 memmove( argv[0], p, argv0 - p ); in setArgv0()
1709 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c98 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()
99 memmove(header_start, eol+1, eollen); in strip_header()
508 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Dfilters.c1430 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1798 memmove(out, p, data->chunk_size); in php_dechunk()
1809 memmove(out, p, end - p); in php_dechunk()
1843 memmove(out, p, end - p); in php_dechunk()
H A Durl_scanner_ex.re578 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
915 memmove(start, end,
941 memmove(start, end,
/PHP-8.1/main/
H A Drfc1867.c96 memmove(varname, s, strlen(s)+1); in normalize_protected_variable()
126 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
240 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.c715memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
750memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
866 memmove(path+i, path, j+1); in tsrm_realpath_r()
923 memmove(path+i, path, j+1); in tsrm_realpath_r()
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.c436 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c246 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
250 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h252 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len)
/PHP-8.1/ext/exif/
H A Dexif.c2820 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2864 memmove(data_ptr, &info_value->f, 4); in exif_ifd_make_value()
2868 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
2917memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2921 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2923 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2945 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2951 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.c1326memmove(phi->sources + pred_offset, phi->sources + pred_offset + 1, (predecessors_count - pred_off… in zend_ssa_remove_phi_source()
1327memmove(phi->use_chains + pred_offset, phi->use_chains + pred_offset + 1, (predecessors_count - pr… in zend_ssa_remove_phi_source()
1434memmove(predecessors, predecessors + 1, (next_block->predecessors_count - pred_offset) * sizeof(ui… in zend_ssa_remove_predecessor()
1486 memmove(prev_block->successors + s, in zend_ssa_remove_block_from_cfg()
/PHP-8.1/ext/snmp/
H A Dsnmp.c422memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
576memmove((char *)(objid_query->vars[0].name), (char *)vars->name, vars->name_length * sizeof(oid)); in php_snmp_internal()
770 memmove((char *)objid_query->vars[0].name, (char *)objid_mib, sizeof(objid_mib)); in php_snmp_parse_oid()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c1023 memmove(env_script_filename, p, strlen(p) + 1); in init_request_info()
1044 memmove(env_script_filename, p, strlen(p) + 1); in init_request_info()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c782 memmove(ubuf, p, CAST(size_t, n + 1)); in filter_error()

Completed in 141 milliseconds

12