Home
last modified time | relevance | path

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

12

/PHP-8.0/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.0/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.c119 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.0/sapi/cli/
H A Dphp_cli_server.c719 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_write()
815 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
816 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
1384 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath()
1397 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath()
1418 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1512 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1536 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1540 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1547 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
[all …]
H A Dps_title.c415 memmove(ps_buffer, tmp, ps_buffer_cur_len); in get_ps_title()
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c1093 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth()
1094 memmove( pAuth + 16, s_secret, 16 ); in lsapi_suexec_auth()
1350 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()
1791 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
2522 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()
2560 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
4166 memmove(p, buf, len); in lsapi_MD5Update()
4169 memmove(p, buf, t); in lsapi_MD5Update()
4178 memmove(ctx->in, buf, 64); in lsapi_MD5Update()
4187 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.0/ext/standard/
H A Dhttp_fopen_wrapper.c97 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()
98 memmove(header_start, eol+1, eollen); in strip_header()
510 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()
1792 memmove(out, p, data->chunk_size); in php_dechunk()
1803 memmove(out, p, end - p); in php_dechunk()
1833 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.0/sapi/phpdbg/
H A Dphpdbg_io.c67 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_prompt.c482 memmove(PHPDBG_G(input_buffer), ++buf, --PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
494 memmove(PHPDBG_G(input_buffer), nl, PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
550 memmove(data->buf, data->buf + 2, data->len); in phpdbg_compile_stdin()
/PHP-8.0/main/
H A Drfc1867.c97 memmove(varname, s, strlen(s)+1); in normalize_protected_variable()
127 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
241 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
/PHP-8.0/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.0/ext/sysvshm/
H A Dsysvshm.c441 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len)
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c222 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
226 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-8.0/ext/exif/
H A Dexif.c2792 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2836 memmove(data_ptr, &info_value->f, 4); in exif_ifd_make_value()
2840 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
2889memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2893 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2895 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2917 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2923 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_ssa.c1330memmove(phi->sources + pred_offset, phi->sources + pred_offset + 1, (predecessors_count - pred_off… in zend_ssa_remove_phi_source()
1331memmove(phi->use_chains + pred_offset, phi->use_chains + pred_offset + 1, (predecessors_count - pr… in zend_ssa_remove_phi_source()
1438memmove(predecessors, predecessors + 1, (next_block->predecessors_count - pred_offset) * sizeof(ui… in zend_ssa_remove_predecessor()
1481 memmove(prev_block->successors + s, in zend_ssa_remove_block()
/PHP-8.0/ext/snmp/
H A Dsnmp.c423memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
582memmove((char *)(objid_query->vars[0].name), (char *)vars->name, vars->name_length * sizeof(oid)); in php_snmp_internal()
779 memmove((char *)objid_query->vars[0].name, (char *)objid_mib, sizeof(objid_mib)); in php_snmp_parse_oid()
/PHP-8.0/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.0/ext/spl/
H A Dphp_spl.c472 memmove((ht)->arData + 1, (ht)->arData, \

Completed in 130 milliseconds

12