Home
last modified time | relevance | path

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

12

/PHP-7.4/
H A Dconfigure.ac620 memmove \
/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/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()
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()
248 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
/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/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/cgi/
H A Dcgi_main.c2166 memmove(cmd_line, cmd_line_tmp, (cmd_line_len + 1)*sizeof(wchar_t));
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1032 memmove(env_script_filename, p, strlen(p) + 1); in init_request_info()
1053 memmove(env_script_filename, p, strlen(p) + 1); in init_request_info()
/PHP-7.4/ext/standard/
H A Dstring.c5576 memmove(e, s, l);
H A Dhttp_fopen_wrapper.c99 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()
100 memmove(header_start, eol+1, eollen); in strip_header()
512 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Dfile.c942 memmove(z, z + 1, mode_len - (z - posix_mode)); in PHP_FUNCTION()
/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()
H A Dphp_cli_server.c774 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_write()
871 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
872 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
1444 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath()
1457 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath()
1478 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1572 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1596 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1600 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1607 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
[all …]
/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_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()
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()
/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/opcache/Optimizer/
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/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/sapi/litespeed/
H A Dlsapi_main.c1453 memmove( argv[0], p, argv0 - p ); in setArgv0()
1740 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
H A Dlsapilib.c1094 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth()
1095 memmove( pAuth + 16, s_secret, 16 ); in lsapi_suexec_auth()
1351 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()
1792 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
2523 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()
2561 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
4160 memmove(p, buf, len); in lsapi_MD5Update()
4163 memmove(p, buf, t); in lsapi_MD5Update()
4172 memmove(ctx->in, buf, 64); in lsapi_MD5Update()
4181 memmove(ctx->in, buf, len); in lsapi_MD5Update()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c485 memmove(PHPDBG_G(input_buffer), ++buf, --PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
497 memmove(PHPDBG_G(input_buffer), nl, PHPDBG_G(input_buflen)); in PHPDBG_COMMAND()
558 memmove(data->buf, data->buf + 2, data->len); in phpdbg_compile_stdin()
/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/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()

Completed in 209 milliseconds

12