Home
last modified time | relevance | path

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

123

/php-src/ext/dom/
H A Dinfra.c51 memmove(write_ptr, current, non_whitespace_len); in dom_strip_and_collapse_ascii_whitespace()
/php-src/ext/dom/lexbor/lexbor/core/
H A Darray.c138 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 Ddtoa.c309 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 Darray_obj.c171 memmove(&array->list[ begin * array->struct_size ], in lexbor_array_obj_delete()
H A Dstr.c159 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 Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
H A Dpcre2_internal.h207 #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 Dphp_ini_builder.c26 memmove(b->value + length, b->value, b->length); in php_ini_builder_prepend()
H A Drfc1867.c74 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 Dphpdbg_io.c44 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
/php-src/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.c445 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 Dphp_cli_server.c783 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 Dps_title.c419 memmove(ps_buffer, tmp, ps_buffer_cur_len); in get_ps_title()
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dactive_formatting.c56 memmove(list + idx, list + idx + 1, sizeof(void *) * delta); in lxb_html_tree_active_formatting_remove_by_node()
H A Dopen_elements.c25 memmove(list + len, list + len + 1, sizeof(void *) * delta); in lxb_html_tree_open_elements_remove_by_node()
/php-src/sapi/litespeed/
H A Dlsapilib.c1098 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 Dzend_observer.c171 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 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()
503 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Dfilters.c1410 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 Dsysvshm.c435 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h151 #define SLJIT_MEMMOVE(dest, src, len) (memmove(dest, src, len))
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c324 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()

Completed in 96 milliseconds

123