Home
last modified time | relevance | path

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

123

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m49 memcpy memmove)
/PHP-7.3/win32/
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 Dioutil.h215 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
219memmove(ret, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(w… in php_win32_ioutil_conv_any_to_w()
517 memmove(buf, tmp_bufa, tmp_bufa_len + 1); in php_win32_ioutil_getcwd()
617 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
H A Dreaddir.c118 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
154 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir_r()
H A Dcodepage.c417 memmove(ew + bin_len, tmp, tmp_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
432 memmove(envw, ew, bin_len * sizeof(wchar_t)); in php_win32_cp_env_any_to_w()
/PHP-7.3/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.h187 #define memmove(d,s,n) _memmove(d,s,n) macro
195 #undef memmove /* Some systems may have a macro */
196 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c715 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_message()
799 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
800 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
1364 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath()
1377 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath()
1398 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1491 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1515 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1519 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1526 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-7.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c71 memmove(&map->entries[i + 1], &map->entries[i], a); in mappings_add()
89 memmove(&map->entries[i + 2], &map->entries[i + 1], a); in mappings_add()
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c1085 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth()
1086 memmove( pAuth + 16, s_secret, 16 ); in lsapi_suexec_auth()
1342 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()
1783 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
2514 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()
2552 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
4141 memmove(p, buf, len); in lsapi_MD5Update()
4144 memmove(p, buf, t); in lsapi_MD5Update()
4153 memmove(ctx->in, buf, 64); in lsapi_MD5Update()
4162 memmove(ctx->in, buf, len); in lsapi_MD5Update()
[all …]
/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c72 memmove(dst, src, sizeof(UChar) * src_len); in intl_normalize()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_stdio.c199 memmove(buf, buf + out_len, in_buf - out_len);
/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c100 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()
101 memmove(header_start, eol+1, eollen); in strip_header()
513 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Durl_scanner_ex.c997 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest); in xx_mainloop()
1334 memmove(start, end, in php_url_scanner_reset_var_impl()
1360 memmove(start, end, in php_url_scanner_reset_var_impl()
H A Dfilters.c1555 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1917 memmove(out, p, data->chunk_size); in php_dechunk()
1928 memmove(out, p, end - p); in php_dechunk()
1958 memmove(out, p, end - p); in php_dechunk()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_io.c69 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_prompt.c484 memmove(PHPDBG_G(input_buffer), ++buf, --PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
496 memmove(PHPDBG_G(input_buffer), nl, PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
557 memmove(data->buf, data->buf + 2, data->len); in phpdbg_compile_stdin()
612 memmove(data->line + 1, data->line, sizeof(uint32_t) * data->lines); in phpdbg_compile()
615 memmove(data->buf + start_line_len, data->buf, data->len); in phpdbg_compile()
/PHP-7.3/main/
H A Dphp.h252 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
H A Drfc1867.c104 memmove(varname, s, strlen(s)+1); in normalize_protected_variable()
134 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
252 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
H A Dmergesort.c230 memmove(list2, list1, nmemb*size); in php_mergesort()
/PHP-7.3/ext/sysvshm/
H A Dsysvshm.c440 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_statement.c221 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
225 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c965memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
1000memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
1116 memmove(path+i, path, j+1); in tsrm_realpath_r()
1173 memmove(path+i, path, j+1); in tsrm_realpath_r()
/PHP-7.3/ext/exif/
H A Dexif.c2774 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2818 memmove(data_ptr, &info_value->f, 4); in exif_ifd_make_value()
2822 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
2874memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2878 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2880 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2902 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2908 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()

Completed in 128 milliseconds

123