Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/ereg/regex/
H A Dutils.h22 #define memmove(d, s, c) bcopy(s, d, c) macro
H A DREADME16 -DUSEBCOPY will make utils.h substitute bcopy() for memmove().
H A Dregcomp.c1196 (void) memmove(fp, fp + len + 1,
1436 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m49 memcpy memmove)
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c821 memmove(buf, "unknown", sizeof("unknown")); in sapi_cli_server_log_message()
905 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
906 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
1469 memmove(p, document_root, document_root_len); in php_cli_server_request_translate_vpath()
1482 memmove(p, request->vpath, request->vpath_len); in php_cli_server_request_translate_vpath()
1503 memmove(q, *file, l + 1); in php_cli_server_request_translate_vpath()
1584 memmove(++p, n, decoded_vpath_end - n); in normalize_vpath()
1608 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1612 memmove(p, n, decoded_vpath_end - n); in normalize_vpath()
1619 memmove(p, nn, decoded_vpath_end - nn); in normalize_vpath()
[all …]
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c879 memmove( achMD5, pAuth + 16, 16 ); in lsapi_suexec_auth()
880 memmove( pAuth + 16, s_pSecret, 16 ); in lsapi_suexec_auth()
1089 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()
1468 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
2192 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()
2231 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
3342 memmove(p, buf, len); in lsapi_MD5Update()
3345 memmove(p, buf, t); in lsapi_MD5Update()
3354 memmove(ctx->in, buf, 64); in lsapi_MD5Update()
3363 memmove(ctx->in, buf, len); in lsapi_MD5Update()
[all …]
H A Dlsapi_main.c536 memmove( CWDG(cwd).cwd, file_handle->filename, CWDG(cwd).cwd_length+1 ); in lsapi_chdir_primary_script()
1006 memmove( argv[0], p, argv0 - p ); in setArgv0()
1250 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
/PHP-5.5/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-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c171 memmove(buf, buf + out_buf, in_buf - out_buf); in fpm_stdio_child_said()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c102 memmove(lc_header_start, lc_eol+1, eollen); in strip_header()
103 memmove(header_start, eol+1, eollen); in strip_header()
511 memmove(user_headers + (s - tmp), user_headers + (p - tmp), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Dfilters.c1648 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
2023 memmove(out, p, data->chunk_size); in php_dechunk()
2034 memmove(out, p, end - p); in php_dechunk()
2064 memmove(out, p, end - p); in php_dechunk()
H A Durl_scanner_ex.c904 if (rest) memmove(ctx->buf.c, start, rest); in xx_mainloop()
/PHP-5.5/main/
H A Dphp.h194 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
H A Drfc1867.c99 memmove(varname, s, strlen(s)+1); in normalize_protected_variable()
129 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
242 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
H A Dmergesort.c232 memmove(list2, list1, nmemb*size); in php_mergesort()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h214 #define SLJIT_MEMMOVE(dest, src, len) memmove(dest, src, len)
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c427 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c203 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
207 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h377 #define memmove(d,s,n) _memmove(d,s,n) macro
387 #undef memmove /* some systems may have a macro */
389 #define memmove(a, b, c) bcopy(b, a, c) macro
410 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
H A Dpcre_compile.c4626 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
5555 memmove(code + (32 / sizeof(pcre_uchar)), code, in compile_branch()
5702 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
6031 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
6055 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
6319 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
6453 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
6502 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
8488 memmove(start_bracket + 1 + LINK_SIZE, start_bracket, in compile_regex()
8918 memmove(slot + cd->name_entry_size, slot, in add_name()
/PHP-5.5/ext/exif/
H A Dexif.c2385 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2429 memmove(data_ptr, &info_value->f, 4); in exif_ifd_make_value()
2433 memmove(data_ptr, &info_value->d, 8); in exif_ifd_make_value()
2485memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2489 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2491 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2513 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2519 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
/PHP-5.5/ext/ftp/
H A Dftp.c1147 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1216 memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4); in ftp_getresp()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h137 #define xmemmove memmove
/PHP-5.5/ext/snmp/
H A Dsnmp.c729memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
889memmove((char *)(objid_query->vars[0].name), (char *)vars->name, vars->name_length * sizeof(oid)); in php_snmp_internal()
1105 memmove((char *)objid_query->vars[0].name, (char *)objid_mib, sizeof(objid_mib)); in php_snmp_parse_oid()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1020 memmove(path+i, path, j+1); in tsrm_realpath_r()
1079 memmove(path+i, path, j+1); in tsrm_realpath_r()

Completed in 205 milliseconds

12