Home
last modified time | relevance | path

Searched refs:memmove (Results 26 – 50 of 50) sorted by last modified time

12

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c528 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]); in insert_nop()
H A DsljitConfigInternal.h250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c890 if (count > 0) (void)memmove(offsets + 2, offsets, in internal_dfa_match()
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
H A Dpcre2_compile.c6074 (void)memmove(code + (32 / sizeof(PCRE2_UCHAR)), code, in compile_branch()
7032 (void)memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch()
7121 (void)memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch()
7142 (void)memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch()
7345 (void)memmove(bracode + 1 + LINK_SIZE, bracode, CU2BYTES(nlen)); in compile_branch()
7618 (void)memmove(tempcode + 1 + LINK_SIZE, tempcode, CU2BYTES(len)); in compile_branch()
8777 (void)memmove(slot + cb->name_entry_size, slot, in add_name_to_table()
H A Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
/PHP-7.4/ext/exif/
H A Dexif.c2811 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2855 memmove(data_ptr, &info_value->f, 4); in exif_ifd_make_value()
2859 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
2911memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2915 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2917 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2939 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2945 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1687 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in register_bound_parameter_to_sqlite()
/PHP-7.4/win32/
H A Dioutil.h220 memmove(ret, mb, mb_len * sizeof(wchar_t)); in php_win32_ioutil_conv_any_to_w()
224memmove(ret, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(w… in php_win32_ioutil_conv_any_to_w()
524 memmove(buf, tmp_bufa, tmp_bufa_len + 1); in php_win32_ioutil_getcwd()
675 memmove(resolved, reta, reta_len+1); in php_win32_ioutil_realpath_ex0()
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()
H A Dioutil.c316 memmove(tmp, path, (path_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_mkdir_w()
331memmove(_tmp, PHP_WIN32_IOUTIL_LONG_PATH_PREFIXW, PHP_WIN32_IOUTIL_LONG_PATH_PREFIX_LENW * sizeof(… in php_win32_ioutil_mkdir_w()
594 memmove(start, ret, ret_len+1); in php_win32_ioutil_dirname()
641 memmove(*buf, canonicalw, (ret_len + 1) * sizeof(wchar_t)); in php_win32_ioutil_normalize_path_w()
767 memmove(*resolved, ret_real, (ret_real_len+1)*sizeof(wchar_t)); in php_win32_ioutil_realpath_h()
H A Dreaddir.c118 memmove(dp->dent.d_name, _tmp, reclen + 1); in readdir()
/PHP-7.4/ext/standard/
H A Dfilters.c1562 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1924 memmove(out, p, data->chunk_size); in php_dechunk()
1935 memmove(out, p, end - p); in php_dechunk()
1965 memmove(out, p, end - p); in php_dechunk()
H A Durl_scanner_ex.re580 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
917 memmove(start, end,
943 memmove(start, end,
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1629 memmove(ini_entries + sizeof(phpdbg_ini_hardcoded) - 2, ini_entries, ini_entries_len + 1); in main()
H A Dphpdbg_io.c69 memmove(buf + i, buf + i + 1, len + bytes - i - 1); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c580 memmove( in replace_predecessor()
588 memmove( in replace_predecessor()
/PHP-7.4/ext/iconv/
H A Diconv.c2715 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
/PHP-7.4/ext/zlib/
H A Dzlib.c186memmove(ctx->buffer.data, ctx->buffer.data + ctx->buffer.used - ctx->Z.avail_in, ctx->Z.avail_in); in php_zlib_output_handler_ex()
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c440 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-7.4/ext/spl/
H A Dphp_spl.c494 memmove((ht)->arData + 1, (ht)->arData, \
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_normalize.c70 memmove(dst, src, sizeof(UChar) * src_len); in intl_normalize()
/PHP-7.4/sapi/cli/
H A Dps_title.c415 memmove(ps_buffer, tmp, ps_buffer_cur_len); in get_ps_title()
/PHP-7.4/main/
H A Dmergesort.c230 memmove(list2, list1, nmemb*size); in php_mergesort()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c667 memmove(ubuf, p, CAST(size_t, n + 1)); in filter_error()

Completed in 135 milliseconds

12