Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 50) sorted by path

12

/PHP-7.4/Zend/
H A Dzend_compile.c1747 memmove(Z_STRVAL_P(zv) + 1, Z_STRVAL_P(zv), orig_len + 1); in zend_negate_num_string()
H A Dzend_inheritance.c1416memmove(ce->interfaces + i, ce->interfaces + i + 1, sizeof(zend_class_entry*) * (--ce->num_interfa… in zend_do_implement_interface()
H A Dzend_language_scanner.l1189 memmove(copy, str, len); in strip_multiline_string_indentation()
H A Dzend_virtual_cwd.c721memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
756memmove(tmpsubstname, reparsetarget + pbuffer->MountPointReparseBuffer.SubstituteNameOffset / size… in tsrm_realpath_r()
872 memmove(path+i, path, j+1); in tsrm_realpath_r()
929 memmove(path+i, path, j+1); in tsrm_realpath_r()
/PHP-7.4/
H A Dconfigure.ac620 memmove \
/PHP-7.4/ext/curl/
H A Dinterface.c164 memmove(_tmp, "file:///", sizeof("file:///") - 1); in php_curl_option_url()
165 memmove(_tmp + sizeof("file:///") - 1, url + sizeof("file://") - 1, len - sizeof("file://") + 1); in php_curl_option_url()
/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/fileinfo/libmagic/
H A Dcompress.c667 memmove(ubuf, p, CAST(size_t, n + 1)); in filter_error()
/PHP-7.4/ext/ftp/
H A Dftp.c1326 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1397 memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4); in ftp_getresp()
/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/intl/normalizer/
H A Dnormalizer_normalize.c70 memmove(dst, src, sizeof(UChar) * src_len); in intl_normalize()
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c580 memmove( in replace_predecessor()
588 memmove( in replace_predecessor()
H A Dzend_ssa.c1300memmove(phi->sources + pred_offset, phi->sources + pred_offset + 1, (predecessors_count - pred_off… in zend_ssa_remove_phi_source()
1301memmove(phi->use_chains + pred_offset, phi->use_chains + pred_offset + 1, (predecessors_count - pr… in zend_ssa_remove_phi_source()
1408memmove(predecessors, predecessors + 1, (next_block->predecessors_count - pred_offset) * sizeof(ui… in zend_ssa_remove_predecessor()
1451 memmove(prev_block->successors + s, in zend_ssa_remove_block()
/PHP-7.4/ext/pcre/pcre2lib/
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_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_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h250 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len)
H A DsljitNativeTILEGX_64.c528 memmove(&inst_buf[1], &inst_buf[0], inst_buf_index * sizeof inst_buf[0]); in insert_nop()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c357 memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1); in really_register_bound_param()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c224 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
228 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-7.4/ext/phar/
H A Dphar.c1746memmove(buffer, buffer + window_size, tokenlen); /* move the memory buffer by the size of the wind… in phar_open_from_fp()
/PHP-7.4/ext/snmp/
H A Dsnmp.c691memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
849memmove((char *)(objid_query->vars[0].name), (char *)vars->name, vars->name_length * sizeof(oid)); in php_snmp_internal()
1051 memmove((char *)objid_query->vars[0].name, (char *)objid_mib, sizeof(objid_mib)); in php_snmp_parse_oid()
/PHP-7.4/ext/spl/
H A Dphp_spl.c494 memmove((ht)->arData + 1, (ht)->arData, \
/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()

Completed in 221 milliseconds

12