Home
last modified time | relevance | path

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

12

/PHP-5.3/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.c1188 (void) memmove(fp, fp + len + 1,
1424 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos],
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m49 memcpy memmove)
/PHP-5.3/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.3/ext/standard/
H A Dhttp_fopen_wrapper.c435 memmove(tmp, tmp + (s2 + 1 - tmp_c), b); in php_stream_url_wrap_http_ex()
436 memmove(tmp_c, s2 + 1, b); in php_stream_url_wrap_http_ex()
445 memmove(tmp, tmp + (s2 + 1 - tmp_c), tmp_c + l - 1 - s2); in php_stream_url_wrap_http_ex()
509 memmove(user_headers + (s - tmp), user_headers + (p - tmp), strlen(p) + 1); in php_stream_url_wrap_http_ex()
H A Dfilters.c1609 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1984 memmove(out, p, data->chunk_size); in php_dechunk()
1995 memmove(out, p, end - p); in php_dechunk()
2025 memmove(out, p, end - p); in php_dechunk()
H A Durl_scanner_ex.c917 if (rest) memmove(ctx->buf.c, start, rest); in xx_mainloop()
H A Durl_scanner_ex.re356 if (rest) memmove(ctx->buf.c, start, rest);
H A Dhtml.c1365 memmove(p, p + e_len, (e - p - e_len)); in PHP_FUNCTION()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_stdio.c171 memmove(buf, buf + out_buf, in_buf - out_buf); in fpm_stdio_child_said()
/PHP-5.3/main/
H A Dphp.h191 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
H A Drfc1867.c166 memmove(varname, s, strlen(s)+1); in normalize_protected_variable()
196 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
314 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.3/ext/sysvshm/
H A Dsysvshm.c427 memmove(chunk_ptr, next_chunk_ptr, memcpy_len); in php_remove_shm_data()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c205 memmove(cp, var->relname, var->relname_length); in firebird_stmt_describe()
209 memmove(cp, var->aliasname, var->aliasname_length); in firebird_stmt_describe()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c450 memmove( CWDG(cwd).cwd, file_handle->filename, CWDG(cwd).cwd_length+1 ); in lsapi_chdir_primary_script()
1091 memmove( headerBuf, h->header, len ); in PHP_FUNCTION()
H A Dlsapilib.c852 memmove( pBufCur, pCur, len ); in LSAPI_ReqBodyGetLine_r()
892 memmove( pBuf, pReq->m_pReqBuf + pReq->m_bufProcessed, len ); in LSAPI_ReadReqBody_r()
932 memmove( pReq->m_pRespBufPos, pBuf, len ); in LSAPI_Write_r()
1386 memmove( pReq->m_pRespHeaderBufPos, pBuf, len ); in LSAPI_AppendRespHeader_r()
/PHP-5.3/ext/snmp/
H A Dsnmp.c577 memmove((char *) root, (char *) objid_mib, sizeof(objid_mib)); in php_snmp_internal()
591 memmove((char *)name, (char *)root, rootlen * sizeof(oid)); in php_snmp_internal()
684 memmove((char *)name, (char *)vars->name,vars->name_length * sizeof(oid)); in php_snmp_internal()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h367 #define memmove(d,s,n) _memmove(d,s,n) macro
377 #undef memmove /* some systems may have a macro */
379 #define memmove(a, b, c) bcopy(b, a, c) macro
400 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
H A Dpcre_compile.c3865 memmove(orig_code, previous, IN_UCHARS(code - previous)); in compile_branch()
4678 memmove(code + (32 / sizeof(pcre_uchar)), code, in compile_branch()
4789 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE)); in compile_branch()
5158 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
5182 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(len)); in compile_branch()
5442 memmove(bracode + 1 + LINK_SIZE, bracode, IN_UCHARS(nlen)); in compile_branch()
5558 memmove(tempcode + 1 + LINK_SIZE, tempcode, IN_UCHARS(len)); in compile_branch()
6134 memmove(slot + cd->name_entry_size, slot, in compile_branch()
7324 memmove(start_bracket + 1 + LINK_SIZE, start_bracket, in compile_regex()
/PHP-5.3/ext/exif/
H A Dexif.c2405 memmove(value_ptr, info_data->value.s, byte_count); in exif_ifd_make_value()
2449 memmove(data_ptr, &info_data->value.f, byte_count); in exif_ifd_make_value()
2453 memmove(data_ptr, &info_data->value.d, byte_count); in exif_ifd_make_value()
2505memmove(ImageInfo->Thumbnail.data + new_move, ImageInfo->Thumbnail.data, ImageInfo->Thumbnail.size… in exif_thumbnail_build()
2509 memmove(new_data, "MM\x00\x2a\x00\x00\x00\x08", 8); in exif_thumbnail_build()
2511 memmove(new_data, "II\x2a\x00\x08\x00\x00\x00", 8); in exif_thumbnail_build()
2533 memmove(new_data+8, value_ptr, 4); in exif_thumbnail_build()
2539 memmove(ImageInfo->Thumbnail.data+new_value, value_ptr, byte_count); in exif_thumbnail_build()
/PHP-5.3/ext/ftp/
H A Dftp.c1147 memmove(ftp->inbuf, ftp->extra, ftp->extralen); in ftp_readline()
1219 memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4); in ftp_getresp()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c1033 memmove(path+i, path, j+1); in tsrm_realpath_r()
1092 memmove(path+i, path, j+1); in tsrm_realpath_r()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h124 #define xmemmove memmove

Completed in 133 milliseconds

12