/php-src/ext/dom/ |
H A D | infra.c | 51 memmove(write_ptr, current, non_whitespace_len); in dom_strip_and_collapse_ascii_whitespace()
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | array.c | 138 memmove(&array->list[idx + 1], &array->list[idx], in lexbor_array_insert() 183 memmove(&array->list[begin], &array->list[end_len], in lexbor_array_delete()
|
H A D | dtoa.c | 309 memmove(&begin[kk + 1], &begin[kk], length - kk); in lexbor_prettify() 324 memmove(&begin[offset], begin, length); in lexbor_prettify() 358 memmove(&begin[2], &begin[1], length - 1); in lexbor_prettify()
|
H A D | array_obj.c | 171 memmove(&array->list[ begin * array->struct_size ], in lexbor_array_obj_delete()
|
H A D | str.c | 159 memmove(&str->data[length], str->data, sizeof(lxb_char_t) * str->length); in lexbor_str_append_before() 340 memmove(target->data, &target->data[i], (target->length - i)); in lexbor_str_crop_whitespace_from_begin()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
|
H A D | pcre2_internal.h | 207 #define memmove(d,s,n) _memmove(d,s,n) macro 215 #undef memmove /* Some systems may have a macro */ 216 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
|
/php-src/main/ |
H A D | php_ini_builder.c | 26 memmove(b->value + length, b->value, b->length); in php_ini_builder_prepend()
|
H A D | rfc1867.c | 74 memmove(varname, s, strlen(s)+1); in normalize_protected_variable() 104 memmove(s, index, strlen(index)+1); in normalize_protected_variable() 219 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_io.c | 44 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
|
/php-src/win32/ |
H A D | ioutil.h | 223 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w() 227 …memmove(ret, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(w… in php_win32_ioutil_conv_any_to_w() 539 memmove(buf, tmp_bufa, tmp_bufa_len + 1); in php_win32_ioutil_getcwd() 689 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
|
H A D | ioutil.c | 319 memmove(tmp, path, (path_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_mkdir_w() 334 …memmove(_tmp, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(… in php_win32_ioutil_mkdir_w() 609 memmove(start, ret, ret_len+1); in php_win32_ioutil_dirname() 656 memmove(*buf, canonicalw, (ret_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_normalize_path_w() 761 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
|
H A D | readdir.c | 115 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
|
H A D | codepage.c | 445 memmove(ew + bin_len, tmp, tmp_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w() 460 memmove(envw, ew, bin_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 783 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_write() 878 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll() 879 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll() 1448 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath() 1455 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath() 1477 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath() 1571 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath() 1595 memmove(p, n, decoded_vpath_end - n); in normalize_vpath() 1599 memmove(p, n, decoded_vpath_end - n); in normalize_vpath() 1606 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath() [all …]
|
H A D | ps_title.c | 419 memmove(ps_buffer, tmp, ps_buffer_cur_len); in get_ps_title()
|
/php-src/ext/dom/lexbor/lexbor/html/tree/ |
H A D | active_formatting.c | 56 memmove(list + idx, list + idx + 1, sizeof(void *) * delta); in lxb_html_tree_active_formatting_remove_by_node()
|
H A D | open_elements.c | 25 memmove(list + len, list + len + 1, sizeof(void *) * delta); in lxb_html_tree_open_elements_remove_by_node()
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 1098 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth() 1099 memmove( pAuth + 16, s_secret, 16 ); in lsapi_suexec_auth() 1355 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid() 1772 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r() 2537 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r() 2575 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r() 4180 memmove(p, buf, len); in lsapi_MD5Update() 4183 memmove(p, buf, t); in lsapi_MD5Update() 4192 memmove(ctx->in, buf, 64); in lsapi_MD5Update() 4201 memmove(ctx->in, buf, len); in lsapi_MD5Update() [all …]
|
/php-src/Zend/ |
H A D | zend_observer.c | 171 memmove(cur_handler, cur_handler + 1, sizeof(cur_handler) * (last_handler - cur_handler)); in zend_observer_remove_handler() 222 memmove(end_handler + 1, end_handler, sizeof(end_handler) * (registered_observers - 1)); in zend_observer_add_end_handler()
|
/php-src/ext/standard/ |
H A D | http_fopen_wrapper.c | 98 memmove(lc_header_start, lc_eol+1, eollen); in strip_header() 99 memmove(header_start, eol+1, eollen); in strip_header() 503 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
|
H A D | filters.c | 1410 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket() 1778 memmove(out, p, data->chunk_size); in php_dechunk() 1789 memmove(out, p, end - p); in php_dechunk() 1823 memmove(out, p, end - p); in php_dechunk()
|
/php-src/ext/sysvshm/ |
H A D | sysvshm.c | 441 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitConfigInternal.h | 151 #define SLJIT_MEMMOVE(dest, src, len) (memmove(dest, src, len))
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_statement.c | 324 memmove(cp, var->relname, var->relname_length); in pdo_firebird_stmt_describe() 328 memmove(cp, var->aliasname, var->aliasname_length); in pdo_firebird_stmt_describe()
|