Home
last modified time | relevance | path

Searched refs:memmove (Results 26 – 50 of 50) sorted by relevance

12

/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/fileinfo/libmagic/
H A Dcompress.c667 memmove(ubuf, p, CAST(size_t, n + 1)); in filter_error()
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c580 memmove( in replace_predecessor()
588 memmove( in replace_predecessor()
/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()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1315 memmove(ini_entries + sizeof(HARDCODED_INI) - 2, ini_entries, ini_entries_len + 1); in WinMain()
/PHP-7.4/main/
H A Dphp_variables.c366 memmove(ZSTR_VAL(vars->str.s), vars->ptr, ZSTR_LEN(vars->str.s) = vars->end - vars->ptr); in add_post_vars()
/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/main/streams/
H A Dstreams.c603memmove(stream->readbuf, stream->readbuf + stream->readpos, stream->writepos - stream->readpos); in _php_stream_fill_read_buffer()
654memmove(stream->readbuf, stream->readbuf + stream->readpos, stream->writepos - stream->readpos); in _php_stream_fill_read_buffer()
/PHP-7.4/ext/spl/
H A Dphp_spl.c494 memmove((ht)->arData + 1, (ht)->arData, \
/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/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/sapi/phpdbg/
H A Dphpdbg.c1629 memmove(ini_entries + sizeof(phpdbg_ini_hardcoded) - 2, ini_entries, ini_entries_len + 1); in main()
/PHP-7.4/ext/standard/
H A Dfile.c942 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
H A Dstring.c5576 memmove(e, s, l);
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2166 memmove(cmd_line, cmd_line_tmp, (cmd_line_len + 1)*sizeof(wchar_t));
/PHP-7.4/Zend/
H A Dzend_language_scanner.l1189 memmove(copy, str, len); in strip_multiline_string_indentation()
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_compile.c1747 memmove(Z_STRVAL_P(zv) + 1, Z_STRVAL_P(zv), orig_len + 1); in zend_negate_num_string()
/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/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/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/
H A Dconfigure.ac620 memmove \
/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()
/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()

Completed in 241 milliseconds

12